Skip to content

Integration with CVS

Zhentao Lu edited this page Mar 30, 2018 · 3 revisions
  1. 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

  1. Install Eclipse (unzip the eclipse file)

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

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

  4. (click Add and local)

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

  6. (select the plugins to install then click next)

  7. (view the installation details and click next)

  8. (select to accept the license and click Finish)

  9. (restart the eclipse)

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

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

  12. (confirm the feature which will be installed and click confirm)

  13. (select to accept the license then click Finish)

  14. (restart Eclipse)

  15. Install CVS Installation reference: http://www.avajava.com/tutorials/lessons/what-is-cvsnt-and-how-do-i-install-it.html?page=1

  16. Setup a CVS repository (click Start menu and find CVS folder then click )

  17. (click Repository configuration then click Add to add new repository)

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

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

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

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

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

  23. Create a model

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

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

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

  27. Select type (select CVS then click next)

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

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

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

  31. The project has been uploaded to CVS

Clone this wiki locally