Changeset 1484 in tailor


Ignore:
Timestamp:
04/05/08 00:09:53 (5 years ago)
Author:
lele@…
Hash name:
20080404220953-97f81-399f4c1cce1fd58556a3624e4909ca8b42ccc9a7
Message:

Example of disjunct working directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.rst

    r1483 r1484  
    10471047 
    10481048 
     1049Disjunct working directories 
     1050---------------------------- 
     1051 
     1052A particular case happens when the ``subdir`` specified in the 
     1053*source* is different from the one in *target* as in:: 
     1054 
     1055  [tailor-d1-to-d2] 
     1056  patch-name-format = '' 
     1057  source = darcs:source 
     1058  target = darcs:target 
     1059  start-revision = INITIAL 
     1060 
     1061  [darcs:source] 
     1062  repository = http://darcs.arstecnica.it/tailor 
     1063  subdir = tailor_d1 
     1064 
     1065  [darcs:target] 
     1066  darcs-command = /usr/local/bin/darcs2 
     1067  init-options = --darcs-2 
     1068  subdir = tailor_d2 
     1069 
     1070In this particular case, the *kind* may be the same, allowing 
     1071particular migrations between the same kind of VC, as showed. 
     1072 
     1073Tailor will use ``rsync`` to move the changes applied in the 
     1074source subdirectory to the target one. 
     1075 
     1076 
    10491077Using a Python script as configuration file 
    10501078------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.