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

Re: [Subclipse-dev] svnAnt and

From: Matt Doran <matt.doran_at_papercut.biz>
Date: 2005-08-12 04:24:17 CEST

Mark Phippard wrote:

>I have never looked at the svnAnt code, but I imagine there is an
>ISVNClientAdapter available for you to use in the code. It then just has
>some really simple methods for doing stuff. You would want to look at
>getStatus()
>
>Mark
>
>
>
>

Has a quick look at ISVNClientAdapter.getStatus(File, boolean, boolean,
boolean), which returns an array of ISVNStatus objects.

So I guess there isn't a way to query the status in a more "streamy" way?

JavaSVN has a "StatusHandler" interface that has a single method
"handleStatus(status)". And you can then pass a custom handler to the
"doStatus" method.

(It's not a big deal ... just wondering...)

Thanks,
Matt
Received on Fri Aug 12 12:24:17 2005

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

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