Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- manual/s_getstarted/text/getting_started.tex 2001/10/15 19:36:09 1.5
+++ manual/s_getstarted/text/getting_started.tex 2001/10/18 18:44:14 1.6
@@ -1,4 +1,4 @@
-% $Header: /home/ubuntu/mnt/e9_copy/manual/s_getstarted/text/getting_started.tex,v 1.5 2001/10/15 19:36:09 adcroft Exp $
+% $Header: /home/ubuntu/mnt/e9_copy/manual/s_getstarted/text/getting_started.tex,v 1.6 2001/10/18 18:44:14 adcroft Exp $
% $Name: $
%\section{Getting started}
@@ -49,10 +49,15 @@
your .cshrc or .tcshrc:
\begin{verbatim}
% setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack
+\end{verbatim}
+
+To start using CVS, "login" to the server using:
+\begin{verbatim}
% cvs login ( CVS password: cvsanon )
\end{verbatim}
+You only need to do ``cvs login'' once.
-You only need to do ``cvs login'' once. To obtain the source for the release:
+To obtain the source for the release:
\begin{verbatim}
% cvs co -d directory -P -r release1 MITgcmUV
\end{verbatim}
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |