Changeset 1281 in tailor for vcpx/dualwd.py


Ignore:
Timestamp:
09/12/06 23:21:44 (7 years ago)
Author:
lele@…
Hash name:
20060912212144-97f81-128949db7c687813c001a633914bfa21c5455f53
Message:

Fix ticket #75, at least with DisjunctWorkingDirectories
While fixing it with shared basedirs is a tricky business, with disjunct
basedirs it's very simple: first replay the changeset on the target, then
execute rsync to copy updated files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/dualwd.py

    r1209 r1281  
    103103 
    104104    def replayChangeset(self, changeset): 
     105        self.target.replayChangeset(changeset) 
    105106        if not self.shared_basedirs: 
    106107            self._syncTargetWithSource() 
    107         self.target.replayChangeset(changeset) 
    108108 
    109109    def _syncTargetWithSource(self): 
Note: See TracChangeset for help on using the changeset viewer.