0
votes

I am using netbeans IDE and svn repository to run my project . I have updated the netbeans TO 7.3 version and checked out the repository again.

The code was successfully checked out.

But when I run the command svn up /var/www/ then the following error appears on command prompt :

svn: The path '/var/www' appears to be part of a Subversion 1.7 or greater working copy. Please upgrade your Subversion client to use this working copy.

I have browsed the error but unable to get any solution.

Please help me out.

Thanks in advance.

1

1 Answers

0
votes

Seems your command-line svn is 1.6 or older but you checked out your project with a 1.7 client.

What's the output of svn --version ?