Feature "Share project" is for adding an Eclipse project (local) to ClearCase vob.
Under "Team" --> "Share Project"
When we select this get our first Page in Wizard called "Share Project".
Here you see a list of repository types ( depending on installed plugins) like cvs,svn
We add a ClearCase repository too.
Next page will be "Share Project with ClearCase repository.
Page will have to options
- "Cerate new ClearCase repository"
- Use existing ClearCase repository" ( this marked)
More input needed.
Interesting links from IBM:
http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/index.jsp?topic=/com.ibm.btools.help.modeler.doc/doc/tasks/versioning/addingaclearcaserepository.html
This would be very nice to have! When is it planned for? Is there some other way of doing this in the meantime?
Hi,
If I had more volunteers working on this project we could do it right away :-)
br,
//mike
http://dev.eclipse.org/viewsvn/viewvc.cgi/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/
This file:
http://dev.eclipse.org/viewsvn/viewvc.cgi/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/SharingWizard.java?view=markup
To plugin.xml
<extension point="org.eclipse.team.ui.configurationWizards">
<wizard name="%SharingWizard.name" icon="icons/full/wizards/newconnect_wiz.png" <br=""> class="net.sourceforge.eclipseccase.ui.wizards.SharingWizard" id="net.sourceforge.eclipseccase.ui.wizards.SharingWizard">
</wizard>
</extension>