[BACK]Return to anonymous.html CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web

File: [local] / OpenXM / doc / OpenXM-web / anonymous.html (download) (as text)

Revision 1.4, Fri Jul 2 08:23:40 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.3: +3 -2 lines

Knoppix-math (English edition) is linked.

<html>
<!--
$OpenXM: OpenXM/doc/OpenXM-web/anonymous.html,v 1.4 2004/07/02 08:23:40 takayama Exp $
-->
<title>Getting the latest version (HEAD branch) 
       by cvsup </title>
<body bgcolor=#ffffff text=#000000>
<h1>Getting the latest version (HEAD branch) by cvsup </h1>
<ol>
<li>
Generate the following file with the name 
<font color="red"> openxm-supfile </font> <br>
<table border=2>
<tr> <td>
<font color="blue">
<pre>
*default host=cvsup.math.sci.kobe-u.ac.jp
*default base=.
*default prefix=.
# The following line is for the head branch of OpenXM source tree.
*default release=cvs tag=.
#*default delete use-rel-suffix
*default use-rel-suffix
# If your network link is a T1 or faster, comment out the following line.
*default compress
# OpenXM main source tree.
openxm
# OpenXM depends on some other softwares.
# We also provide their sources by the CVSup service.
openxm-contrib
# Risa/Asir source tree.
openxm-contrib2
</pre>
</font>
</td> </tr> </table>
<li> Then, type in <br>
<font color="red"> <pre> cvsup  -g   openxm-supfile </pre> </font> <br>
You will get directories OpenXM, OpenXM_contrib, OpenXM_contrib2.
</ol>


<H3>Getting the latest version (HEAD branch) from anonymous CVS server
<font color="red"> (This service is stopped.) </font> </H3>

<OL>
<LI> Password registration (necessary only for the first connection) <BR>

Execute the following command: <BR>

% <font color="red"> cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm login </font> <BR>
(Logging in to anoncvs@kerberos.math.kobe-u.ac.jp) <BR>
CVS password: <BR>

Type <font color="red"> anoncvs</font>, then a line will be appended to $HOME/.cvspass<BR>

<LI> Getting the source tree<BR>

Execute the following command: <BR>

% <font color="red"> cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm checkout OpenXM OpenXM_contrib OpenXM_contrib2 </font> <BR>

<LI> Updating the source tree<BR>

Execute the following command in the directory where OpenXM, OpenXM_contrib and OpenXM_contrib2 exist: <BR>

% <font color="red"> cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm update OpenXM OpenXM_contrib OpenXM_contrib2 </font> <BR>

</OL>
</body>
</html>