-
Notifications
You must be signed in to change notification settings - Fork 0
Integration with CVS
- Find out which version of Java Rhapsody supports and the corresponding eclipse then download them
Website to check Java version Rhapsody supports (under Supported Software label): https://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=BDAC1BF0926A11E5B5C4086A1F9700C5&osPlatforms=Windows
Eclipse:
https://wiki.eclipse.org/Eclipse/Installation

-
Install Eclipse (unzip the eclipse file)

-
Start Eclipse (double click the eclipse.exe, choose a workspace during start)

-
Install Rhapsody plugin (click Help -> Install New Software…)

-
(click Add and local)

-
(choose Eclipse folder under Rhapsody installation and click OK twice)

-
(select the plugins to install then click next)

-
(view the installation details and click next)

-
(select to accept the license and click Finish)

-
(restart the eclipse)

-
Install CVS integration plugin (click Help -> Eclipse Marketplace…)

-
(search CVS and there are few plugins shown up then find CVS Integration then click Install)

-
(confirm the feature which will be installed and click confirm)

-
(select to accept the license then click Finish)

-
(restart Eclipse)

-
Install CVS Installation reference: http://www.avajava.com/tutorials/lessons/what-is-cvsnt-and-how-do-i-install-it.html?page=1
-
Setup a CVS repository (click Start menu and find CVS folder then click )

-
(click Repository configuration then click Add to add new repository)

-
(click … button to select a location or type in a location then click OK)

-
Start a terminal (click Start menu and type in cmd then click the cmd.exe program)

-
Go to CVS installation folder (in the terminal use windows command to go to CVS installation folder)

-
Setup a user for CVS (type in command cvs -d “repository” passwd -a “user name” then type in password twice)

-
In eclipse, create a Rhapsody project (click File -> Project … -> Rhapsody -> Rhapsody project click next then set a project and click finish)

-
Create a model

-
Open view window to choose (click Window -> Show View -> Other…)

-
Open unit view for Rhapsody model (expand Rhapsody folder and select Unit View then click OK)

-
Start to upload to CVS (in Unit View right click the Rhapsody project and select Team -> Share Project …)

-
Select type (select CVS then click next)

-
Setup the CVS configuration (type in server name, repository path, user name and password, connection type should be pserver then click next)

-
Type in a module name or use project name as module name (click next)

-
Finish the process (de-select Launch the commit wizard then click finish)

-
The project has been uploaded to CVS
