Changeset 422 in tailor
- Timestamp:
- 07/23/05 03:05:46 (8 years ago)
- Hash name:
- 20050723010546-97f81-9f18a951aee4c5ddbc1de3bb9712cc6701e04857
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r421 r422 85 85 storing under SVN 86 86 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 \ 88 98 --repository :pserver:cvs.zope.org:/cvs-repository \ 89 99 --module CMF/CMFCore --revision INITIAL cmfcore
Note: See TracChangeset
for help on using the changeset viewer.
