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

Re: [Subclipse-users] Accessing subclipse list of repository in Java?

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 24 Mar 2009 09:38:39 -0400

Something like this.

ISVNRepositoryLocation[] reposArray =
SVNProviderPlugin.getPlugin().getRepositories().getKnownRepositories(new
NullProgressMonitor());

On Tue, Mar 24, 2009 at 9:14 AM, <webpost_at_tigris.org> wrote:
> Hi,
>
> I am developping a small plugin that extracts information from a SVN server.
> I would like to allow it to present a list of available SVN repository to the user.
>
> For this I would like to access the list of repositories maintained by Subclipse ("SVN repositories" view).
>
> Is it possible?
>
> How can I get access to it?
>
> thank
>
> nicolas
>
> ------------------------------------------------------
> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=1401977
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
>

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=1402201
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-03-24 14:38:51 CET

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

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