[Bug 385920] Re: cvs2svn creates duplicate node adds

Elan Ruusamäe glen at delfi.ee
Fri Jun 12 00:36:33 CEST 2009


seems it works fine without leading slashes:

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

however it should treat them both the same.

-- 
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