Changeset 609 in tailor


Ignore:
Timestamp:
08/17/05 03:17:42 (8 years ago)
Author:
lele@…
Hash name:
20050817011742-97f81-acfdc3f0cceba9298c873f7128090a09185e3dfc
Message:

Do an svn update after each commit
Subversion some time fails the commit because the working copy is
not up to date. This forces an update right after the commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/svn.py

    r594 r609  
    351351            propset.execute(author, propname='svn:author') 
    352352 
     353        cmd = [self.repository.SVN_CMD, "update", "--quiet"] 
     354        ExternalCommand(cwd=self.basedir, command=cmd).execute() 
     355 
    353356    def _removePathnames(self, names): 
    354357        """ 
Note: See TracChangeset for help on using the changeset viewer.