Changeset 429 in tailor for README


Ignore:
Timestamp:
07/25/05 23:51:54 (8 years ago)
Author:
lele@…
Hash name:
20050725215154-97f81-40c2a3994b65a80a7459f0faaa3dc06b7502b5e8
Message:

When properly setup even svn can have real timestamps and authors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r428 r429  
    103103 
    104104      $ tailor -D -v $HOME/svnwc/cmfcore 
    105        
     105 
     106   .. note:: In the step a) above, you may want to install an 
     107             appropriate hook in the repository to enable the 
     108             propset command to operate on unversioned properties, 
     109             as described in the `svn manual`__. Then you can 
     110             specify '--use-svn-propset' option, and tailor will 
     111             put the original author and timestamp in the proper 
     112             svn metadata instead of appending them to the changelog. 
     113 
     114             Beware: there is a note__ that revisions have to be 
     115             sorted in date order! This means that, if you have an 
     116             existing subversion repository, you can't really add in 
     117             another project.  The dates would all be interwined. 
     118             You would basically have to recreate the repo.  You can 
     119             work around this by using separate repos. 
     120 
     121__ http://svnbook.red-bean.com/en/1.0/ch05s02.html#svn-ch-5-sect-2.1 
     122__ http://svn.haxx.se/users/archive-2004-05/0245.shtml 
     123    
     124    
    1061253. Showing each command bootstrap a new DARCS repos in 
    107126   "~/darcs/cmftopic" under which the upstream module will be 
Note: See TracChangeset for help on using the changeset viewer.