Changeset 406 in tailor for README


Ignore:
Timestamp:
07/05/05 20:57:03 (8 years ago)
Author:
lele@…
Hash name:
20050705185703-97f81-9d5e40ba59786ffb484e2c145377322d3b3bd295
Message:

Handle "INITIAL" as --revision under CVS
It's now possible to give "INITIAL" as --revision argument when
bootstrapping from a CVS repository: tailor will look for the first
change in the specified branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r399 r406  
    115115    $ tailor -b -s cvs -R :pserver:anonymous@server.org:/cvsroot/ \ 
    116116                --revision 'unstable-branch 2001-12-25 23:26:48 UTC' \ 
     117                --module something new-darcs-repository 
     118 
     1197. Bootstrap from a CVS branch, starting from the beginning of time:: 
     120 
     121    $ tailor.py -b -s cvs -R :pserver:anonymous@server.org:/cvsroot/ \ 
     122                --revision 'unstable-branch INITIAL' \ 
    117123                --module something new-darcs-repository 
    118124 
Note: See TracChangeset for help on using the changeset viewer.