JavaHL logMessages only one callback
From: <corneil.duplessis_at_gmail.com>
Date: Wed, 19 Aug 2015 10:48:08 +0200
I am trying to find change history and thought that using logMessage will
I am using a call as descibre below:
pegRevision = Revision.HEAD,
May callback function is only called once with the last commit information.
I tried:
I never receive more than one callback.
Then I tried something different:
determine maxRev after previous list operation.
ranges = RevisionRange(maxRev + "-0")
and now I get all the versions.
It seems as if the RevisionRange(Revision.HEAD, Revision.START) is not
Am I misunderstanding the RevisionRange class?
Corneil du Plessis
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.