osx - How to delete .svn folder from a SVN repository -


issueprop = "text">

Issue:

When loading a dump in a repository, the exception mentioned below is obtained.

  & lt; & Lt; & Lt; Basic Revision 1 SVN Admin: E160020: File already exists: Filesystem / NGS / App / ITSNVP / SVNROT / AC Enterprises / DB, Transaction '805-MV', Path 'branches' started new transaction based on  

Use the following command to load in the repository

  svnadmin load - bypass-prop-validation ~ / SVNROOT / ACENTERPRISE & lt ; $ NGS1 / acenterprise.dump  

But when I load dump ( acenterprise.dump ) in another test repository, I can load properly I am

The issue looks like, when I checked the repository accessor in my desktop, it could see that a .svn folder exists.

What is the .svn folder causing the problem (the dump is not being loaded) How do I update the .svn folder to the repository I can remove copy and make changes to server.

Please help.

This .svn directory is completely a client-side build. It has been created and used by the customer to connect back to the working copy (which you have checked) on the server. It is not present on the server and it should never find its way into the repository.

If you are trying to load a dump file in a pre-existing repository that already has an activity in it, then there will be some additional requirement for this effort and it will work with the old revision. Odd. If you need to do this, see the following link:


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -