summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/Notes.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/UsersGuide/Notes.tex')
-rw-r--r--doc/UsersGuide/Notes.tex15
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/UsersGuide/Notes.tex b/doc/UsersGuide/Notes.tex
index cf9afd48..3c031dc3 100644
--- a/doc/UsersGuide/Notes.tex
+++ b/doc/UsersGuide/Notes.tex
@@ -44,11 +44,10 @@ in single processor mode. Please refer to the architecture section
\item[CPP] C Preprocessor. For example, the GNU \texttt{cpp}. These are
normally provided on most platforms, and many C compilers have an option
to just run as a preprocessor.
-\item[CVS] The \textit{Concurrent Versions System} is not needed
+\item[SVN] \textit{Subversion} is not needed
to run/compile Cactus, but you are strongly encouraged to install
this software to take advantage of the update procedures. It can be
- downloaded from your favorite GNU site. Tar files of each release are
- also available.
+ downloaded from \url{http://subversion.apache.org}.
\end{Lentry}
\noindent
@@ -903,8 +902,8 @@ The configuration options are stored in a file
\item [\texttt{gmake <\var{config}>-configinfo}] displays the options
of the configuration (\texttt{cat configs/<\var{config}>/config-info}).
-\item[\texttt{gmake <\var{config}>-cvsupdate}] updates the flesh and this
-configuration's thorns from the CVS repositories.
+%% \item[\texttt{gmake <\var{config}>-cvsupdate}] updates the flesh and this
+%% configuration's thorns from the CVS repositories.
\item [\texttt{gmake <\var{config}>-delete}] deletes a configuration
(\texttt{rm -r configs/<\var{config}>}).
@@ -1031,11 +1030,11 @@ arrangements and thorns. For example, it can checkout all the thorns
in any thornlist file found in the \texttt{thornlists} subdirectory of
the Cactus root directory. % (usually \texttt{Cactus}).
-\item [\texttt{gmake cvsdiff}] shows differences between the checked out version of Cactus and that in the CVS repositories.
+%% \item [\texttt{gmake cvsdiff}] shows differences between the checked out version of Cactus and that in the CVS repositories.
-\item [\texttt{gmake cvsstatus}] shows status of the checked out version of Cactus, reporting which files have been modified or need updating.
+%% \item [\texttt{gmake cvsstatus}] shows status of the checked out version of Cactus, reporting which files have been modified or need updating.
-\item [\texttt{gmake cvsupdate}] updates flesh and all thorns from CVS repositories.
+%% \item [\texttt{gmake cvsupdate}] updates flesh and all thorns from CVS repositories.
\item [\texttt{gmake configinfo}] prints configuration options for every
configuration found in user's \texttt{configs} subdirectory.