Hi All,
I'm trying to setup a project under CCNet. The project is using
mercurial as SC.
Though I have used CCNET before, i'm quite new new mercurial.
I'm having an issue with the detection of changes, each time the
interval trigger is executed, it detects the last push as a change and
though it triggeres a new build, which is not quite ok...
In project config I have mercurial SC configured not no get sources
(because I had an error due to merge errors on a get attempt...).
In the msbuild script that is run I do a clean forced pull
<HgPull
Force="true"
Update="true"
LocalPath="$(MSBuildProjectDirectory)\$(WorkingFolder)"
/>
to get the sources and then compile.
Not sure how much is this a mercurial issue or it is related to the
way the plugin is getting the sources.
Using CCNET 1.5.7256.1 and mercurial 1.5.4.
Thanks,
florin