Summary of solutions for SVN to return com 'is missing or not locked during update

Source: Internet
Author: User

Use myeclipse for Java Development and SVN for version control. Update with the following error message:
Org. Tigris subversion javahl. clientexception: working copy not locked; this is probably a bug, please report
SVN: working copy 'd: \ temp \ workspace \ bobo365 \ webroot \ WEB-INF \ Classes \ com 'is missing or not locked
On the Internet, it is found that eclipse put the SRC folder. SVN folder also "compiled" to the WEB-INF/classes, and copied. SVN stores the version information in the SRC folder, causing an error during the update.

The eclipse development process is often automatically compiled and released, which leads to the corresponding folders in the/Web-INF/directory. when the svn folder is deleted together, the svn 'containing' copy admin area is missing prompt is displayed during synchronization.

Solution:

Browse the directory structure of the svn repository, delete all or part of the related files under the/Web-INF/directory under the project directory (here I only delete the classes directory), and refresh. And then perform synchronization. OK.

Open the project-> properties-> JAVA build path menu in eclipse, on the "Source" tab in the right panel, and add "**/. SVN/**" to excluded /**".
That is to say, exclude the. SVN folder from the compilation path so that the above problems will not occur.

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.