jenkinsci / jenkinsci/subversion-plugin

[JENKINS-1665] Subversion check out failure error message is not obvious

Open
#453 0 comments 0 reactions 0 assignees View on GitHub
component:subversion-plugin imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
131
Forks
275
Avg merge
12h 4m
Merged PRs (30d)
6

Description

See the following output. It doesn't really say that it's failing to check out /

update.

------------------

started

ERROR: svn: Could not open the requested SVN filesystem

svn: PROPFIND of '/svn/hudson/trunk/hudson': 500 Internal Server Error

(https://svn.dev.java.net)

org.tmatesoft.svn.core.SVNException: svn: Could not open the requested SVN

filesystem

svn: PROPFIND of '/svn/hudson/trunk/hudson': 500 Internal Server Error

(https://svn.dev.java.net)

at

org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:69)

at

org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:126)

at

org.tmatesoft.svn.core.internal.io.dav.DAVConnection.fetchRepositoryUUID(DAVConnection.java:88)

at

org.tmatesoft.svn.core.internal.io.dav.DAVRepository.testConnection(DAVRepository.java:85)

at

hudson.scm.SubversionSCM$DescriptorImpl.checkRepositoryPath(SubversionSCM.java:1221)

at hudson.scm.SubversionSCM.repositoryLocationsExist(SubversionSCM.java:1282)

at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:335)

at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:299)

at hudson.model.AbstractProject.checkout(AbstractProject.java:567)

at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:251)

at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:225)

at hudson.model.Run.run(Run.java:756)

at hudson.model.Build.run(Build.java:85)

at hudson.model.ResourceController.execute(ResourceController.java:70)

at hudson.model.Executor.run(Executor.java:77)

Caused by: org.tmatesoft.svn.core.SVNException: svn: Could not open the

requested SVN filesystem

svn: PROPFIND of '/svn/hudson/trunk/hudson': 500 Internal Server Error

(https://svn.dev.java.net)

at

org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:55)

at

org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:40)

at

org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getResourceProperties(DAVUtil.java:64)

at

org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getStartingProperties(DAVUtil.java:92)

at

org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:114)

... 13 more

Recording test results

finished: FAILURE

---
Originally reported by kohsuke, imported from: Subversion check out failure error message is not obvious


  • status: Open
  • priority: Major
  • component(s): subversion-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 0
  • imported: 20251212-090250

Raw content of original issue

See the following output. It doesn't really say that it's failing to check out /
update.

------------------
started
ERROR: svn: Could not open the requested SVN filesystem
svn: PROPFIND of '/svn/hudson/trunk/hudson': 500 Internal Server Error
(https://svn.dev.java.net)
org.tmatesoft.svn.core.SVNException: svn: Could not open the requested SVN
filesystem
svn: PROPFIND of '/svn/hudson/trunk/hudson': 500 Internal Server Error
(https://svn.dev.java.net)
at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:69)
at
org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:126)
at
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.fetchRepositoryUUID(DAVConnection.java:88)
at
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.testConnection(DAVRepository.java:85)
at
hudson.scm.SubversionSCM$DescriptorImpl.checkRepositoryPath(SubversionSCM.java:1221)
at hudson.scm.SubversionSCM.repositoryLocationsExist(SubversionSCM.java:1282)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:335)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:299)
at hudson.model.AbstractProject.checkout(AbstractProject.java:567)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:251)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:225)
at hudson.model.Run.run(Run.java:756)
at hudson.model.Build.run(Build.java:85)
at hudson.model.ResourceController.execute(ResourceController.java:70)
at hudson.model.Executor.run(Executor.java:77)
Caused by: org.tmatesoft.svn.core.SVNException: svn: Could not open the
requested SVN filesystem
svn: PROPFIND of '/svn/hudson/trunk/hudson': 500 Internal Server Error
(https://svn.dev.java.net)
at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:55)
at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:40)
at
org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getResourceProperties(DAVUtil.java:64)
at
org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getStartingProperties(DAVUtil.java:92)
at
org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:114)
... 13 more
Recording test results
finished: FAILURE

  • environment: Platform: All, OS: All

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.