Changes between Version 5 and Version 6 of SystemAdministration
- Timestamp:
- Jan 8, 2015, 1:49:52 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SystemAdministration
v5 v6 53 53 For more information see: http://svnbook.red-bean.com/en/1.7/svn.reposadmin.create.html 54 54 55 To create a project within a repository , on your local computer:55 To create a project within a repository using the command line, on your local computer: 56 56 * create project dir myproj w/sub-dirs: tags, branches, trunk 57 57 * create/copy your project under myproj/trunk (see example helloc project in test repository) 58 58 * cd myproj 59 59 * svn import !svn+ssh://jupiter2.raidtech.net/<repositoryname> -m "initial import" 60 You can also usually create projects using the subversion client in your IDE. 60 61 61 62 Apache webserver