Search code examples
linuxwindowssvnnetbeansubersvn

SVN 1.7.1 Issue


I have just upgraded to SVN 1.7.1 and I have had nothing but problems trying to get my netbeans and everything else to work with it. I have tried 'svn upgrade' but I get an error which is as follows:

C:\wamp\Projects>svn upgrade BMPortal

svn: E155019: Can't upgrade 'C:\wamp\Projects\BMPortal' as it is not a pre-1.7 working copy directory svn: E150000: Missing default entry

Could anyone suggest a way to fix this. The reason why I am trying to upgrade is because my netbeans says:

The Path 'C:\wamp\Projects\BMPortal' appears to be part of a Subversion 1.7 or greater working copy. Please upgrade your Subversion client to use this working copy.

As I have upgraded my SVN Client to 1.7, I don't know why it is still moaning at me.

Just FYI:

The SVN Server is on an Arch Linux box running UberSVN. The client (my computer) is Windows 7 64bit.


Solution

  • SVN v1.7.0 and above uses a new working copy file format, so you need to upgrade your working copy to the new format. If you right-click the folder in Windows Explorer, the TortoiseSVN context menu items should show only "SVN Upgrade working copy" - click that to upgrade it.

    Warning: If you use any other SVN apps as well as TortoiseSVN on the same PC, they may not work with the new working copy file format.

    It's worth upgrading in my opinion though - must faster, better merging, better dialogs and error reporting, etc!