jenkinsci / jenkinsci/subversion-plugin
[JENKINS-29898] Allow subversion post-commit hook handler to work with svnlook dirs-changed (not just svnlook changed)
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
My subversion server administrator set up a post-commit script for me, but changed the "svnlook changed" command to "svnlook dirs-changed".
From the Jenkins logs, I can see that the first four characters are stripped off of each path name, I guess to remove the "U " status info that "svnlook changed" sends. (In the log, I see that "my-project/trunk" comes through as "roject/trunk".)
It'd be nice if the plugin could be adapted to accept the format without the status component – for us, simply knowing a change went into a given branch is sufficient to warrant kicking off a build.
---
Originally reported by
jladan, imported from: Allow subversion post-commit hook handler to work with svnlook dirs-changed (not just svnlook changed)
Raw content of original issue
My subversion server administrator set up a post-commit script for me, but changed the "svnlook changed" command to "svnlook dirs-changed".
From the Jenkins logs, I can see that the first four characters are stripped off of each path name, I guess to remove the "U " status info that "svnlook changed" sends. (In the log, I see that "my-project/trunk" comes through as "roject/trunk".)
It'd be nice if the plugin could be adapted to accept the format without the status component – for us, simply knowing a change went into a given branch is sufficient to warrant kicking off a build.
- environment:
Jenkins ver. 1.609.2, Subversion plugin 2.5.1.
Contributor guide
Assessment
This issue has not been assessed yet.