I am trying to link my java code between two different systems through MyEclipse IDE . I know it is possible via CVS versioning system.
Any help on how to configure and use CVS would be highly appreciated
For using CVS, you need CVS server first. if you want to set it up on windows system download zip and install from
http://sourceforge.net/projects/cvsgui/files/WinCvs/
If your system is linux based install procedure is mentioned clearly in
http://comsci.liu.edu/~murali/cvs/pserver.htm
The repository is where the different versions are stored. You need to then import your project into the repository. Then you need to use commands
A very good reference of commands is found in below link
http://wwwasd.web.cern.ch/wwwasd/cvs/tutorial/cvs_tutorial_3.html
Hope this helps.
For using CVS, you need CVS server first. if you want to set it up on windows system download zip and install from
If your system is linux based install procedure is mentioned clearly in
The repository is where the different versions are stored. You need to then import your project into the repository. Then you need to use commands
A very good reference of commands is found in below link
Hope this helps.