Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: subversion-plugin
-
Labels:None
-
Environment:Platform: All, OS: All
-
Similar Issues:
Description
the svn pooling is using a Date based decision to update/checkout from SVN,
instead of using the HEAD revision.
We need to be able to chhose for a build that he must use HEAD.
Attachments
Issue Links
- depends on
-
JENKINS-1481 Matrix Builds and Issue 1241
-
- Open
-
- is duplicated by
-
JENKINS-1263 Subversion freestyle (ant) build misses most recent revision.
-
- Closed
-
-
JENKINS-2136 Use HEAD revision in SVN update mode
-
- Closed
-
- is related to
-
JENKINS-13380 Changes on SCM during BuildWrapper.preCheckout are not checked out
-
- Closed
-
@tonylampada2
I like your suggestion. However, to help isolate the impact of such configuration options it may be safer to provide them at the job level rather than in the global Jenkins configuration.
Also, I think there could be a 4th option as well: by revision. For example, if someone uses a single repository for all their projects, there is one global revision number shared across all projects and this revision number is guaranteed to be unique. Therefore, building by revision is effectively the same as build by timestamp and yet it avoids the problem of clock skew.