>>>>> "Michael" == Michael Olson <[EMAIL PROTECTED]> writes:

Michael> Alas, it is not enough.  I tried again tonight, but Tailor just
Michael> sucks too much for me to invest even one more hour into it.

Hmm, strange...as I wrote earlier, tailor is the only player which works
here for migrating csets.

OK, I created a new bzr branch out of original dvc branch, named it as
'dvc-org' and use the: time tailor -c dvc-bzr2git.tailor to convert it
to git:

real    2m59.900s
user    1m35.614s
sys     0m31.570s


Here is the config file:

[EMAIL PROTECTED] tailor]$ cat bzr2git.tailor 
[DEFAULT]
verbose = True

[project]
target = git:target
start-revision = INITIAL
root-directory = /home/gour/repos/tailor
state-file = tailor.state
source = bzr:source
subdir = .

[git:target]
repository = git:/home/gour/repos/tailor/dvc-git


[bzr:source]
repository = /home/gour/repos/tailor/dvc-org


Then I converted the dvc-git back to dvc-bzr with the following config
file:

[EMAIL PROTECTED] tailor]$ cat git2bzr.tailor 
[DEFAULT]
verbose = True

[project]
target = bzr:target
start-revision = INITIAL
root-directory = /home/gour/repos/tailor
state-file = tailor.state
source = git:source
subdir = dvc-bzr

[bzr:target]
repository = bzr:/home/gour/repos/tailor/dvc-bzr

[git:source]
repository = /home/gour/repos/tailor/dvc-git


and here is the result: time tailor -c git2bzr.tailor

real    2m45.628s
user    1m21.306s
sys     0m32.606s


What is the problem which you had/have with tailor?


Sincerely,
Gour


-- 

Gour  | Zagreb, Croatia  | GPG key: C6E7162D
----------------------------------------------------------------

Attachment: pgpgcyPA5Hidr.pgp
Description: PGP signature

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to