Hi all,
I'm having trouble understanding a problem with comparing paths in
WebSVN: Comparing two paths uses HEAD as revision specifier by default
and works in one setup and doesn't in another. The root cause is that
accessing the history of the repo simply doesn't provide any results
when used lik
Thorsten Schöning wrote on Mon, 18 May 2020 16:20 +00:00:
> Hi all,
>
> I'm having trouble understanding a problem with comparing paths in
> WebSVN: Comparing two paths uses HEAD as revision specifier by default
> and works in one setup and doesn't in another. The root cause is that
> accessing th
Guten Tag Lorenz,
am Dienstag, 19. Mai 2020 um 07:22 schrieben Sie:
> You first example looks exactly for the HEAD revision of the
> repository. If you path was not touched by this revision, there is no
> log regarding this path and revision to return.
Thanks, that explanation made things more cl