13 Feb
2011
13 Feb
'11
4:14 p.m.
2011/2/13 Terry Brown <terry_n_brown@...36...>:
Using bzr shared repository it takes 12 seconds on my machine to make a branch, cold-cache.
Cheers -Terry
This is probably very slow by Git standards, where creating a branch is instantaneous because no files need to be written / changed. 99% of this 12 seconds is probably spent copying the working tree. Making a branch using the colo plugin, or in a no-trees repository, should be almost as fast as in Git.
Some more hints for Git-style branches. http://wiki.bazaar.canonical.com/GitStyleBranches
Regards, Krzysztof