[Bug 385920] [NEW] cvs2svn creates duplicate node adds

Elan Ruusamäe glen at delfi.ee
Thu Jun 11 15:38:47 CEST 2009


Public bug reported:

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

** Affects: pld-linux
     Importance: Undecided
         Status: New

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