Stephen M commented on Bug JENKINS-14168

I missed the "Subversion respository" on the end. Changed my file to read:

<?xml version='1.0' encoding='UTF-8'?>
<hudson.scm.SubversionSCM_-DescriptorImpl>
  <generation>8</generation>
  <credentials class="hashtable">
    <entry>
      <string>&lt;http://beagle.hcs.us.com:80&gt;</string>
      <hudson.scm.SubversionSCM_-DescriptorImpl_-PasswordCredential>
        <userName>XXXXX</userName>
        <password>XXXXX</password>
      </hudson.scm.SubversionSCM_-DescriptorImpl_-PasswordCredential>
    </entry>
    <entry>
      <string>&lt;http://beagle.hcs.us.com:80&gt; Subversion repository</string>
      <hudson.scm.SubversionSCM_-DescriptorImpl_-PasswordCredential>
        <userName>XXXXX</userName>
        <password>XXXXX</password>
      </hudson.scm.SubversionSCM_-DescriptorImpl_-PasswordCredential>
    </entry>
  </credentials>
  <workspaceFormat>10</workspaceFormat>
  <revisionPolicy>QUEUE_TIME</revisionPolicy>
  <validateRemoteUpToVar>false</validateRemoteUpToVar>
</hudson.scm.SubversionSCM_-DescriptorImpl>

However, even after a Hudson reload of the configuration files, I'm still seeing the same exception and the same warnings in the log file.

Jun 20, 2012 5:06:45 PM hudson.plugins.scm_sync_configuration.SCMManipulator expectScmRepositoryInitiated
WARNING: SCM Repository has not yet been initiated !

Jun 20, 2012 5:05:58 PM hudson.plugins.scm_sync_configuration.SCMManipulator expectScmRepositoryInitiated
WARNING: SCM Repository has not yet been initiated !

Jun 20, 2012 5:03:34 PM hudson.plugins.scm_sync_configuration.SCMManipulator expectScmRepositoryInitiated
WARNING: SCM Repository has not yet been initiated !

Any ideas?

Thanks again!
--Stephen

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to