hg pull always fails with file not found. I've successfully pulled the same code with both git, and subversion. It always fails on the same file (after already pulling down several 100 files), the following is the error I receive:
Error encountered while triggering manual build: command [hg, pull, --rev, 9881586d33e8cee18f7ea596475cc296967567e5, --config, ui.ssh=ssh -o StrictHostKeyChecking=no -o BatchMode=yes, https://travdes:***@bitbucket.org/travdes/xxxxxxxxx] failed. Working directory was `C:\Documents and Settings\travis\bamboo-home\xml-data\build-dir\_hg-repositories-cache\114d6f4dcd09cdff7dad2a3210847c7156a11f78'. stderr: transaction abort! rollback completed abort: No such file or directory: C:\Documents and Settings\travis\bamboo-home\xml-data\build-dir\_hg-repositories-cache\114d6f4dcd09cdff7dad2a3210847c7156a11f78\.hg/store\data/offline/base/_application_server/jakarta-tomcat-5.0.28/server/webapps/admin/_w_e_b-_i_n_f/lib\.catalina-admin.jar.i-qqpalr stdout: pulling from https://travdes:***@bitbucket.org/travdes/xxxxxxxxadding changesetsadding manifestsadding file changes
Does it work when you run
hg pull --rev 9881586d33e8cee18f7ea596475cc296967567e5 --config ui.ssh=ssh -o StrictHostKeyChecking=no -o BatchMode=yes https://travdes:***@bitbucket.org/travdes/xxxxxxxxx
from the command line?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.