OSX terminal after building the SVN server, add multiple projects in the same Code warehouse.

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.