Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 686
DarkMantis Avatar asked Oct 25 '11 09:10

DarkMantis


People also ask

Is Tortoise SVN free?

TortoiseSVN is an Apache™ Subversion (SVN)® client, implemented as a Windows shell extension. It's intuitive and easy to use, since it doesn't require the Subversion command line client to run. And it is free to use, even in a commercial environment.

What is SVN version?

Subversion is used for maintaining current and historical versions of projects. Subversion is an open source centralized version control system. It's licensed under Apache. It's also referred to as a software version and revisioning control system.


2 Answers

I actually had the very same problem (or at least the same error message!). After trying everything you have said earlier and not getting any results, I realise that I had copied some files to the project that contains svn files from an older (1.6) version. I delete the 1.6 folders and the everything worked fine again.

I hope this could help some other people too!

Best regards, Andrés

like image 62
Andrés Farías Avatar answered Oct 26 '22 22:10

Andrés Farías


Your Netbeans installation seems to use another SVN-Client as the one when you type svn on the console.

So you have to upgrade your Netbeans-Subversion plugin too.

like image 32
A.H. Avatar answered Oct 27 '22 00:10

A.H.