Build the server, create a good code base, the name of the code base created here is repo
Import the project project01 to the Folder01 folder in the code base repo
SVN import/users/zhang/documents/project01 svn://localhost/repo/folder01--username=zh--password=123-m "Import first project" This operation will import the file under project01 into Folder01, not project01 the folder into the Folder01
Import the project project02 to the Folder02 folder in the code base repo
SVN import/users/zhang/documents/project02 svn://localhost/repo/folder02--username=zh--password=123-m "Importing a second project"
You can check out all the folders in this code base at the same time, or you can check out only one of the items in the repo.
Check out all items:
Enter svn checkout svn://localhost/repo --username=zh--password=123/users/zhang/documents/allproject in the terminal
Check out project01:
Enter in the terminalSVN checkout svn://localhost/repo/folder01 --username=zh--password=123/users/zhang/documents/project01 ()This operation will repo/folder01 the file under the import into project01, not folder01 This folder into the project01 , the command of the last project01 folders to be arbitrarily specified.
OSX terminal after building the SVN server, add multiple projects in the same Code warehouse.