Changeset 399 in tailor for README


Ignore:
Timestamp:
07/05/05 01:37:09 (8 years ago)
Author:
lele@…
Hash name:
20050704233709-97f81-5389b8a7444d1f9ac89c6c2084d2f1f0940e1959
Message:

Rename the frontend to 'tailor', without extension

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r381 r399  
    5555============ 
    5656 
    57 tailor.py is written in Python, and thus Python must be installed on 
     57tailor is written in Python, and thus Python must be installed on 
    5858your system to use it.  It has been successfully used with Python 2.3 
    5959and 2.4. 
     
    6363those you will actually use. 
    6464 
    65 Make tailor.py executable:: 
    66  
    67  $ chmod +x tailor.py 
    68  
    69 You can either run tailor.py where it is currently located, or move it 
     65Make tailor executable:: 
     66 
     67 $ chmod +x tailor 
     68 
     69You can either run tailor where it is currently located, or move it 
    7070along with the vcpx directory to a location in your PATH. 
    7171 
     
    79791. Bootstrap a new tailored project, starting at upstream revision 10:: 
    8080 
    81     $ tailor.py -b -s svn -R http://svn.server/path/to/svnrepo \ 
     81    $ tailor -b -s svn -R http://svn.server/path/to/svnrepo \ 
    8282      --module /Product/trunk -r 10 --subdir Product ~/darcs/MyProduct  
    8383 
     
    8686   already under SVN:: 
    8787 
    88     $ tailor.py --source-kind cvs --target-kind svn --bootstrap \ 
     88    $ tailor --source-kind cvs --target-kind svn --bootstrap \ 
    8989                --repository :pserver:cvs.zope.org:/cvs-repository \ 
    9090                --module CMF/CMFCore ~/svnwc/cmfcore 
     
    9595   name):: 
    9696 
    97     $ tailor.py -D -b -R :pserver:anonymous@cvs.zope.org:/cvs-repository/ \ 
     97    $ tailor -D -b -R :pserver:anonymous@cvs.zope.org:/cvs-repository/ \ 
    9898                -m CMF/CMFTopic ~/darcs/cmftopic 
    9999               
    1001004. Merge upstream changes since last update/bootstrap:: 
    101101 
    102     $ tailor.py ~/svnwc/MyProduct 
     102    $ tailor ~/svnwc/MyProduct 
    103103 
    1041045. Migrate a whole SVN repository, starting from the beginning:: 
    105105 
    106     $ tailor.py -b -s svn -R svn+ssh://caia/tmp/svn/repo --module / \ 
     106    $ tailor -b -s svn -R svn+ssh://caia/tmp/svn/repo --module / \ 
    107107      --subdir testsvn --revision 1 testdir 
    108108 
     
    1131136. Bootstrap from a CVS branch, starting from a given point in time:: 
    114114 
    115     $ tailor.py -b -s cvs -R :pserver:anonymous@server.org:/cvsroot/ \ 
     115    $ tailor -b -s cvs -R :pserver:anonymous@server.org:/cvsroot/ \ 
    116116                --revision 'unstable-branch 2001-12-25 23:26:48 UTC' \ 
    117117                --module something new-darcs-repository 
     
    121121=================== 
    122122 
    123 Should one of the replayed changes generate any conflict, tailor.py 
     123Should one of the replayed changes generate any conflict, tailor 
    124124will prompt the user to correct them. This is done after the upstream 
    125125patch has been applied and before the final commit on the target 
     
    235235work. With the following command line:: 
    236236 
    237     $ tailor.py --verbose --interactive tailor.cmds 
     237    $ tailor --verbose --interactive tailor.cmds 
    238238    Welcome to the Tailor interactive session: you can issue several commands 
    239239    with the usual `readline` facilities. With "help" you'll get a list of 
     
    318318============ 
    319319 
    320 See the output of ``tailor.py -h`` for some further tips.  There's 
     320See the output of ``tailor -h`` for some further tips.  There's 
    321321also a `wiki page`_ that may give you some other hints.  The 
    322322development of Tailor is mainly driven by user requests at this point, 
Note: See TracChangeset for help on using the changeset viewer.