[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Javahl Library

From: Mirko Buholzer <mirko_at_buholzer.com>
Date: 2004-11-28 23:31:58 CET

This might be a newbie question but anyway. I did some tests with the
Javahl library. But didn't figure out how to do stuff directly on the
Repository. Meaning, if I wanna write some Hook scripts in Java, can I
use the Javahl library to get the latest log entry? If yes how?

When I use the code:

        SVNClient client = new SVNClient();
        LogMessage lm[] = client.logMessages("d:/Repository/xyz", null,
null, false, true);

I get an Exception - Path is not a working copy directory. Is it not
possible to work on the repository itself?

Best regards,
Mirko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 28 23:34:47 2004

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.