Changeset 177 in tailor for README


Ignore:
Timestamp:
11/30/04 19:47:51 (8 years ago)
Author:
lele@…
Hash name:
20041130184751-97f81-183260ee2f7dfe9ea5994b548992a734d6707b19
Message:

Other little tweaks at the README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r176 r177  
    1313============ 
    1414 
    15 tailor.py is written in Python, and thus Python must be installed on your 
    16 system to use it. 
     15tailor.py is written in Python, and thus Python must be installed on 
     16your system to use it. Since it relays on external tools to do the 
     17real work such as `cvs`, `darcs` and `svn`, they need to be installed 
     18as well. 
    1719 
    1820Make tailor.py executable:: 
     
    2729======== 
    2830 
    29 Bootstrap a new taylored project, starting at upstream revision 10:: 
     311. Bootstrap a new taylored project, starting at upstream revision 10:: 
    3032 
    3133  $ tailor.py -b -s svn -R http://svn.server/Product -r 10 ~/darcs/MyProduct  
    3234 
    33 Bootstrap a new product, fetching from CVS and storing under SVN: this 
    34 will create the directory "~/svnwc/cmfcore"; "~/svnwc" must be already 
    35 under SVN:: 
     352. Bootstrap a new product, fetching from CVS and storing under SVN: 
     36   this will create the directory "~/svnwc/cmfcore"; "~/svnwc" must be 
     37   already under SVN:: 
    3638 
    3739  $ tailor.py --source-kind cvs --target-kind svn --bootstrap \ 
     
    3941              --module CMF/CMFCore ~/svnwc/cmfcore 
    4042   
    41 Showing each command bootstrap a new DARCS repos in "~/darcs/cmftopic" 
    42 under which the upstream module will be extracted as "CMFTopic" (ie, the 
    43 last component of the module name):: 
     433. Showing each command bootstrap a new DARCS repos in 
     44   "~/darcs/cmftopic" under which the upstream module will be 
     45   extracted as "CMFTopic" (ie, the last component of the module 
     46   name):: 
    4447 
    4548  $ tailor.py -D -b -R :pserver:anonymous@cvs.zope.org:/cvs-repository/ \ 
    4649              -m CMF/CMFTopic ~/darcs/cmftopic 
    4750               
    48 Merge upstream changes since last update/bootstrap:: 
     514. Merge upstream changes since last update/bootstrap:: 
    4952 
    5053  $ tailor.py ~/svnwc/MyProduct 
     
    7174left last time. 
    7275 
     76 
    7377Config file format 
    74 ================== 
     78------------------ 
    7579 
    7680When your project is composed by multiple upstream modules, it is 
     
    106110============ 
    107111 
    108 See the output of tailor.py -h for some further tips. I will be more 
    109 than happy to answer any doubt, question or suggestion you may have on 
    110 it. I'm usually hanging as "lelit" on the IRC channel devoted to darcs 
    111 on the freenode.net network. Do not hesitate to contact me either by 
    112 email or chatting there. 
     112See the output of tailor.py -h for some further tips.  There's also a 
     113`wiki page`_ that may give you some other hints. 
     114 
     115.. _wiki page: 
     116   http://www.scannedinavian.org/DarcsWiki/ConvertingFromSubversion 
     117 
     118I will be more than happy to answer any doubt, question or suggestion 
     119you may have on it. I'm usually hanging as "lelit" on the IRC channel 
     120devoted to darcs on the `freenode.net` network. Do not hesitate to 
     121contact me either by email or chatting there. 
    113122 
    114123 
     
    118127Lele Gaifax <lele@nautilus.homeip.net> 
    119128 
     129 
    120130About this document 
    121131=================== 
    122132 
    123 This document uses the reStructuredText format so that it can be easily 
    124 converted into other formats, such as HTML. For more information about this, 
    125 please see: 
    126 http://docutils.sourceforge.net/rst.html 
     133This document and most of the internal documention use the 
     134reStructuredText format so that it can be easily converted into other 
     135formats, such as HTML.  For more information about this, please see: 
     136 
     137  http://docutils.sourceforge.net/rst.html 
    127138 
    128139 
Note: See TracChangeset for help on using the changeset viewer.