Re: cvs2svn conversion error E160020: File already exists
Michael Haggerty <[email protected]> Mon, 15 Apr 2013 17:37:52 +0200
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.devel |
|---|---|
| Message-ID | <[email protected]> |
On 04/15/2013 04:49 PM, Wolfgang Dr Schwarz wrote: > Hello, > > I need to convert several CVS repositories into SVN and first tried a > very simple CVS (test) project. > > I downloaded cvs2svn version 2.4.0 and all the other stuff which is > necessary: svnadmin and python and ... > > I put together an options file and startet the command: > > C:\Daten\PC_own\CVS2SVN\cvs2svn-2.4.0>\python27\python cvs2svn --options > cvs2svn-options.txt > > > > The result was the following output and an error in the last pass. > Any ideas how to fix that are appreciated. It looks like you are trying to load the results of the cvs2svn conversion into a Subversion repository that already exists and already contains a "trunk" directory. This doesn't work because the existing "trunk" directory conflicts with the "trunk" directory from the cvs2svn output. If you don't already have contents in the existing Subversion repository, then you should just delete it and let cvs2svn create one for you. If you already have contents in the SVN repo, then you have to come up with a directory scheme where the old contents and the new contents don't overlap. Usually this involves loading the new contents into the repo manually using "svnadmin load"'s --parent-dir option. Michael -- Michael Haggerty [email protected] http://softwareswirl.blogspot.com/ ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1667&dsMessageId=3053374 To unsubscribe from this discussion, e-mail: [[email protected]].