Re: Error collecting changes for VCS root
We are using Mercurial/HG and we have the exact same problem.
Just switching settings in VCS helps temporary but this is no solution :-(
TeamCity 6.5.4
Our error seems to start when we switched to a new agent. The agent just can't resolve the xml-log. Perhaps there are som foreign chars in the xml-file? Like my swedish ÅÄÖ :-)
But still, the xml from hg log --style=xml is valid and works.
The Mercurial library is updated in the agents environment...
Please sign in to leave a comment.
What is Mercurial version ot TeamCity server machine?
Could you please post a full teamcity-server.log and teamcity-vcs.log.
Thanks
server-log?
Attachment(s):
Hypernode_interna_projekt_Diverse_pluggar_till_plugins.hyperdev.se_87.log.zip
updated to 6.5.5 without success :-(
I suspect the issue is caused by outdated Mercurial version on TeamCity server machine, not on build agents.
Please check it once again.
Correct! Now it's working! Thanks!!!
Ubuntu 10.04 upgraded with Mercurial 1.8, missing python properties to get the latest version.
This is what I did:
1. Install support for adding apt-repo:
sudo apt-get install python-software-properties
2. Then upgrade HG:
sudo add-apt-repository ppa:mercurial-ppa/releases
sudo apt-get update
sudo apt-get install mercurial
3. Check version:
hg --version
It should say at least 1.8...