Comment 1 for bug 556223

Revision history for this message
Bob Hournbuckle (bhournbuckle) wrote :

Rather than create a seperate bug, this error also occurs when trying to "Run" any build agent using a bzr VCS root.

Pretty much same root cause, io exception when trying to run "clone" from the BazaarRoot that hasn't been created yet (only the parent was created). Again see for possible fix: http://bazaar.launchpad.net/~bhournbuckle/bzr4j/tc-fixclone-trunk/revision/27/modules/core/src/main/java/org/emergent/bzr4j/core/cli/BzrAbstractExec.java

Note, other commands may need similar treatment, such as "export".