Click here to Skip to main content
15,891,837 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

in my cruisecontrol config.xml I defined a svn modificationset. if somebody commits new data to the svn an ant-build should start after 30 seconds. but this doesn't happen.
only if a sheduled or forced build is started and was successful, cruisecontrol checkes for modification and a new build will start after 30 seconds.

here my modificationset task:

<br />
<svn RepositoryLocation="path/myProject" username="user" password="XXXX" /><br />
<br />



thanks
Posted

1 solution

Hi,
You can get complete information about Cruise control and svn from below Tutorial.

Automate builds using SVN, MSBuild, Cruise control
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900