
Hello! I was trying to import a new CVS checkout of S-XML with dbp-importorig and I got a problem: some files aren't present in the CVS (the doc/ folder), while others are new. ===== luca@gismo:~/Hacking/cl-debian/repository$ dbp-importorig \ -v ~/Downloads/s-xml.tar.gz s-xml 1:20051106 Running: tar ["-zxSpf","/home/luca/Downloads/s-xml.tar.gz"] tar: s-xml/src: implausibly old time stamp 1970-01-01 01:00:00 tar: s-xml/test: implausibly old time stamp 1970-01-01 01:00:00 tar: s-xml: implausibly old time stamp 1970-01-01 01:00:00 darcs ["changes","--patches=^TAG"] Running: darcs_load_dirs \ ["--wc=/home/luca/var/lib/debdarcs/s-xml-upstream", \ "--summary=Import upstream s-xml version 1:20051106", \ "/home/luca/var/lib/debdarcs/,,dbp-importorigtargz-KS3hv9/s-xml"] TLACMD: darcs Num Source Files Num Destination Files --- ----------------------------------- --- --------------------------- 0 doc/ 0 test/echo.lisp 1 doc/S-XML.html 1 test/simple.xml 2 doc/index.html 2 3 doc/style.css 3 Syntax: src dest [,src dest [,...]] to move, q to accept, r to redraw: Command: ===== Now, I'm not sure the above should be the best options: - if I choose to map one src to a dest, well, I lose a new file :-( - accepting with q will generate an upstream which doesn't contain anymore the doc/ folder So, as fas as I understood, I can't use dbp-importorig to merge two versions of an upstream program, in this case, release 5 and a CVS checkout. Am I correct? Thx, bye, Gismo / Luca