when using file based SVN repositories in windows, the URL of the repository in the ccnet.config file needs to read something like this:
file:///\myserver.mydomain.local/SomePath/MyRepository
when CCNetConfig saves the ccnet.config file the path is formatted to be something like:
file://myserver.mydomain.local/SomePath/MyRepository
which throws an error when checking out the repository
No files are attached