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

Re: svnclientadapter

From: Panayiotis Korros <pkorros_at_bigfoot.com>
Date: 2004-07-23 07:14:37 CEST

No they are not.
When you call ISVNClientAdapter.status with the contactServer parameter set
to true you get back an array of ISVNStatus objects that contain information
about files/folders that changed on the server.
It's like doing an 'svn status -u' command.

getRepositoryPropStatus and getRepositoryTextStatus return the kind of
incoming change.

see also:
org.tifris.subversion.javahl.Status.getRepositoryPropStatus
org.tifris.subversion.javahl.Status.getRepositoryTextStatus

----- Original Message -----
From: "Cédric Chabanois" <cchabanois@no-log.org>
To: <pkorros@tigris.org>; <dev@subclipse.tigris.org>
Sent: Friday, July 23, 2004 1:27 AM
Subject: svnclientadapter

> You added the following methods to ISVNStatus
> getRepositoryPropStatus
> getRepositoryTextStatus
>
> but they seem to be the same than the existing methods getTextStatus and
> getPropStatus
>
> Cédric
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: dev-help@subclipse.tigris.org
>
Received on Fri Jul 23 15:14:37 2004

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.