How to set up team workspace using eclipse with OE10.2A

xscottehx

Member
I am wanting to share a project with a co-worker how would i set this up.

I have looked in the help files with the OE architect and on the internet. They all mention CVS but it doesnt seem to exist on my version of eclipse. is this because its only available on certain versions. Is there any other solution?
 
CVS or any other source code management tool is an add-on, not a part of Eclipse. In some cases, there is an Eclipse plug-in available to interface to such SCM packages.
 
I think you might also want to take a look at SVN. IMO SVN is much more flexible for team development then CVS is.

We use SVN in combination with subversive. There are also other plugins available like subclipse.
If you are going to use plugins then it might also be handy to download eclipse SDK and integrate OE in it yourself or if you are using 10.2B then there is in
%DLC%\oeide a bat file (integrateArchitect.bat ) which does it for you.

Regards,

Casper.
 
I've read a lot of information about people having trouble with SVN and subclipse on eclipse version 3.4. This has put me off slightly but i dont know if it is a common problem. Are there any others you would recommend that may integrate easier with this version or eclipse?
 
Like I said, we use subversive as a plugin and apart from some sporadic issues we are very happy with it.

I've used it so far in eclipse 3.4.0, 3.4.2 (10.2A) and now with 10.2B in 3.5.0.
Subversive is part of the Eclipse project (incubation). The connectors must be due to licensing terms be downloaded from the polarion side. We use the JavaHL connector.

Casper.
 
Back
Top