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

[Subclipse-users] Getting access to remote directory name when configuring a project for version control

From: quertz <pipine_2_at_hotmail.fr>
Date: Thu, 10 Mar 2011 09:35:07 -0800 (PST)

Hello,

I have a development problem.
I am implementing a versioning tool reusing Suclipse functionalities and using the Eclipse Team extension point.
My configuration wizard extends the class org.tigris.subversion.subclipse.ui.wizards.sharing.SharingWizard.
I would like to get the remote folder name(on the svn repository) associated with the project that is being configured for version control.
In the SharingWizard class there is a method getRemoteDirectoryName() but I can't call it because it is private.
I don't want to add my own page to my configuration wizard to ask the user for the remote folder name because such a page already exists with subclipse (org.tigris.subversion.subclipse.ui.wizards.sharing.DirectorySelectionPage). I am just looking for a simple way to access the remote folder name (that subclipse has captured) associated with a local shared project that. Any idea?

Thanks in advance for any help.

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2710705

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2011-03-10 19:01:14 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.