Hi There, > client :Wincvs 1.3
WinCVS is not a client - it's a GUI - typically CVSNT is the client (it is often bundled with WinCVS). CVSNT can also be compiled on Tru6, for instructions see (warning: it's more difficult than it looks): http://customer.march-hare.com/webtools/bugzilla/ttshow_bug.cgi?tt=1&id=4549 Using CVSNT on server and client means you get revision graphs that show merges and many other features. There is a separate mailing list for CVSNT. > /etc/inetd.conf > cvspserver stream tcp nowait root > /usr/bin/cvs cvs -f > --allow -root=/src/master pserver That should be --allow-root (in your e-mail it appears to have a space between --allow and -root). > Logging in to :pserver:[email protected]:2401/src/master > CVS password: > /src/master: no such repository Have you created/inited a repository using the server? cvs -d :local:/src/master init Regards, Arthur Barrett
