- Timestamp:
- 05/09/05 14:30:14 (8 years ago)
- Hash name:
- 20050509123014-97f81-c71d9611059ab5c22bb284607c76a5d0947d136c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r276 r286 53 53 1. Bootstrap a new tailored project, starting at upstream revision 10:: 54 54 55 $ tailor.py -b -s svn -R http://svn.server/path/to/svnrepo \56 --module /Product/trunk -r 10 --subdir Product ~/darcs/MyProduct55 $ tailor.py -b -s svn -R http://svn.server/path/to/svnrepo \ 56 --module /Product/trunk -r 10 --subdir Product ~/darcs/MyProduct 57 57 58 58 2. Bootstrap a new product, fetching from CVS and storing under SVN: … … 60 60 already under SVN:: 61 61 62 $ tailor.py --source-kind cvs --target-kind svn --bootstrap \63 --repository :pserver:cvs.zope.org:/cvs-repository \64 --module CMF/CMFCore ~/svnwc/cmfcore62 $ tailor.py --source-kind cvs --target-kind svn --bootstrap \ 63 --repository :pserver:cvs.zope.org:/cvs-repository \ 64 --module CMF/CMFCore ~/svnwc/cmfcore 65 65 66 66 3. Showing each command bootstrap a new DARCS repos in … … 69 69 name):: 70 70 71 $ tailor.py -D -b -R :pserver:anonymous@cvs.zope.org:/cvs-repository/ \72 -m CMF/CMFTopic ~/darcs/cmftopic71 $ tailor.py -D -b -R :pserver:anonymous@cvs.zope.org:/cvs-repository/ \ 72 -m CMF/CMFTopic ~/darcs/cmftopic 73 73 74 74 4. Merge upstream changes since last update/bootstrap:: 75 75 76 $ tailor.py ~/svnwc/MyProduct76 $ tailor.py ~/svnwc/MyProduct 77 77 78 78 5. Migrate a whole SVN repository, starting from the beginning:: 79 79 80 $ tailor.py -b -s svn -R svn+ssh://caia/tmp/svn/repo --module / \81 --subdir testsvn --revision 1 testdir80 $ tailor.py -b -s svn -R svn+ssh://caia/tmp/svn/repo --module / \ 81 --subdir testsvn --revision 1 testdir 82 82 83 83 .. warning:: When using --revision with a SVN source repository, be … … 87 87 6. Bootstrap from a CVS branch, starting from a given point in time:: 88 88 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-repository89 $ 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 92 92 93 93
Note: See TracChangeset
for help on using the changeset viewer.
