Tailor (Was Re: Slow ML)
Andrew Walrond
andrew at walrond.org
Fri Jul 1 04:49:55 CDT 2005
On Friday 01 July 2005 09:53, Lele Gaifax wrote:
> >>>>> "Andrew" == Andrew Walrond <andrew at walrond.org> writes:
>
> Andrew> On Friday 01 July 2005 00:10, Matt Mackall wrote:
> >> The server hit a load of over 100 a bit ago due to a runaway
> >> MySQL process, now it's back down to 0.07.
>
> Andrew> Sounds like one of my darcs-2-hg runs ;)
>
> Did you (re)write such a tool or using tailor?
>
Using your tailor script. But still haven't managed a completely successful
conversion yet (see previous post). The time taken to convert makes it
difficult to try different permutations :(
The last run I tried looked like this:
$ tailor.py -b -s darcs -t hg -R /home/andrew/work/heretix/ --module heretix
--revision 1 -D test/heretix.hg
darcs get --partial --verbose --tag="1" '/home/andrew/work/heretix'
heretix ...[snip]
[Ok]
darcs changes --last=1 --xml-output 2>&1 ..... [Ok]
hg init [Ok]
hg addremove [Ok]
hg commit -u "tailor at host62-24-231-115.dsl.vispa.com" -l /tmp/tailorPLKrf7hg
-d '1120172094.0 UTC' [Ok]
andrew at orac ~ $ test/tailor/tailor.py test/heretix.hg
heretix/core does not exist!
heretix/core/packages does not exist!
heretix/ucore/packages/livemedia.rb does not exist!
heretix/ucore/packages/mplayer.rb does not exist!
heretix/core does not exist!
heretix/core/packages does not exist!
heretix/ucore/packages/ati.rb does not exist!
nothing changed
nothing changed
heretix/core does not exist!
heretix/core/packages does not exist!
heretix/ucore/packages/device-mapper.rb does not exist!
heretix/ucore/packages/exim.rb does not exist!
heretix/ucore/packages/fcron.rb does not exist!
nothing changed
heretix/core does not exist!
heretix/core/packages does not exist!
heretix/core/packages/development does not exist!
heretix/ucore/packages/development/blank does not exist!
nothing changed
nothing changed
nothing changed
nothing changed
nothing changed
nothing changed
heretix/core does not exist!
heretix/core/services does not exist!
heretix/ucore/services/dhcpd.rb does not exist!
nothing changed
heretix/core does not exist!
heretix/core/packages does not exist!
heretix/ucore/packages/wget.rb does not exist!
andrew at orac ~ $
There has never been a ucore directory; don't know what thats about. The
resultant repo also looks confused:
$ hg status
? heretix/core/packages/livemedia.rb
? heretix/core/packages/mplayer.rb
? heretix/core/packages/ati.rb
? heretix/core/packages/device-mapper.rb
? heretix/core/packages/exim.rb
? heretix/core/packages/fcron.rb
? heretix/core/packages/wget.rb
? heretix/core/packages/development/blank
? heretix/core/services/dhcpd.rb
The darcs repo is small; I could mail you a copy if you fancy taking a look...
Andrew
More information about the Mercurial
mailing list