Changeset 703 in tailor
- Timestamp:
- 08/28/05 01:08:51 (8 years ago)
- Hash name:
- 20050827230851-97f81-df112c7423dcd262ca1137b844bb8f89a15098ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r691 r703 7 7 ===== 8 8 9 Tailor is a tool to migrate changesets between ArX_, `Bazaar-NG`_10 CVS_, Codeville_, Darcs_, Git_, Mercurial_, Monotone_, Tla_ and Subversion_9 Tailor is a tool to migrate changesets between ArX_, Bazaar_, `Bazaar-NG`_ 10 CVS_, Codeville_, Darcs_, Git_, Mercurial_, Monotone_, Subversion_ and Tla_ 11 11 [#]_ repositories. 12 12 … … 43 43 44 44 45 .. [#] ArX, Codeville, Git, Mercurial and Baazar-NGsystems may be45 .. [#] ArX, Baazar-NG, Codeville, Git and Mercurial systems may be 46 46 used only as the `target` backend, since the `source` support 47 47 isn't coded yet. Contributions on these backends will be very … … 50 50 of them. 51 51 52 To the opposite, Tla is supported only as a source system. 52 To the opposite, Bazaar and Tla are supported only as a source 53 system. 53 54 54 55 .. _arx: http://www.nongnu.org/arx/ 56 .. _bazaar: http://bazaar.canonical.com/ 55 57 .. _bazaar-ng: http://www.bazaar-ng.org/ 56 58 .. _codeville: http://www.codeville.org/ … … 236 238 237 239 c) ArX, Baazar-NG, Codeville, Git, and Mercurial are (currently) only 238 supported as *target*; Tla only as *source*.240 supported as *target*; Bazaar and Tla only as *source*. 239 241 240 242 d) Specifying ``--subdir .`` may not work, in particular when dealing … … 321 323 This will use a single directory, ``pxlib`` to contain both the source 322 324 and the target system. If you prefer keeping the separated, you just 323 need to specify a different directory for each repository , as in::325 need to specify a different directory for each repository [#]_, as in:: 324 326 325 327 [pxlib] … … 341 343 and create a new Mercurial repository in ``~/mypxlib/migrated``. 342 344 345 On final example to show the syntax of Bazaar sources:: 346 347 [project] 348 target = hg:target 349 start-revision = base-0 350 root-directory = /tmp/calife 351 state-file = tailor.state 352 source = baz:source 353 354 [baz:source] 355 module = calife--pam--3.0 356 repository = roberto@keltia.net--2003-depot 357 subdir = tla 358 359 [hg:target] 360 repository = /tmp/HG/calife-pam 361 subdir = hg 362 363 .. [#] NB: when the source and the target repositories specify 364 different directories with the ``subdir`` option, tailor 365 uses ``rsync`` to keep them in sync, so that tool needs 366 to be installed. 367 343 368 344 369 Configuration sections … … 445 470 denote a repository. A single repository may be shared by zero, one or 446 471 more projects. The first part of the name up to the first colon 447 indicates the `kind` of the repository, one of ``arx``, ``b zr``,472 indicates the `kind` of the repository, one of ``arx``, ``baz``, ``bzr``, 448 473 ``bzrng``, ``cdv``, ``cg``, ``cvs``, ``darcs``, ``hg``, ``monotone``, 449 474 ``svn`` and ``tla``.
Note: See TracChangeset
for help on using the changeset viewer.
