Branch: refs/heads/master
Home: https://github.com/jenkinsci/bazaar-plugin
Commit: 2aafb5d9ab77409ed569ab49283ddf624ba42fe8
https://github.com/jenkinsci/bazaar-plugin/commit/2aafb5d9ab77409ed569ab49283ddf624ba42fe8
Author: Stewart Smith <[email protected]>
Date: 2012-06-27 (Wed, 27 Jun 2012)
Changed paths:
M src/main/java/hudson/plugins/bazaar/BazaarSCM.java
Log Message:
-----------
On failing to branch a tree, assume that BZR has had a problem due
to not being crash safe in all situations (e.g. cancelling a build during
initial checkout) and wipe the tree and start again.
We've tested this pretty heavily at Percona and before this patch we pretty
much *had* to have "clean workspace" enabled (or clean the workspace very,
very often). With this patch, we have not had to do so ever again.
Commit: 2cf3b3e16029d6d2d174edf3a2392fbeb1ddacb1
https://github.com/jenkinsci/bazaar-plugin/commit/2cf3b3e16029d6d2d174edf3a2392fbeb1ddacb1
Author: Monty Taylor <[email protected]>
Date: 2012-06-27 (Wed, 27 Jun 2012)
Changed paths:
M src/main/java/hudson/plugins/bazaar/BazaarSCM.java
Log Message:
-----------
Merge pull request #8 from stewartsmith/master
Auto-recover on corrupted bzr repo
Compare:
https://github.com/jenkinsci/bazaar-plugin/compare/7eb639ac248d...2cf3b3e16029