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

Re: Java Bindung for svn

From: Martin Holz <holz_at_fiz-chemie.de>
Date: 2004-07-07 22:08:54 CEST

Henning Rogge <HRogge@gmx.net> writes:

> The JNI sollution for subversion is working well, but when I got to
> the "update" command I was a little bit puzzled... the java
> implementation of "update" (
> org.tigris.subversion.javahl.SVNClient.update ) does not return what
> was updated during the process. How do I get a list which items have
> been added/removed/changed ?

Look for SVNClientInterface.notification().
You will have to implement a org.tigris.subversion.javahl.Notify
object and pass it to the client.

Regards
        Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 7 22:20:43 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.