Dashboard > CruiseControl.NET Community > Community > CCNET hangs when performing action on Subversion (NAntTask)
CCNET hangs when performing action on Subversion (NAntTask) Log In View a printable version of the current page.

Added by Hans Voet , last edited by Hans Voet on Feb 07, 2008  (view change)
Labels: 
(None)

Hi fellow integrators,

we've been integrating CCNET, NAnt and Subversion. Our scripts run ok, until the first [svn] task is executed; seemingly CCNET 'hangs' when executing this piece of code. In fact we have this problem with all of the defined svn tasks (commit, update, ...) in our NAnt scripts when ran from CCNET; e.g.

 (removed properties for markup reasons)

<target name="someTargetName" >
    <svn uri="somePath/src/trunk"
           username="user"
           password="pwd"
           verbose="true">
           <arg line='commit C:\CruiseControl.Net\Projects\MainApp\NextGen\Core\trunk -m "commit notification"'/>
    </svn>
 </target>

The strange thing is that when the NAnt script(s) are run outside the CCNET context (command line, ..), the svn tasks are carried out without any problem (so syntax, property content,... should be ok..).

Did any of you experience the same problem?  Any clues on this one..?

Any help would be appreciated!

Regards,

Hans Voet


Powered by a free Atlassian Confluence Open Source Project / Non-profit License granted to ThoughtWorks, Inc.. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators