Tortoisesvn 1.6.x compatibility with netbeans 6.5.1 subversion plug-in

Source: Internet
Author: User
Tags svn client netbeans tortoisesvn

Tortoisesvn 1.6.x compatibility with netbeans 6.5.1 subversion plug-in

---

Created by: Andrew. Wu

Created on: 2009/04/12

---

 

Tortoisesvn is upgraded to 1.6.0 to create a repository for the project. The SVN prompt of netbeans is displayed.

 

It seems that files you are working with were created with an Unsupported client version. Please check out your files again with SVN client 1.3.0 or later.

 

Google:

Http://tortoisesvn.tigris.org/ds/viewMessage.do? Dsforumid = 4061 & dsmessageid = 1590483

You shoshould not mix incompatible SVN Client versions on the same
Working copy. tsvn 1.6.0 is built using the Subversion 1.6 libraries,
And these use a newer working copy format. The previous version
(1.5.9) was built against subversion 1.5.x using the previous working
Copy format.

Until a newer version of netbeans is available, also built against
Newer subversion libraries, you shoshould stick with tsvn 1.5.9

P.s.: the error message is misleading, because in this case a newer
Client was used to create the working copy and the error message
Assumes it was done using an older version.

 

Solution:

Find a version of Svn of 1.5.x and use the command line svnadmin.exe create "repository ". Then you can use tortoisesvn 1.6.0's repository browser GUI to create a directory and submit it using netbeans SVN.

If the source code directory contains. SVN, run the following command to clear it:

For/R/D % d in (. SVN) Do @ rmdir/Q/s "% d"

 

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.