I set the timeout to 30 minutes. In fact it works with that high timeout interval. But 12 minutes for checking the modifications is very slow. If I do the check with standard svn commands it only last a minute. It lacks in performance.
Am Donnerstag, 23. August 2012 09:47:04 UTC+2 schrieb Dragon: > > 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? >
