Issue:
While loading a dump to a repository, getting below mentioned exception.
<<< Started new transaction, based on original revision 1
svnadmin: E160020: File already exists: filesystem '/ngs/app/istsvnp/SVNROOT/ACENTERPRISE/db', transaction '805-mv', path 'branches'
Using following command to load to the repository
svnadmin load --bypass-prop-validation ~/SVNROOT/ACENTERPRISE < $NGS1/acenterprise.dump
But when I load the dump (acenterprise.dump) to another test repository, I could able to load properly.
Issue looks like, when I checked out the repository ACENTERPRISE in my desktop, could see that there is a .svn folder present.
Is .svn folder is causing the issue (not loading the dump)
How can I delete the .svn folder from the working copy of the repository and commit the changes to server.
Please help.