简体   繁体   中英

SVN Commit Error in NetBeans

I am trying to use SVN in Netbeans. I installed Plug-in Successfully but it seems that the SVN error, in my case is related to the project structure.

I had the latest version of the cient, but still received this error. Now I can Import project from SVN and also Export it..But Problem is only in Commit.

`org.tigris.subversion.javahl.ClientException: Unsupported working copy format This client is too old to work with working copy 'C:\\Users\\riddhi.barbhaya\\Desktop\\GaugeExample'. You need to get a newer Subversion client, or to downgrade this working copy. See http://subversion.tigris.org/faq.html#working-copy-format-change for details.

We strongly recommend to either install a newer Subversion client or downgrade your working copy. Any local changes might corrupt your working copy and some file operations as copying, renaming and deleting will not work correctly.`

Please Help me..Thanks..

Use only 1 client to check-out your working copy (the plugin in netbeans), this assures that you have a working copy format that the client understands.

You can also additionally install other svn clients, but they must use the same working copy format. TortoiseSVN downloads

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM