问题
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:
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
?
来源:https://stackoverflow.com/questions/15244892/svn-update-is-not-working