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

Unable to connect to svn - org.tmatesoft.svn.core.SVNException: svn: E180001: Unable to open repository

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • svn-tag-plugin
    • None

      I have set up svn and had checkedin files to the same. The svn url I see in repo browser is
       
      file:///D:/build
       
      However, when I am providing the same in the REPOSITORY URL in Jenkins, the build is failing with the below error . I tried validating the url through SVN and don't see any issues in navigation to the same. Would be great if you can suggest what could b e the issue .
       
      Started by an SCM change
      Building remotely on VOSBNG18 (Label1) in workspace /home/krishnan/Jenkins/workspace/Firstdemo
      Checking out a fresh workspace because there's no workspace at /home/krishnan/Jenkins/workspace/Firstdemo
      Cleaning local Directory .
      Checking out
      file:///D:/build at revision '2017-03-31T09:44:15.655 +0530'
      ERROR: Failed to check out
      file:///D:/build
      org.tmatesoft.svn.core.SVNException: svn: E180001: Unable to open repository 'file:///D:/build'
      svn: E180001: Unable to connect to a repository at URL '
      file:///D:/build'
      svn: E180001: Unable to open repository '
      file:///D:/build'
      at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:70)

      at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
      at org.tmatesoft.svn.core.internal.io.fs.FSRepository.openRepository(FSRepository.java:799)
      at org.tmatesoft.svn.core.internal.io.fs.FSRepository.getLatestRevision(FSRepository.java:122)

            k2nakamura k2nakamura
            venkidhadha venki v
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: