I'm trying to do a mtn->hg conversion. The process runs fine and I get an empty repo at the end. A few things...
1. Am I supposed to init my target repo before starting? 2. tailor output... 08:56:27 [W] Forcing UTF-8 encoding instead of ANSI_X3.4-1968 08:56:27 [I] Updating "project" in "/home/aluink" 08:56:27 [I] /home/aluink $ mtn automate descendents --db /home/aluink/monotone-database/pidgin.mtn b6554a097db9af922d42e44a8f82e43d8774a781 2>&1 08:56:27 [I] [Ok] 08:56:27 [I] /home/aluink $ mtn automate toposort --db /home/aluink/monotone-database/pidgin.mtn [EMAIL PROTECTED] 2>&1 08:56:28 [I] [Ok] ... ... 08:50:05 [I] /home/aluink $ mtn automate parents 02e228232108b82dfaf51b2bd5daabeab692c0b0 --db /home/aluink/monotone-database/pidgin.mtn 2>&1 08:50:05 [I] [Ok] 08:50:05 [I] /home/aluink $ mtn automate certs 02e228232108b82dfaf51b2bd5daabeab692c0b0 --db /home/aluink/monotone-database/pidgin.mtn 2>&1 08:50:05 [I] [Ok] 08:50:05 [I] Cached information about 0 pending changesets 08:50:05 [I] Update completed with no upstream changes 3. Here's my config file [DEFAULT] [project] target = hg:target root-directory = /home/aluink state-file = programs/gnt/libgnt.state log-file = programs/gnt/libgnt.log source = monotone:source start-revision = b6554a097db9af922d42e44a8f82e43d8774a781 [monotone:source] repository = /home/aluink/monotone-database/pidgin.mtn [hg:target] repository = /home/aluink/programs/gnt/libgnt2 4. My directory structure original mtn repo: /home/aluink/monotone-database/pidgin.mtn target hg repo: /home/aluink/programs/gnt/libgnt2 If you need to know anything else let me know. TIA, Eric -- http://aluink.blogspot.com -- "...indexable arrays, which may be thought of as functions whose domains are isomorphic to contiguous subsets of the integers." --Haskell 98 Library Report _______________________________________________ Tailor mailing list [email protected] http://lists.zooko.com/mailman/listinfo/tailor
