]> Creatis software - gdcm.git/blob - Doc/Website/Cvs.html
Update Web pages
[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://ximbiot.com/cvs/manual/">CVS Home</A>. 
17
18 <UL>
19   <LI><B>WARNING</B>
20     <UL>
21      To avoid troubles users who choose to work with gdcm CVS version are 
22      strongly recomended to have a look at the 
23      <a href="http://public.kitware.com/dashboard.php?name=gdcm">
24      gdcm dashboard </a> *before* doing a 'cvs update'. <br>
25
26     If there is too much red stuff: then DO NOT update.<br>
27     Wait a few days until gdcm stabilizes. <br>
28     If you like to take risk you can decide to update gdcm if the broken build
29     (red square in 'Build' column) only affect a different plateform than yours.
30      <br>
31     Example: If the dashboard is red *only* for the SunOS, and you are using
32     Windows there is a great chance that it would still work for you (also
33     this is not recommended). 
34   </UL>
35   <LI><B>General</B>
36     <UL>
37       <LI>Repository server: <tt>:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public</tt>
38       <LI>Password is <TT>anonymous</TT>
39     </UL>
40   <LI><B>Linux</B>
41     <IMG src="Icons/os-linux.gif" alt="tux logo" nosave height=32 width=32>
42     (if your shell is not bash then please adapt the syntax)
43     <UL>
44       <LI><tt>export CVSROOT=:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public</tt>
45       <LI><tt>cvs login</tt> (at prompt <TT>CVS password</TT> answer <TT>anonymous</TT>)
46       <LI><tt>cvs checkout gdcm</tt>
47     </UL>
48   <LI><B>Windows (WinCVS 1.2)</B>
49     <IMG src="Icons/os-windows.gif" alt="win95 logo" nosave height=32 width=32>
50     <UL>
51       <LI>Tag general - CVSROOT :
52         <tt>:pserver:anonymous@cvs.creatis.insa-lyon.fr:/cvs/public</tt>
53       <LI>Tag Ports - check 'For pserver' : <tt>2402</tt>
54     </UL>
55 </UL>
56
57 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
58
59 </body>
60 </html>
61