Changeset 286 in tailor for README


Ignore:
Timestamp:
05/09/05 14:30:14 (8 years ago)
Author:
lele@…
Hash name:
20050509123014-97f81-c71d9611059ab5c22bb284607c76a5d0947d136c
Message:

Little correction to reST markup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r276 r286  
    53531. Bootstrap a new tailored project, starting at upstream revision 10:: 
    5454 
    55   $ tailor.py -b -s svn -R http://svn.server/path/to/svnrepo \ 
    56     --module /Product/trunk -r 10 --subdir Product ~/darcs/MyProduct  
     55    $ tailor.py -b -s svn -R http://svn.server/path/to/svnrepo \ 
     56      --module /Product/trunk -r 10 --subdir Product ~/darcs/MyProduct  
    5757 
    58582. Bootstrap a new product, fetching from CVS and storing under SVN: 
     
    6060   already under SVN:: 
    6161 
    62   $ tailor.py --source-kind cvs --target-kind svn --bootstrap \ 
    63               --repository :pserver:cvs.zope.org:/cvs-repository \ 
    64               --module CMF/CMFCore ~/svnwc/cmfcore 
     62    $ tailor.py --source-kind cvs --target-kind svn --bootstrap \ 
     63                --repository :pserver:cvs.zope.org:/cvs-repository \ 
     64                --module CMF/CMFCore ~/svnwc/cmfcore 
    6565 
    66663. Showing each command bootstrap a new DARCS repos in 
     
    6969   name):: 
    7070 
    71   $ tailor.py -D -b -R :pserver:anonymous@cvs.zope.org:/cvs-repository/ \ 
    72               -m CMF/CMFTopic ~/darcs/cmftopic 
     71    $ tailor.py -D -b -R :pserver:anonymous@cvs.zope.org:/cvs-repository/ \ 
     72                -m CMF/CMFTopic ~/darcs/cmftopic 
    7373               
    74744. Merge upstream changes since last update/bootstrap:: 
    7575 
    76   $ tailor.py ~/svnwc/MyProduct 
     76    $ tailor.py ~/svnwc/MyProduct 
    7777 
    78785. Migrate a whole SVN repository, starting from the beginning:: 
    7979 
    80   $ tailor.py -b -s svn -R svn+ssh://caia/tmp/svn/repo --module / \ 
    81     --subdir testsvn --revision 1 testdir 
     80    $ tailor.py -b -s svn -R svn+ssh://caia/tmp/svn/repo --module / \ 
     81      --subdir testsvn --revision 1 testdir 
    8282 
    8383.. warning:: When using --revision with a SVN source repository, be 
     
    87876. Bootstrap from a CVS branch, starting from a given point in time:: 
    8888 
    89   $ tailor.py -b -s cvs -R :pserver:anonymous@server.org:/cvsroot/ \ 
    90               --revision 'unstable-branch 2001-12-25 23:26:48 UTC' \ 
    91               --module something new-darcs-repository 
     89    $ tailor.py -b -s cvs -R :pserver:anonymous@server.org:/cvsroot/ \ 
     90                --revision 'unstable-branch 2001-12-25 23:26:48 UTC' \ 
     91                --module something new-darcs-repository 
    9292 
    9393 
Note: See TracChangeset for help on using the changeset viewer.