ArticleDirectory
Setting up a quick tutorial on using SVN can help you familiarize yourself with the basic configurations and operations of subversion.
Setting up a quick tutorial on using SVN can help you familiarize yourself with the
SVN(Subversion) is a free, open-source project source code versioning tool. Currently, the vast majority of open source and Enterprise code management uses SVN as the code version management software.
Subversion stores files in the central
1. SVN: server sent unexpected return value (500 internalserver error) in response to options request for 'http: // svn.moon.ossxp.com/svn/test'Incorrect user nameCheck whether the logon user name is incorrect
SVN: the server sends an unexpected
1 SVN locked a directory-cannot be updated
This is mostly because the svn command failed last time and is locked. If cleanup is ineffective, You have to manually delete the locked file.
Run CD at the command prompt to the directory where the svn
Use of Commands
1. Check out svn CO/HTTP path (full path of directory or file) [local directory full path]
--username User name--password password SVN co svn://path (full path to directory or file) [local directory full path]--username user
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,
Install SVN under ubuntu14.04$sudo Apt-get Install SubversionPerform this step on the installation is complete, in Ubuntu first installation is very convenientAfter the installation is complete, create the repository directory, because it is the
(1): Create SVN warehouse path
Mkdir-p/opt/svn/project1
Svnadmin Create/data/svn/project1
Note: For specification: Generally in the project directory to create again:First create a good directory Dev and pub can be placed in a directory, import
Original address: http://blog.csdn.net/sunboy_2050/article/details/6187464SVN(Subversion) is a free, open-source project source code versioning tool. Currently, the vast majority of open source and Enterprise code management uses SVN as the code
1, checkout the file to the local directorySVN checkout Path (path is a directory on the server)For example: SVN checkout Svn://192.168.1.1/pro/domainShorthand: SVN Co2, add new files to the version librarySVN Add FileFor example: SVN add test.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.