Note that there are some explanatory texts on larger screens.

plurals
  1. POCruiseControl.NET SVN Re-location Problem
    text
    copied!<p>I currently have CruiseControl.NET set up with SVN to automatically grab the code source from the repository. After having a problem with our SVN server - I recreated a different SVN location for it and changed the location of it in the ccnet.config file. This caused problems with CruiseControl.NET still trying to grab it from the old SVN repository. </p> <p>I have tried restarting the CruiseControl.NET service, deleting artifacts and any other files related to the project and changing the project name but it still tries to grab the code from the wrong SVN location.</p> <p>The error I'm getting is this:</p> <pre><code> ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: OPTIONS of 'http://local.oldsvnserver/svn/OldRepository': authorization failed (local.oldsvnserver). Process command: C:/Program Files (x86)/Subversion/svn.exe update --username username--password password --non-interactive --no-auth-cache at ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute(ProcessInfo processInfo) at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Svn.GetSource(IIntegrationResult result) at ThoughtWorks.CruiseControl.Core.IntegrationRunner.Build(IIntegrationResult result) </code></pre> <p>where the new sourcecontrol block is:</p> <pre><code>&lt;sourcecontrol type="svn"&gt; &lt;executable&gt;C:/Program Files (x86)/Subversion/svn.exe&lt;/executable&gt; &lt;trunkUrl&gt;http://local.newsvnswever/svn/SiteRepository/&lt;/trunkUrl&gt; &lt;username&gt;username&lt;/username&gt; &lt;password&gt;password&lt;/password&gt; &lt;autoGetSource&gt;true&lt;/autoGetSource&gt; &lt;workingDirectory&gt;&lt;/workingDirectory&gt; &lt;/sourcecontrol&gt; </code></pre> <p>Any help would be awesome,</p> <p>ChrisNTR</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload