-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
Hudson has a field for the Subversion Repository URL. This setting is used both
for polling and for the actual checkout/update of files from the repository.
This enhancement request is for these two svn operations to be decoupled so that
Hudson can poll a repository location for changes without fetching the files
from the server, or vice-versa.
In our specific case we need to watch for changes in a tree that has > 1GB of
data, but the triggered build will only need a small subtree. The build scripts
contain logic to locate and fetch only what they need from beneath the
repository path on their own.
This request is specifically for subversion but could conceivably be expanded to
most if not all SCM plugins.
- duplicates
-
JENKINS-1370 SCM trigger that checks a specific workspace sub-directory
-
- Closed
-
- is blocking
-
JENKINS-3830 SVN poll whithout checkout
-
- Resolved
-
- is duplicated by
-
JENKINS-3830 SVN poll whithout checkout
-
- Resolved
-
-
JENKINS-8288 Poll SVN SCM without pulling down repo
-
- Resolved
-
- relates to
-
JENKINS-51280 Support skipping the checkout step for the git scm plugin
-
- Open
-
as pointed out in comments, this is not a duplicate issue. Many people have the necessity to poll SCM for changes and handle the checkout process in the scripts (fabric in my case)