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

Wrong revision when checking out by revision date

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • subversion-plugin
    • None
    • Windows Server 2012
      Jenkins 1.580.3 LTS
      Subversion Plug-in 2.5
      VisualSVN Server 3.2.1

      When checking out using a date revision specifier an older revision than the revision specified is checked out:

      Running: General SCM
      Updating https://server/svn/repo/trunk@{2015-03-17T15:46:04.558054Z} at revision '2015-03-17T16:46:04.558 +0100'
      ...
      At revision 3320
      

      Actually "

      {2015-03-17T15:46:04.558054Z}

      " points to revision 3321.

      While the conversion to local time is OK, the subversion plug-in (or SVNKit) truncates the time resolution to milliseconds, whereas subversion supports microseconds. This results in an check out of an older revision than requested.

          [JENKINS-27480] Wrong revision when checking out by revision date

          There are no comments yet on this issue.

            Unassigned Unassigned
            gordin Christoph VogtlÃĪnder
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: