svn update is not working

≯℡__Kan透↙ 提交于 2019-12-25 03:37:17

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!