SVN use tutorial
Since 2011-7-10, SAE will fully support SVN code deployment, and users can deploy code not only from any SVN client, but also to the SVN repository of the application, even if they do not use SVN client deployment code, and the code
SVN use tutorialProfileOverviewSince 2011-7-10, SAE will fully support SVN code deployment, and users can deploy code not only from any SVN client, but also to the SVN repository of the application, even if they do not use SVN client deployment code,
Reprinted:
SVN command in Mac Svn help command to obtain sub-Commands description SVN info $ URL view workspace information SVN List displays the list of SVN record files in the current directory, do not access version library SVN list $ URL do
Svn FAQs, errors, commands, and summaryOne of the mistakes I made myself was:/svn/MyERP_core_Main /! Svn/act/b8bd621b-c193-4969-b66c-d35f11009815 was later confirmed to be the address of the case, I modified the case, and then deleted the local file,
1. Checkout files to a local directory
svn Checkout Path (path is a directory on the server)
Example: SVN checkout Svn://192.168.1.1/pro/domain
Shorthand: SVN co
2. Add a new file to the repository
svn Add File
Example:
1. Checkout files to a local directory
svn Checkout Path (path is a directory on the server)
Example: SVN checkout Svn://192.168.1.1/pro/domain
Shorthand: SVN co
2. Add a new file to the repository
svn Add File
Example:
Transferred from: http://www.cnblogs.com/luckythan/p/4478706.htmlThe basic operating procedure for SVN is:You just entered a new company and asked you to take over an ongoing project, and you opened the terminal and wrote: SVN co
Svn help command to obtain sub-Commands description svn info $ URL view workspace information svn list displays the list of svn record files in the current directory, do not access version library svn list $ URL do not download to local View File
1. checkout files to a local directory1 svn checkout path (path is a directory on the server) 2 example: SVN checkout svn://192.168.1.1/svn3 shorthand: SVN co2 . Add a new file to the repository1 svn Add file2 example: SVN add test.php (add test.php)
1 svn checkout path (path is a directory on the server) 2 example: SVN checkout svn://192.168.1.1/pro/domain3 shorthand: SVN co2 . Add a new file to the repository1 svn Add file2 example: SVN add test.php (add test.php) 3 svn add *.php (Add all php
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.