Changeset 310 in tailor for README


Ignore:
Timestamp:
05/20/05 08:55:31 (8 years ago)
Author:
lele@…
Hash name:
20050520065531-97f81-14c85e61b873a13a73676b75f4bb0afb46bcd757
Message:

Little touches, mention Baazar-NG support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r308 r310  
    22===== 
    33 
    4 tailor.py is a tool to migrate changesets between CVS, Subversion,  
    5 darcs, monotone and Codeville repositories. 
     4Tailor is a tool to migrate changesets between CVS, Subversion_, 
     5darcs_, monotone_, Codeville_ and `Baazar-NG`_ [#]_ repositories. 
    66 
    77This script makes it easier to keep the upstream changes merged in 
     
    3737 
    3838 
     39.. [#] Monotone, Codeville and Baazar-NG systems may be used only as 
     40       the `target` backend, since the `source` support isn't 
     41       coded yet. 
     42 
     43.. _subversion: http://subversion.tigris.org/ 
     44.. _darcs: http://www.darcs.net/ 
     45.. _codeville: http://www.codeville.org/ 
     46.. _baazar-ng: http://www.bazaar-ng.org/ 
     47 
    3948Installation 
    4049============ 
     
    92101      --subdir testsvn --revision 1 testdir 
    93102 
    94 .. warning:: When using --revision with a SVN source repository, be 
    95              sure that the path your are tracking was there at that 
    96              revision, otherwise svn will exit with an error. 
     103   .. warning:: When using --revision with a SVN source repository, be 
     104                sure that the path your are tracking was there at that 
     105                revision, otherwise svn will exit with an error. 
    97106 
    981076. Bootstrap from a CVS branch, starting from a given point in time:: 
     
    126135   subprocess_ that seems able to hide Windows crazyness... 
    127136 
    128 c) Monotone and Codeville are (currently) only supported as *target* 
     137c) Monotone, Codeville and Baazar-NG are (currently) only supported as 
     138   *target* 
    129139 
    130140d) Specifying ``--subdir .`` may not work, in particular when dealing 
     
    197207============ 
    198208 
    199 See the output of tailor.py -h for some further tips.  There's also a 
    200 `wiki page`_ that may give you some other hints. The development of 
    201 Tailor is mainly driven by user requests at this point, and the 
    202 preferred comunication media is the dedicated `mailing list`_ [#]_. 
     209See the output of ``tailor.py -h`` for some further tips.  There's 
     210also a `wiki page`_ that may give you some other hints.  The 
     211development of Tailor is mainly driven by user requests at this point, 
     212and the preferred comunication media is the dedicated `mailing list`_ 
     213[#]_. 
    203214 
    204215.. _wiki page: 
     
    213224contact me either by email or chatting there. 
    214225 
    215 .. [#] I wish to say a big `Thank you` to Zooko, for hosting the ML 
    216        and for supporting Tailor in several ways, from suggestions to 
    217        bug reporting and fixing. 
     226.. [#] I wish to say a big `Thank you` to `Zooko <zooko@zooko.com>`_, 
     227       for hosting the ML and for supporting Tailor in several ways, 
     228       from suggestions to bug reporting and fixing. 
    218229 
    219230 
Note: See TracChangeset for help on using the changeset viewer.