Changeset 421 in tailor


Ignore:
Timestamp:
07/23/05 03:00:29 (8 years ago)
Author:
lele@…
Hash name:
20050723010029-97f81-27667e8aeb5e9bb750b29c1104fa9d70af3cba90
Message:

Extended and clarified the second example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r408 r421  
    8282      --module /Product/trunk -r 10 --subdir Product ~/darcs/MyProduct  
    8383 
    84 2. Bootstrap a new product, fetching from CVS and storing under SVN: 
    85    this will create the directory "~/svnwc/cmfcore"; "~/svnwc" must be 
    86    already under SVN:: 
    87  
    88     $ tailor --source-kind cvs --target-kind svn --bootstrap \ 
     842. Bootstrap a new product, fetching its whole CVS repository and 
     85   storing under SVN 
     86 
     87    $ tailor.py --source-kind cvs --target-kind svn --bootstrap \ 
    8988                --repository :pserver:cvs.zope.org:/cvs-repository \ 
    90                 --module CMF/CMFCore ~/svnwc/cmfcore 
    91  
     89                --module CMF/CMFCore --revision INITIAL cmfcore 
     90 
     91   c. Finally run it again without --bootstrap to bring the repository 
     92      in sync with latest CVS version:: 
     93 
     94      $ tailor -D -v $HOME/svnwc/cmfcore 
     95       
    92963. Showing each command bootstrap a new DARCS repos in 
    9397   "~/darcs/cmftopic" under which the upstream module will be 
Note: See TracChangeset for help on using the changeset viewer.