<br><font size=2 face="sans-serif"><br>
>I downloaded and installed tortoisecvs and I used the all the info, like<br>
>CVSROOT, that is there on gdcm web pages to try chekcout version 1.0.<br>
><br>
>But the tortoise cvs is never asking me any password and while I am<br>
>trying to checkout it is just asking me to login before trying to<br>
>checkout but cant I login while I am trying to chekc out.<br>
><br>
>how to login using tortoise cvs without setting up environment variables.</font>
<br>
<br><font size=2 face="sans-serif">I never tried specifically turtoise cvs, but I can imagine that the functionnality is the same as every other CVS clients.</font>
<br><font size=2 face="sans-serif">I personnaly use either cvsnt (http://www.cvsnt.com/) or the cygwin version...</font>
<br>
<br><font size=2 face="sans-serif">did you try to issue the "cvs login" command _BEFORE_ the "cvs checkout" one ?</font>
<br><font size=2 face="sans-serif">In summary, just type in a command window, the login command:</font>
<br><font size=2 face="Courier New">cvs -d :pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public login</font>
<br><font size=2 face="Courier New">(at prompt for a password answer anonymous)</font>
<br><font size=2 face="Courier New">then type the checkout command</font>
<br><font size=2 face="Courier New">cvs -d :pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public checkout gdcm</font>
<br>
<br><font size=2 face="sans-serif">Hope this clarifies the cvs part of gdcm.</font>
<br>
<br><font size=2 face="sans-serif">JM</font>