On Wed, Jul 8, 2009 at 9:49 AM, sam<[email protected]> wrote: > > We have recently changed the repository to another path and After this > cc.net is not executing any builds or test. Keep getting the following > error. > > Source control operation failed: svn: Can't connect to host 'abc': No > connection could be made because the target machine actively refused > it. > > I have checked every path and redirected the path too but still > getting same. Any help plz
You have to switch CCNet's working copy. Either login and do a 'svn switch' (although I am not sure this is possible when the server part of the URL has changed) or remove the working directory, which will force CruiseControl.Net to make a checkout from the new location (please keep a backup of the working directory if you are going to go this route).
