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

list changed files in javahl

From: Joakim Recht <recht_at_aub.aau.dk>
Date: 2005-09-13 09:37:43 CEST

Hi

I'm trying to get a list of changed files for a revision using the
javahl bindings, but something is going wrong.

I do something like this:

SVNClient client = new SVNClient();
LogMessage[] m = client.logMessages("file:///data/SVN/repos",
Revision.HEAD, Revision.HEAD);
System.out.println(m.length); // some actually do get out here
System.out.println(m[0].getMessage()); // also correct
System.out.println(m[0].getChangedFiles()); // null

In other words, getChangedFiled() always returns null.

I've tried with SubVersion 1.2.0 and 1.2.3, and they both behave in
exactly the same way.

Am I doing something wrong, or does javahl have a bug somewhere?

Thanks,

-- 
Joakim Recht
Systems Developer, Aalborg University Library
Tlf 9635 7305, Email recht@aub.aau.dk
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 13 09:39:51 2005

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.