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
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
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
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
Important:
SVN does not record the actual content of each version, but records the differences between versions.
SVN uses delayed copy to implement SVN copy. It is only a link to the original file. Modifications to the copy are recorded by SVN as
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): 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
Use of svn commands in linux
Recently, svn is often used for code management. These commands can't be remembered, so I have to check them online. I finally found a svn command in linux, the svn commands in linux are summarized as follows.
1.
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.