Monday, May 13, 2013

Team Synchronization with CVS in Java Delopment

Team synchronization is very important is software development to make sure the team are working on the same stuffs and version.
at this moment, CVS is chosen to do the synchronization, more details about CVS please refer wikipedia.
The reason the title only for Java Development because Eclipse is chosen as the CVS client.

A) CVS
  1. Set up CVS sever in Linux
  2. Set up CVS ACL for access right control (coming soon)
  3. Set up CVS client with Eclipse
  4. Sharing project(s) with Eclipse
  5. Checkout project with Eclipse
  6. CVS Branching
  7. Switching CVS repository for a Eclipse workspace.
  8. Mirroring the CVS server

B) SVN
  1. Set up SVN server in Linux
  2. Set up CVS client with Eclipse
  3. Sharing project(s) with Eclipse
  4. Checkout project from SVN server with Eclipse
  5. SVN Branching

C) eGit
  1. Set up eGit server in Linux
  2. Set up eGit client with Eclipse
  3. Sharing project(s) with Eclipse
  4. Checkout project from eGit server with Eclipse
  5. eGit Branching

Done!!


No comments:

Post a Comment

LinkWithin

Related Posts Plugin for WordPress, Blogger...