We have a repo on our svn server where no changes can be made. This became
apparent when the project owners attempted an svn copy to create a new
branch.

svn copy 
svn+ssh://u...@svn.server.com/svn/myprojects/projects/projectnamesvn+ssh://
u...@svn.server.com/svn/myprojects/branches/projects/projectname/R-blah

svn: E000020: Can't move '/svn/myprojects/db/txn-protorevs/140999-3139.rev'
to '/svn/myprojects/db/revs/141/141000': Not a directory

In the db/revs directory is a file 141

Why is the server attempting to make a directory where a file already
exists?

At this point no changes can be made to the repo.

svn info shows

Repository UUID: 853606d7-920d-0410-88c8-e26e540774b4
Revision: 140999
Node Kind: directory

Any help is greatly appreciated.
Bruce

Reply via email to