[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.3, Sun Jun 27 10:08:56 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.2: +38 -4 lines

1. added an explanation on set_print_function.
2. added an explanation on how to use cvsup to get sources.

<html>
<!--
$OpenXM: OpenXM/doc/OpenXM-web/anonymous.html,v 1.3 2004/06/27 10:08:56 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
# 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>