Hi there,

I'm usin' CCnet with Subversion, or at least I try to.
Well I did everything like Steve Trefethen described in his tutorial.
There are no error prompts which becomes a bad thing if sth is still
not working propperly. On the good side, the force builds work, as
well as the timer. What really lacks recognition is the Commiting.
ccnet just doesn't react to it at all. The repository is on a linux
machine, the time is synched, so what's left?

P.S.: The config file below is just the current one. I tried a lot
changing it and stuff, so I don't think, it's the config file that
fails.


Subversion:
1.6.3-sliksvn-tag-1....@38112-win32

TortoiseSVN:
Version 1.6.3

CruiseControl.NET:
1.4.4.83

OS:
Microsoft Windows NT 5.1.2600 Service Pack 3


ccnet.config:
<cruisecontrol>
        <project name="Do Something On svn commit">
                <triggers>
                </triggers>
                <sourcecontrol type="svn">
                        <trunkUrl>svn://repo.xxxxxxx.de/sandbox/MY</trunkUrl>
                        
<workingDirectory>C:\Projects\sandbox\MY</workingDirectory>
                        
<executable>C:\Programme\SlikSvn\bin\svn.exe</executable>
                        <username>MY</username>
                        <password>YM</password>
                        <autoGetSource>true</autoGetSource>
                        <tagOnSuccess>false</tagOnSucxcess>
                        
<tagBaseUrl>svn://repo.xxxxxx.de/sandbox/tags</tagBaseUrl>
                        <timeout>12000000</timeout>
                </sourcecontrol>
                <tasks>
                        <exec>
                                <executable>c:\Projects\DoSth.bat</executable>
                                <baseDirectory>c:\Projects</baseDirectory>
                        </exec>
                </tasks>
        </project>
        <project name="MY_Setup">
                <triggers>
                        <scheduleTrigger time="05:00" 
buildCondition="ForceBuild"
name="Scheduled_Test_MYSetup_DailyBuild">
                        </scheduleTrigger>
                </triggers>
                <tasks>
                        <exec>
                                
<executable>c:\Projects\sandbox\MY\setup\MakeSetup.bat</
executable>
                                
<baseDirectory>c:\Projects\sandbox\MY\setup</baseDirectory>
                        </exec>
                </tasks>
        </project>
</cruisecontrol>

Reply via email to