I have a problem with the integrated cruisecontrol (Version 1.8) svn. If I
try to checkout the externals recursively the checking for modification
process times out.
<sourcecontrol type="svn">
<trunkUrl>serverurl</trunkUrl>
<authCaching>ExternalsOnly</authCaching>
<executable>svn.exe</executable>
<checkExternals>true</checkExternals>
<checkExternalsRecursive>*true*</checkExternalsRecursive>
<cleanUp>true</cleanUp>
</sourcecontrol>
If I disable the checkExternalsRecursive everything is working fine. But I
really need my SubExternals beeing checked out. Is there any help or
workaround for this problem?