PDA

View Full Version : Wincvs - cvs 1.11.5



lshark24
05-28-2003, 12:42 PM
I downloaded myseq and such from the links caveman has put up and it all works great, however i'd like to get the latest files from cvs too...

I'm having problems connecting to cvs and getting checkout or update to work.
c:\cvs\cvs-1.11.5.exe -d:pserver:[email protected]:/cvsroot/seq/ login
works fine

c:\cvs\cvs-1.11.5.exe -d:pserver:[email protected]:/cvsroot/seq/myseq/client/ update

returns
(Version aborted) end of file from server

And wincvs just doesn't like to connect at all ;p i'm used to using redhat and not having any issues, but this win version is funky!
Any help would be appreciated :)

Elyon
05-28-2003, 09:33 PM
This link works for me:

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/seq/myseq/

dsiroky
05-29-2003, 04:40 PM
I'm also having trouble getting files via CVS.

I can connect using turquoise CVS to: cvs -d:pserver:[email protected]:/cvsroot/seq

however if I append /myseq/client to the end of the previous line, I get an anonymous login rejected message.

Is the sub folder set up for anon access, or is my path wrong.?

dsiroky
05-29-2003, 05:16 PM
I figured it out... the seq is missing from the path. it should be:

c:\cvs\cvs d:pserver:[email protected]:/cvsroot/seq/ login