I split one SVN repository into several repos as explained in http://www.mugo.ca/Blog/Splitting-a-Subversion-repository-into-multiple-repositories. However, I cannot execute the last step to relocate the existing working copies.
After running svn relocate svn+ssh://user@server/newrepo
I get the following error:
svn: E195009: 'svn+ssh://user@server/newrepo' is not the root of the repository.
(However, for example I can checkout a new working copy from the new repository without any problems: svn co svn+ssh://user@server/newrepo
gives me a fresh working copy of the newly created repo).
Does anyone know what is wrong?
Thanks in advance,