Changeset 547 in tailor for vcpx/svn.py


Ignore:
Timestamp:
08/10/05 09:29:20 (8 years ago)
Author:
lele@…
Hash name:
20050810072920-97f81-3dc880323aea7d9a9b1242b286057199787a0ba4
Message:

Raise an exception when an error occurs at target commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/svn.py

    r539 r547  
    339339        commit.execute(entries) 
    340340 
     341        if commit.exit_status: 
     342            raise ChangesetApplicationFailure("%s returned status %d" % 
     343                                              (str(commit), commit.exit_status)) 
     344 
    341345        if self.USE_PROPSET: 
    342346            cmd = [self.repository.SVN_CMD, "propset", "%(propname)s", 
Note: See TracChangeset for help on using the changeset viewer.