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