Michael Olson <[EMAIL PROTECTED]> writes: > Thierry Volpiatto <[EMAIL PROTECTED]> writes: > >> i did yesterday a brand new working copy of the stefan's bzr repo in hg >> format using tailor. >> It should work the same with git ==> bzr... > > Can you paste your configuration for tailor? I've never had any luck > with it whatsoever.
Hi, so what i did: I first checkout dvc from stefan with bzr as normal. so dvc is now in ~/download then i create a directory : ~/labo/dvc-stefan then : ,---- | tailor -c ~/.tailor.cfg `---- here my config file: ,---- | [dvc] | source = bzr: | target = hg: | root-directory = ~/labo/dvc-stefan | start-revision = INITIAL | subdir = dvc | | [bzr:dvc] | repository = ~/download/dvc | module = dvc | | [hg:dvc-thierry] | hg-command = /usr/bin/hg `---- It is very simple but it worked. Tailor seem very interesting but the doc is terrible. Note: I couldn't make it working yet directly from remote, i must pull first with bzr and then convert the repo to hg localy. Hope it help. -- A + Thierry Pub key: http://pgp.mit.edu _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
