CVS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 3: | Line 3: | ||
CVS_RSH=ssh | CVS_RSH=ssh | ||
CVSROOT=:ext:denis@dargo.airsurfer.ca:/home/cvs | CVSROOT=:ext:denis@dargo.airsurfer.ca:/home/cvs | ||
== Initialize CVS Repository == | |||
cvs -d /usr/local/cvs init | |||
== Import Project into CVS == | |||
cvs import -m "A Message I Feel Like Attaching" Dir/Path Vtag Rtag | |||
Eg) | |||
cvs -d /usr/local/cvs import -m "Initial commit of WRI tools" writools writools start | |||
Latest revision as of 18:09, 8 May 2008
Shell Variables[edit]
CVS_RSH=ssh CVSROOT=:ext:denis@dargo.airsurfer.ca:/home/cvs
Initialize CVS Repository[edit]
cvs -d /usr/local/cvs init
Import Project into CVS[edit]
cvs import -m "A Message I Feel Like Attaching" Dir/Path Vtag Rtag
Eg)
cvs -d /usr/local/cvs import -m "Initial commit of WRI tools" writools writools start