1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <META http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
5 <TITLE>Gdcm access with cvs</TITLE>
10 <!#######################################################################>
11 <H1>Using CVS for retrieval of gdcm</H1>
12 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
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>.
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>
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.
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).
37 <LI>Repository server: <tt>:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public</tt>
38 <LI>Password is <TT>anonymous</TT>
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)
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>
48 <LI><B>Windows (WinCVS 1.2)</B>
49 <IMG src="Icons/os-windows.gif" alt="win95 logo" nosave height=32 width=32>
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>
57 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>