Hi.
There's a part of my ccnet.confg file:
<cb:define base_catalog="c:\TestProjects"/>
<sourcecontrol type="cvs" autoGetSource="true">
<executable>c:\Program Files\cvsnt\cvs.exe</executable>
<cvsroot>:sspi:xxx:tr...@sql-ser:/cvsrepo2010</cvsroot>
<module>Projects</module>
<workingDirectory>$(base_catalog)</workingDirectory>
<timeout units="hours">1</timeout>
</sourcecontrol>
It works great in release 1.5.6804.1, but in release 1.5.7256.1 ccnet
make checkout not in "c:\TestProjects" but in "c:\Program Files
\CruiseControl.NET\server\TestProject".
Is it bug in ccnet or i've made mistake in config file ?