When trying to bootstrap the qemu CVS->HG conversion, i get quite strange results.
I use this config file: ------------------------------8<-------------------------------- [DEFAULT] verbose = True [project] target = hg:target start-revision = INITIAL root-directory = /data/dev-archives/mercurial-archives/qemu state-file = tailor.state source = cvs:source subdir = qemu.tailored patch-name-format = refill-changelogs = Yes [hg:target] module = / encoding=utf-8 [cvs:source] module = qemu repository = :pserver:[EMAIL PROTECTED]:/sources/qemu encoding=iso-8859-1 ------------------------------8<-------------------------------- And instead of importing ~ 2400 revisions, it checks out the very first one, and then goes straight to a 2007-01 revision (like 40 from the end) See the project.log file: ------------------------------8<-------------------------------- 2007-02-04 17:56:04 INFO: Bootstrapping "project" in "/data/dev-archives/mercurial-archives/qemu" 2007-02-04 17:56:04 INFO: Initializing new repository in '/data/dev-archives/mercurial-archives/qemu/qemu.tailored'... 2007-02-04 17:56:04 INFO: $ cvs -f -d :pserver:[EMAIL PROTECTED]:/sources/qemu rlog -r:HEAD -b qemu 2007-02-04 17:56:09 INFO: [Ok] 2007-02-04 17:56:11 INFO: Cached information about 2436 pending changesets 2007-02-04 17:56:11 INFO: /data/dev-archives/mercurial-archives/qemu $ cvs -f -q -d :pserver:[EMAIL PROTECTED]:/sources/qemu checkout -d qemu.tailored -D "2003-02-18 22:55:36 UTC" qemu 2007-02-04 17:56:14 INFO: [Ok] 2007-02-04 17:56:14 INFO: Forcing CVS sticky tag in /data/dev-archives/mercurial-archives/qemu/qemu.tailored 2007-02-04 17:56:14 INFO: Working copy up to revision 2007-01-20 17:12:08 by pbrook 2007-02-04 17:56:14 INFO: Committing u'Add ARM Angel semihosting to system emulation.'... 2007-02-04 17:56:14 INFO: Bootstrap completed ------------------------------8<-------------------------------- What's exactly going wrong, this config file and CVS server were working fine for a bit less than a year already. -- Edouard Gomez _______________________________________________ Tailor mailing list [email protected] http://lists.zooko.com/mailman/listinfo/tailor
