You can just use an <exec> task that runs svn and pass it the path as an argument. <exec program="svn"> <arg value="commit C:\Abc\bin -m "Committed the libraries after the build got" /> </exec>
Roger --- On Wed, 3/18/09, सिद्धार्थ <[email protected]> wrote: From: सिद्धार्थ <[email protected]> Subject: [ccnet-user] Running a dos command through CCnet To: "ccnet-user" <[email protected]> Date: Wednesday, March 18, 2009, 8:19 AM Hi All, i want to run a dos command through CCnet.I dont want to run from the batch file but to run this command directly in ccnet ====== svn commit C:\Abc\bin -m "Committed the libraries after the build got succeeded by Cruise Control" ======= Is it possible regards, sid
