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

[Subclipse-users] RE: how to use getLogMessages(java.io.File path, SVNRevision revisionStart, SVNRevision revisionEnd) to get all revisions of a file?

From: John Langley <John.Langley_at_mathworks.com>
Date: Fri, 09 Oct 2009 14:37:50 -0400

I found this approach in the test code in:
org.tigris.subversion.svnclientadapter.basictests.LogTest

SVNRevision start = new SVNRevision.Number(1);
SVNRevision end = SVNRevision.HEAD;
history = svnClient.getLogMessages(new File(fileName), start, end);

That does the trick!

-- Langley

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2405632

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-10-09 20:42:01 CEST

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.