r8 - 18 Mar 2008 - 19:14:26 - ChristopherCprekYou are here: TWiki >  TechHelp Web > ElainesSandbox > CvsQuickStart

SCS CVS Quick Start Guide

Warning

Prior to starting 'Basic Setup', you must first setup passwordless authentication.
See UsingSSH for directions.

Basic Setup

From any unix host, such as pamd, ensure all your files for your repository are under the same directory tree.

  • Set environment variable by edit your .profile
    • bash:
           CVSROOT=dennison@cvs.csit.fsu.edu:/usr/local/cvs
           CVS_RSH=ssh
           export CVSROOT 
           export CVS_RSH
    • csh, tcsh:
           setenv CVSROOT dennison@cvs.csit.fsu.edu:/usr/local/cvs
           setenv CVS_RSH ssh

Import to your repository on CVS server.

cvs import -m "{message}" {myproject} {myname} {start}

To create a working copy of your directory:

cvs checkout {myproject} 

Edit a file and check the differences:

cvs diff

To commit your changes:

cvs commit

Additional Information

For more options, type "cvs help" at the command prompt. For more details, type "man cvs".

Helpful Links

CVS Online Manual

CVS Webpage

-- RdSmith - 26 Oct 2005

Last changed: 18 Mar 2008

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r8 < r7 < r6 < r5 < r4 | More topic actions
TechHelp.CvsQuickStart moved from Sandbox.CvsQuickStart on 15 Apr 2005 - 19:31 by ElaineVDennison? - put it back
 
SCS TWiki

This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback