]> Creatis software - gdcm.git/blob - Doc/Website/Cvs.html
bb3b7849cc715e02a6b129823fcabb16c2fea340
[gdcm.git] / Doc / Website / Cvs.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML>
3 <HEAD>
4    <META http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
5    <TITLE>Gdcm access with cvs</TITLE>
6 </HEAD>
7                                                                                 
8 <BODY>
9                                                                                 
10 <!#######################################################################>
11 <H1>Using CVS for retrieval of gdcm</H1>
12 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
13
14 <!#######################################################################>
15 To learn more about CVS and to get the CVS programs, please refer to the
16 <A HREF="http://www.cvshome.org/index.html">CVS Home</A>. 
17
18 <UL>
19   <LI><B>GENERAL</B>
20     <UL>
21       <LI>Repository server: <tt>:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public</tt>
22       <LI>Password is <TT>anonymous</TT>
23     </UL>
24   <LI><B>Linux</B>
25     <IMG src="Icons/os-linux.gif" alt="tux logo" nosave height=32 width=32>
26     (if your shell is not bash then please adapt the syntax)
27     <UL>
28       <LI><tt>export CVSROOT=:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public</tt>
29       <LI><tt>cvs login</tt> (at prompt <TT>CVS password</TT> answer <TT>anonymous</TT>)
30       <LI><tt>cvs checkout gdcm</tt>
31     </UL>
32   <LI><B>Windows (WinCVS 1.2)</B>
33     <IMG src="Icons/os-windows.gif" alt="win95 logo" nosave height=32 width=32>
34     <UL>
35       <LI>Tag general - CVSROOT :
36         <tt>:pserver:anonymous@cvs.creatis.insa-lyon.fr:/cvs/public</tt>
37       <LI>Tag Ports - check 'For pserver' : <tt>2402</tt>
38     </UL>
39 </UL>
40
41 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
42
43 </body>
44 </html>
45