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