-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
Jenkins ver. 1.519
Subversion Plugin 1.45
VisualSVN Server Version 2.1.11 (Subversion 1.6.17)
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.