I have checked out a repository via SSH from a hosted Subversion repository.
The checkout command was: `svn checkout 'svn+ssh://vcs@obfuscated/diffusion/WEB/' web
I am then unable to svn cp or svn mv directories, but files are fine. For example, it is possible to svn mv file file2 and svn cp file subdir/file is fine, but svn cp dir newdir or svn mv dir newname does not work. The error message is something like this:
svn: Source url 'svn+ssh://vcs@obfuscated/diffusion/WEB/htdocs-20130926' is from different repository
I cannot figure out why this gives an error message. I have verified that the Subversion URL is correct with svn info and have also tested to enter the Subversion UUID into Phabricator (Edit Subversion info) since it was not autodetected and there was some text there indicating that it could be needed for certain operations.
We have Git repositories working just fine, but all our Subversion repositories experience the above problem.