Edgewall Software

Changes between Initial Version and Version 1 of Ticket #6381


Ignore:
Timestamp:
Nov 20, 2007, 5:18:20 PM (16 years ago)
Author:
Christian Boos
Comment:

Ok, that was somehow related. Fact is that if you make the revision log stop at r19010 for that path, there's nothing to see, as the path didn't exist before r16857. But the problem was not limited to copied path, that could be triggered for any path for which you set the stop_rev to a revision newer than the last rev on that path.

This of course shouldn't be an error, in particular not one with a misleading message, so instead we show an empty list of revisions.

Fixed in r6187.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6381

    • Property Status newclosed
    • Property Resolutionfixed
    • Property Milestone0.11
  • Ticket #6381 – Description

    initial v1  
    1 I have trunk with a folder and two file within last modified in r16854 and r12044.
    2 I created a branch of the trunk in r16857.
     1I have trunk with a folder and two file within last modified in !r16854 and !r12044.
     2I created a branch of the trunk in !r16857.
    33First I wasn't able to use the revision log at all on that folder, but then I found #5901 which did the trick.
    44
    5 But, when I now want to limit the log to stop at r19010 (currently at r19285) by entering 19010 in the "and back to"-field I get the following error:
     5But, when I now want to limit the log to stop at !r19010 (currently at !r19285) by entering 19010 in the "and back to"-field I get the following error:
    66{{{
    77The file or directory '/branches/mybranch/folder' doesn't exist at revision 19285 or at any previous revision.
    88}}}
    99
    10 Running 0.11 and svn 1.4.2.
     10Running 0.11dev and svn 1.4.2.