Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <39AD23A6.33F975C0@ece.gatech.edu> Date: Wed, 30 Aug 2000 11:09:26 -0400 From: Charles Wilson Reply-To: cygwin AT sources DOT redhat DOT com X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: hoefter AT gmx DOT de, cygwin AT sources DOT redhat DOT com Subject: Re: cvs package available for test References: <27691 DOT 967637277 AT www23 DOT gmx DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit hoefter - I've copied this message to the list, please continue the discussion there. Have you tried using the cygwin cvs client from cvs-1.10.8-2 with any other cvs server, such as :pserver:anoncvs AT anoncvs DOT cygnus DOT com/cvs/src ? If not, please try it from your machine -- I'm trying to make sure that the problem you are experiencing is truly due to cvs-1.10.8-2 client, and not a bug in Andy's pserverd. --Chuck hoefter AT gmx DOT de wrote: > > Charles S. Wilson wrote: > > > > I'd appreciate any reports of success or failure using this version. > > > > Hello Charles S. Wilson, > > first of all, thank you very much for adding cvs to the cygwin branch. > For me almost everything works as expected *except* the pserver. > > I use cygwin1.1.4 (saw no difference to cygwin1.1.3-1) with > your cvs-1.10.8-2. > > When I try to connect to a CVS server I get the error message > cvs [login aborted]: connect to localhost:2401 failed: Connection > refused > This is the same message when no server is running. > > To reproduce my test I included a script that starts the server. > Currently I use Andy Piper's plain old CVS port which is patched for NT > and > supports the option 'pserverd' instead of 'pserver': > > http://www.xemacs.freeserve.co.uk/cvspserverd.html > > (When you run your CVS as server you have to remove the 'd' from > 'pserverd'.) > > I included the whole script so that you can see I launched the server > and tried to connect correctly. (Mounted drives etc...) > > BTW: My colleagues don't like mounting drives, I don't mind, but so it was > harder for me to "sell" them CVS... > > Cheers, > Richard. > > PS: A CVSROOT/passwd is also included. Login and passwords are identical. > Password for guest was created using cygwin crypt, and > the password for test with Andy Piper's crypt. > (You should try to login using both > usernames.) > > ------------------------------------8<------------------------------------- > > #!/bin/sh > > REPOSITORY_DRIVE=L:/ > REPOSITORY=/home/hoefter/dist/repository > MOUNTPOINT=/dosl > > ### you should not need to change anything below this line ### > > echo mount drive $REPOSITORY_DRIVE as $MOUNTPOINT > [ -d c:/$MOUNTPOINT ] || mkdir c:/$MOUNTPOINT > umount $MOUNTPOINT 2> /dev/null > mount $REPOSITORY_DRIVE $MOUNTPOINT 2> /dev/null > > echo -e "\nstarting CVS server...\n\n"\ > "following users may connect (configured in > $MOUNTPOINT$REPOSITORY/CVSROOT/passwd):" > sed -e "s/:.*//;" $MOUNTPOINT/$REPOSITORY/CVSROOT/passwd > > echo -e "\nconnect to server using following command:\n"\ > "\$ cvs -d :pserver:myname AT localhost:$MOUNTPOINT$REPOSITORY login\n"\ > "(replace myname with your login and localhost with the CVS server > hostname)" > > # we assume CVS patched for NT from > # http://www.xemacs.freeserve.co.uk/cvspserverd.html > cvs --allow-root=$MOUNTPOINT$REPOSITORY > pserverd > > ------------------------------------8<------------------------------------- > guest:AA4XbeT.F/9ZA > test:$1$A$6IYkjeyNh4VlV3aVZsBL./ > > -- > Sent through GMX FreeMail - http://www.gmx.net -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com