Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Won't Fix
-
Component/s: build-with-parameters-plugin, subversion-plugin
-
Labels:None
-
Environment:Jenkins ver. 1.519
Subversion Plugin 1.45
VisualSVN Server Version 2.1.11 (Subversion 1.6.17)
-
Similar Issues:
Description
Good morning.
I have the some problems with parameterized build and subversion plugin. My task: I need checkout files from my repository from certain revision.
I created the parameterized job and wrote URL of repository in Subversion. If I write URL of repository without parameters, then I will get the files from HEAD revision. It is correct. If I write URL of repository with parameter (It is variable with number of revision. I must get files from this revision. This revision doesn't equal HEAD), then I will get the error. See the file. It isn't correct.
In this task I must get the files from each revision successively and I must not get the files from HEAD revision.
Did you check "Validate repository URLs up to the first variable name" in the global configuration?