I'm using a 1.7.5 server on apache using https with ldap
authentication and svnkit 1.7.5.  Everything seems to work except
doLog always throws with the error code above..

When I run a simple jsvn log on the directory it works fine.  The code
is in scala so that may be a bit confusing for some..

logClient.doLog(Array(file), SVNRevision.HEAD, SVNRevision.create(0),
true, false, Long.MaxValue, new ISVNLogEntryHandler() {
            def handleLogEntry(entry :SVNLogEntry) {
                // do stuff
            }})

I'm never sure about the PEG version versus the Start and I've tried
swapping them and get the same error.

Alan

Reply via email to