SVN uses a little note

Source: Internet
Author: User

The problem 1:svn can be updated, but not commit.

Solution: Change the project name from small to upper case.

Cause Analysis: The server is a Windows system, read data is not case-sensitive, write data when the distinction (more cautious).

-"The server is using the WIN2003 operating system.

Question 2:commit times wrong:

HTML code
Merge conflict during commit

Svn:commit failed (details follow):

Svn:file or directory ' Biddaoimpl.java ' is out of date; Try Updating

Svn:resource out of date; Try Updating

Merge conflict during commit

Svn:commit failed (details follow):

Svn:file or directory ' Biddaoimpl.java ' is out of date; Try Updating

Svn:resource out of date; Try updating-"problem Description: A merge conflict occurred while committing.

Solution: First update and commit (message is also clear: try updating)

Cause Analysis: The local version is already older than the server version (others have already had a new commit), at this time if you can directly submit it, will be the content of other people upload, so SVN error, do not allow direct commit. SVN should be using a version control mechanism.

-"SVN is really a version control mechanism." (2090514 additional)

Issue 3: Sometimes in Eclipse, commit error, you can try to go to the physical directory of the file to commit directly (if there are other residual files in the current directory, first delete and submit, it is possible to do so).

A common reason for a commit error: The local version that was locked by someone else and attempted a commit is older than the version on the server ...

In the code to confirm the part, you can first make a mark://TODO

-"Todo" the name is also more image, to be processed part.

SVN uses a little note

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.