-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 1.509.4
Jenkins Subversion plugin 1.53
Subversion workspace version 1.6 (externals to file)
I've some SVN directories with svn:externals references to files and folders in the same repository like that:
^/trunk/Ivy-Common/ivysettings.xml ivysettings.xml ^/trunk/Components/src src ^/trunk/components/test-src test-src
The Jenkins SCM polling detects changes in the external directories (^/trunk/Components/src / ^/trunk/Components/test-src) properly, but does not detect changes of the external file (ivysettings.xml). The files are not listed in scm-polling.log nor svnexternals.txt, but they're properly checked out / updated when triggering the job manually or by other SVN changes.
As I use svn:externals to distribute some common files to lots of projects, the only workaround is to trigger them all manually ...
- duplicates
-
JENKINS-7539 svn plugin don't handle file externals
-
- Resolved
-
I've reproduced the problem with workspace version 1.6 (externals to file),
revision.txt does not include the line indicates the externals revision.
With workspace version 1.7, the problem does not occur.