Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-75

List of Subversion changes in the build is invalid

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Platform: All, OS: All

      I set up Subversion polling and build my project after every commit into repository.
      The problem is that build's list of changes contains not only actual change, but
      also the previous change as well. Worse, previous change (which should not be in
      the log at all), is at first place, and actual change down below.

      For example, I commit bugfix into repository, revision 100. After the build,
      triggered by this commit, I see changes:

      revision 99
      ....
      revision 100

      I use Hudson 1.36.

          [JENKINS-75] List of Subversion changes in the build is invalid

          Range specifier in subversion log was inclusive. So there was off-by-one bug.

          Kohsuke Kawaguchi added a comment - Range specifier in subversion log was inclusive. So there was off-by-one bug.

            Unassigned Unassigned
            vsizikov vsizikov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: