how to use getLogMessages(java.io.File path, SVNRevision revisionStart, SVNRevision revisionEnd) to get all revisions of a file?

View: New views
1 Messages — Rating Filter:   Alert me  

how to use getLogMessages(java.io.File path, SVNRevision revisionStart, SVNRevision revisionEnd) to get all revisions of a file?

by John Langley-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

When I use this call and pass in SVNRevision.START and SVNRevion.HEAD I
get an exception about a syntax error.

What values should I use to get all the log messages, i.e. the
equivalent to the command line:
% svn log <filename>

ISVNClientAdapter.getLogMessages(java.io.File path, SVNRevision
revisionStart,   SVNRevision revisionEnd)

Thanks in advance,

-- Langley

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].