Issue Type: Bug Bug
Assignee: Unassigned
Components: subversion
Created: 04/Jul/13 9:48 AM
Description:

A build step needs to monitor a repository for changes at root level only (depth=files).
Contrary to what is expected, the svn plugin does not distinguish modifications to files deeper in the tree from local changes at depth=files, and a build is triggered for every change in the entire repository (almost every poll, as this is a large project with many teams)

The expected behaviour could be achieved by parsing the output of "svn status --show-updates --depth=files", excluding the entry for "."

(I realize that polling might be running from the master, where no workspace is available and it could be not easy to implement this kind of action...)

Project: Jenkins
Priority: Major Major
Reporter: Timor Raiman
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to