Changeset 1154


Ignore:
Timestamp:
11/30/06 10:03:58 (6 years ago)
Author:
mglb1
Message:

Cleanup the repository before attempting to commit to remove any stale locks,
etc.

This is assuming that the caller takes care of ensuring that there are no
other people accessing the repository that could have set a legitimate lock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccsd/trunk/crcnetd/_utils/ccsd_cfengine.py

    r1132 r1154  
    19801980            self.lock.acquire() 
    19811981            try: 
     1982                for path in paths: 
     1983                    client.svn_client_cleanup(path, self.ctx, self.pool) 
    19821984                i = client.svn_client_commit(paths, False, self.ctx, self.pool) 
    19831985                if i.revision < 0: 
Note: See TracChangeset for help on using the changeset viewer.