Hi,
I'm using 1.5CTP version, though didn't see any bug solved connected
with this in release log
(http://confluence.public.thoughtworks.org/display/CCNET/CCNet
+1.5+RC1+Release+Notes)

The problem concerns <revert> tag in subversion source control:
<sourcecontrol type="multi">
                <sourceControls>
                        <svn>
                                <workingDirectory>src</workingDirectory>
                                <trunkUrl>....</trunkUrl>
                                <executable>c:\Program 
Files\CollabNet\Subversion Client\svn.exe</
executable>
                                <webUrlBuilder type="websvn">
                                        <url>....</url>
                                </webUrlBuilder>

                                <issueUrlBuilder type="defaultIssueTracker">
                                   <url>...&amp;id_to_find={0}</url>
                                </issueUrlBuilder>
                        </svn>
                </sourceControls>
        </sourcecontrol>


The issue is following.
I have a build, and after that I use msbuild task to change
connectionString in web.config
so that it matches my CI machine settings.

However, ccnet reverts my changes next time it checks for changes  (
<intervalTrigger name="continuous" seconds="900" />)
even though sources haven't been changed - thus there is no build, but
my connection string is reverted and application gets broken

(I know this is probably not the best way to make webpage use the
working dir, though
it was used to set up a branch quickly).

Cheers,
Mateusz

Reply via email to