[Bug 385920] Re: cvs2svn creates duplicate node adds

Michael Haggerty mhagger at alum.mit.edu
Tue Aug 11 22:02:09 CEST 2009


I just fixed this problem in the cvs2svn upstream project, in trunk
r4842.  The fix will presumably be in the next cvs2svn release.

Thanks for the bug report (in the future, feel free to report them to
the cvs2svn project as I don't monitor these fora).

-- 
cvs2svn creates duplicate node adds
https://bugs.launchpad.net/bugs/385920
You received this bug notification because you are subscribed to PLD
Linux.

Status in PLD Linux Distribution: New

Bug description:
versions:
cvs2svn-2.2.0-1.noarch
cvs-1.12.13-9.x86_64
subversion-1.6.1-1.x86_64

$ cvs2svn --encoding=latin1 --dumpfile=resizer.dump --trunk=/resizer/trunk --tags=/resizer/tags --branches=/resizer/branches --default-eol=native resizer

produces to dump file:

---
Node-path: /resizer
Node-kind: dir
Node-action: add


Node-path: /resizer/trunk
Node-kind: dir
Node-action: add


Node-path: resizer
Node-kind: dir
Node-action: add


Node-path: resizer/trunk
Node-kind: dir
Node-action: add


Node-path: resizer/branches
Node-kind: dir
Node-action: add


Node-path: resizer/tags
Node-kind: dir
Node-action: add
---


while using default branches/tags/trunk paths, it does not duplicate those:
---


Node-path: trunk
Node-kind: dir
Node-action: add


Node-path: branches
Node-kind: dir
Node-action: add


Node-path: tags
Node-kind: dir
Node-action: add
---
---


More information about the pld-bugs mailing list