• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • subversion-plugin
    • 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 ...

          [JENKINS-20165] svn:externals files not polled for changes

          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.

          Yoichi Nakayama added a comment - 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.

          Yoichi Nakayama added a comment - PR: https://github.com/jenkinsci/subversion-plugin/pull/56

          Code changed in jenkins
          User: Yoichi Nakayama
          Path:
          src/test/java/hudson/scm/SubversionSCMTest.java
          src/test/resources/hudson/scm/JENKINS-20165.zip
          http://jenkins-ci.org/commit/subversion-plugin/224154b844fc7b79e50937f6b907defa673e9889
          Log:
          add test for JENKINS-20165

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Yoichi Nakayama Path: src/test/java/hudson/scm/SubversionSCMTest.java src/test/resources/hudson/scm/ JENKINS-20165 .zip http://jenkins-ci.org/commit/subversion-plugin/224154b844fc7b79e50937f6b907defa673e9889 Log: add test for JENKINS-20165

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          src/main/java/hudson/scm/subversion/SubversionUpdateEventHandler.java
          src/test/java/hudson/scm/SubversionSCMTest.java
          src/test/resources/hudson/scm/JENKINS-20165.zip
          http://jenkins-ci.org/commit/subversion-plugin/05651e105c1e04595a2d2231c6a64a24bbbda0e9
          Log:
          Merge pull request #56 from yoichi/JENKINS-20165

          [FIXED JENKINS-20165] poll externals to file correctly with 1.6 working copy

          Compare: https://github.com/jenkinsci/subversion-plugin/compare/3c89f87f5930...05651e105c1e

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: src/main/java/hudson/scm/subversion/SubversionUpdateEventHandler.java src/test/java/hudson/scm/SubversionSCMTest.java src/test/resources/hudson/scm/ JENKINS-20165 .zip http://jenkins-ci.org/commit/subversion-plugin/05651e105c1e04595a2d2231c6a64a24bbbda0e9 Log: Merge pull request #56 from yoichi/ JENKINS-20165 [FIXED JENKINS-20165] poll externals to file correctly with 1.6 working copy Compare: https://github.com/jenkinsci/subversion-plugin/compare/3c89f87f5930...05651e105c1e

          Stephen Cosby added a comment -

          These are the same issue

          Stephen Cosby added a comment - These are the same issue

            rschuetz Ronny Schuetz
            rschuetz Ronny Schuetz
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: