Changeset 422 in tailor


Ignore:
Timestamp:
07/23/05 03:05:46 (8 years ago)
Author:
lele@…
Hash name:
20050723010546-97f81-9f18a951aee4c5ddbc1de3bb9712cc6701e04857
Message:

Resolved conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r421 r422  
    8585   storing under SVN 
    8686 
    87     $ tailor.py --source-kind cvs --target-kind svn --bootstrap \ 
     87   a. First create a SVN repository and extract a working copy out of 
     88      it. This is needed also when using a CVS or a Monotone target:: 
     89 
     90       $ cd $HOME 
     91       $ svnadmin create --fs-type fsfs svn_repo 
     92       $ svn co file://$HOME/svn_repo svnwc 
     93       
     94   b. Then run tailor once to set up the repository:: 
     95 
     96       $ cd $HOME/svnwc 
     97       $ tailor --source-kind cvs --target-kind svn --bootstrap \ 
    8898                --repository :pserver:cvs.zope.org:/cvs-repository \ 
    8999                --module CMF/CMFCore --revision INITIAL cmfcore 
Note: See TracChangeset for help on using the changeset viewer.