GROUP 5: JEREMY HILL AMITH VANGALA PUNIT VORA CSC 532 ASSIGNMENT 2 GROUP 5: JEREMY HILL AMITH VANGALA PUNIT VORA
GOAL: Checkout a file or a version of the file successfully from a repository STEPS WE FOLLOWED: 1) Repository already present under ‘cvsroot’ directory on the server. (assumed) 2) To check out the files from the repository into a temporary folder use command: [g5@localhost g5 temp]$ cvs – d /home/g5/cvsroot checkout CSC532TermProject 3) To check out an old version into a temporary folder use command: [g5@localhost g5 temp]$ cvs – d /home/g5/cvsroot checkout –r 1.1 CSC532TermProject