CVS: Difference between revisions
Jump to navigation
Jump to search
New page: == Shell Variables == CVS_RSH=ssh CVSROOT=:ext:denis@talon.airsurfer.ca:/home/cvs |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
CVS_RSH=ssh | CVS_RSH=ssh | ||
CVSROOT=:ext:denis@ | 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