[svk-devel] Problem in SVN::Mirror::Ra.pm

Chia-Liang Kao clkao at clkao.org
Thu Nov 2 21:08:11 EST 2006


On 01/11/06, Rolf Schäuble <mailinglists at rschaeuble.de> wrote:
> It took me a few days longer than I though, but well, here's the patch.
>
> I have just fixed the case that I could test. But there's still an
> 'else' branch for older clients. When I tested that locally by
> forcing the else-branch to be executed, it failed. But since I can't
> test with an older client right now, I've just let that code unchanged.

The problem with get_latest_revnum in your patch is that it always
returns the latest revnum repository wide.  So if your last change is
in /pathA, but you are trying to mirror /trunk with skipto HEAD, it
would not find anything in the get_logs from latestrev to latestrev.

Cheers,
CLK


More information about the svk-devel mailing list