jenkinsci / jenkinsci/subversion-plugin

[JENKINS-15013] svn: E195012: Unable to find repository location for '<tag>' in revision 'one less then expected' - followed by NPE

Open
#963 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

I have a job which does the follownig:



  • ask user for some parameters (svn version, ...)

  • based on the version and some other info, create tag in svn repo (pre scm step, via shell script calling direct svn copy)

  • SCM/subversion fresh copy checkout

First of all the SCM step does not see the last revision created in the pre scm script.

The revision in question does not exist when job is started on slave. Is is added in the pre scm step.

I have added extra sleep in the script (30 seconds). Clocks of the master, slave, subversion repo are ntp synced and looks good.

I hoped adding retry would help, but with the NPE it doesn;t even get there.

Both jenkins.war and subversion are freshly updated (1.478, 1.42).

---
Originally reported by paweljasinski, imported from: svn: E195012: Unable to find repository location for '' in revision 'one less then expected' - followed by NPE


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

Raw content of original issue

I have a job which does the follownig:



  • ask user for some parameters (svn version, ...)

  • based on the version and some other info, create tag in svn repo (pre scm step, via shell script calling direct svn copy)

  • SCM/subversion fresh copy checkout

First of all the SCM step does not see the last revision created in the pre scm script.
The revision in question does not exist when job is started on slave. Is is added in the pre scm step.
I have added extra sleep in the script (30 seconds). Clocks of the master, slave, subversion repo are ntp synced and looks good.
I hoped adding retry would help, but with the NPE it doesn;t even get there.

Both jenkins.war and subversion are freshly updated (1.478, 1.42).


environment

```
server win7

slave xp, cygwin
```

1 attachment

- [jenkins-npe.txt](https://issues.jenkins.io/secure/attachment/22407/jenkins-npe.txt)

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.