On Mon, Oct 20, 2003 at 03:07:01PM -1000, Lucas wrote: > I'm pretty new to linux, has anybody ever administer cvs > repository in red hat linux? I got to the point where SSH > tunnel can be created in to the server but I keep getting > 'socket exception: connection reset' error.
You did not say how you created the tunnel. Did you set your environment so `CVS_RSH=ssh`? If not, then you trying to connect to the pserver port. > I followed the instruction in > http://cvsbook.red-bean.com/cvsbook.html#Repository_Administration. > I know this is for Unix but I can't really find anything > specific for Linux. So I tried to applied the same steps up to > creating the CVS user password in CVSROOT/passwd. I tried using > the SYSTEM_USERNAME option to use the user in system with no > luck. CVS pretty much behaves the same on any unix-like operating system. I strongly advise _against_ setting up a repository with pserver. Tunnel it over ssh instead. Sourceforge has decent documentation on it. https://sourceforge.net/docman/display_doc.php?docid=6841&group_id=1 -Vince
