Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-2372

Cant check out code using subversion from codeplex.com

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Critical Critical
    • subversion-plugin
    • None
    • Platform: All, OS: All

      Hudson (1.252) can not check out code from the subversion server at
      codeplex.com. Codeplex has implemented a bridge between TFS and subversion. The
      advantage to using this is that it allows anonymous access.

      I have no problems checking out code using the subversion (1.4.2) client,
      TortoiseSvn and the svnkit stand alone client.

      Steps to reproduce:
      1. Create a job
      2. Configure the SVN SCM to https://xunit.svn.codeplex.com/svn
      3. Build project

      Expected outcome:
      The files are retrieved from the codeplex site.

      Actual outcome:
      An exception is thrown at me, console log below:
      ----------------------------------------------------------------------
      started
      Building remotely on redsolo
      Checking out a fresh workspace because /var/hudson/workspace/xunit/svn doesn't
      exist
      Checking out https://xunit.svn.codeplex.com/svn
      ERROR: Failed to check out https://xunit.svn.codeplex.com/svn
      org.tmatesoft.svn.core.SVNException: svn: REPORT of '/svn/!svn/vcc/default': 500
      Internal Server Error (https://xunit.svn.codeplex.com)
      at
      org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:63
      )
      at
      org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:50
      )
      at
      org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getDatedRevision(DAVReposit
      ory.java:195)
      at
      org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:4
      26)
      at
      org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:808)
      at
      org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:48
      3)
      at
      org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:428)
      at
      org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:410)
      at
      org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:406)
      at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:483)
      at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:413)
      at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1176)
      at hudson.remoting.UserRequest.perform(UserRequest.java:69)
      at hudson.remoting.UserRequest.perform(UserRequest.java:23)
      at hudson.remoting.Request$2.run(Request.java:200)
      at
      java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at
      java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:8
      85)
      at
      java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java.lang.Thread.run(Thread.java:619)
      finished: FAILURE

            Unassigned Unassigned
            redsolo redsolo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: