--- manual/s_getstarted/text/getting_started.tex 2001/09/28 15:46:09 1.2 +++ manual/s_getstarted/text/getting_started.tex 2001/10/11 19:18:41 1.3 @@ -1,4 +1,4 @@ -% $Header: /home/ubuntu/mnt/e9_copy/manual/s_getstarted/text/getting_started.tex,v 1.2 2001/09/28 15:46:09 adcroft Exp $ +% $Header: /home/ubuntu/mnt/e9_copy/manual/s_getstarted/text/getting_started.tex,v 1.3 2001/10/11 19:18:41 adcroft Exp $ % $Name: $ \section{Getting started} @@ -34,7 +34,7 @@ track of your changes. If CVS is not available on your machine, you can also download a tar file. -\subsubsection{using CVS} +\subsubsection{Using CVS} Before you can use CVS, the following environment variable has to be set in your .cshrc or .tcshrc: @@ -43,9 +43,9 @@ % cvs login ( CVS password: cvsanon ) \end{verbatim} -You only need to do ``cvs login'' once. To obtain the latest source: +You only need to do ``cvs login'' once. To obtain the source for the release: \begin{verbatim} -% cvs co -d directory models/MITgcmUV +% cvs co -d directory -P -r release1 MITgcmUV \end{verbatim} This creates a directory called \textit{directory}. If \textit{directory} @@ -53,9 +53,13 @@ directory in the source tree contains a directory \textit{CVS}. This information is required by CVS to keep track of your file versions with respect to the repository. Don't edit the files in \textit{CVS}! To obtain a -specific \textit{version} that is not the latest source: +different \textit{version} that is not the latest source: \begin{verbatim} -% cvs co -d directory -r version models/MITgcmUV +% cvs co -d directory -P -r version MITgcm +\end{verbatim} +or the latest development version: +\begin{verbatim} +% cvs co -d directory -P MITgcm \end{verbatim} \subsubsection{other methods}