Recently I updated SUbversion on my server from 1.5 to 1.7.2, and run the command:
svn update https://xxx
and it does not work anymore. It returns
svn:E205000: The xxx is not a local path
Any idea?
Recently I updated SUbversion on my server from 1.5 to 1.7.2, and run the
Share
You need to compile svn with
neonsupport, which can access a repository via WebDAV protocol.You can use
svn --versionto check whether your svn has neon support, something like this: