Hi
I am a new ccnet user. I just wanted to create very very simple task.
Get svn code and build it. Well, my only wish at the moment is to get
the the repository. The Visual SVN server and ccnet are installed on
the same machine. This is the structure of the Svn server:
SvnServer(local)
- Repositories
- BusinessWare
-trunk
and the ccnet.config
<cruisecontrol xmlns:cb="urn:ccnet.config.builder">
<project name="BusinessWare" queue="Q1" queuePriority="0" >
<workingDirectory>D:\Projects\BusinessWare\trunk</workingDirectory>
<category>Continuous Builds</category>
<webURL>http://127.0.0.1/ccnet</webURL>
<triggers>
<intervalTrigger name="continuous" seconds="60" />
</triggers>
<sourcecontrol type="svn" >
<executable>C:\Program Files\VisualSVN
Server\bin\svn.exe</
executable>
<trunkUrl>svn://localhost:81/BusinessWare/trunk</trunkUrl>
<workingDirectory>D:\Projects\BusinessWare\trunk\Documentation</
workingDirectory>
<username>n_mynkow</username>
<password>parolatan_mynkow</password>
<timeout>600000</timeout>
</sourcecontrol>
</project>
</cruisecontrol>
I get this error everytime:
Source control operation failed: svn: Connection closed unexpectedly.
Can you help me?