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

Re: [Subclipse-dev] Can we retrieve ISVNProperty[] array from a specific revision of a SVNUrl via svnClientAdapter?

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 20 Aug 2008 16:46:30 -0400

On Wed, Aug 20, 2008 at 4:43 PM, Shawn Jin <shawnemails_at_gmail.com> wrote:

> I need to retrieve a whole list of properties from a specific revision in
> the reposiotry.
>
> I noticed ISVNClientAdapter.getProperties(SVNUrl) could return an array:
> ISVNProperty[], but apparently it implies the HEAD revision. Is it possible
> to specify a revision for that SVNUrl?
>
> I also noticed ISVNClientAdapter.propertyGet() method would allow me to set
> the revision but I must know the name of the property. Then how do I get the
> property name list?

We generally just expose things we have a need to use in Subclipse
(which is not to discourage a patch for someone else that uses
svnClientAdapter). So you would want to look at JavaHL and see what
it can do, and then expose it in svnClientAdapter. That is basically
all we do for most changes.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: dev-help_at_subclipse.tigris.org
Received on 2008-08-20 22:46:40 CEST

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.