]> Creatis software - gdcm.git/blob - Doc/Website/GdcmDataCvs.html
Add a note about gdcm2
[gdcm.git] / Doc / Website / GdcmDataCvs.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>GdcmData access with cvs</TITLE>
6 </HEAD>
7                                                                                 
8 <BODY>
9                                                                                 
10 <!#######################################################################>
11 <H1>Using CVS for retrieval of gdcmData</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:
22       <tt>:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public</tt>
23       <LI>Password is <TT>anonymous</TT>
24     </UL>
25   <LI><B>Linux</B>
26     <IMG src="Icons/os-linux.gif" alt="tux logo" nosave height=32 width=32>
27     (if your shell is not bash then please adapt the syntax)
28     <UL>
29       <LI><tt>export CVSROOT=:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public</tt>
30       <LI><tt>cvs login</tt> (at prompt <TT>CVS password</TT> answer <TT>anonymous</TT>)
31       <LI><tt>cvs checkout gdcmData</tt>
32     </UL>
33   <LI><B>Windows (WinCVS 1.2)</B>
34     <IMG src="Icons/os-windows.gif" alt="win95 logo" nosave height=32 width=32>
35     <UL>
36       <LI>Tag general - CVSROOT :
37         <tt>:pserver:anonymous@cvs.creatis.insa-lyon.fr:/cvs/public</tt>
38       <LI>Tag Ports - check 'For pserver' : <tt>2402</tt>
39     </UL>
40 </UL>
41
42 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
43
44 </body>
45 </html>
46