On Fri, 31 Jan 2003, Bruce Douglas wrote: > hi... > > I have a CVS repository on a machine within my network.... I cna more or > less connect with it while I'm logged in by "#cvs co CVSROOT/config..... > > I have it setup to use SSH. Within the /etc/profile, I have: > CVSROOT=:etc:test@lserver2.mesa.com/CVS This should be :ext:username@server:/path/to/repository. You seem to be missing the last ':'. You also need an environment variable that tells cvs to use ssh: export CVS_RSH=/usr/bin/ssh And make sure you export the CVSROOT variable somewhere too. > My question. If I want to test this to see if I can reach it from another > boz within my network. What is the command I should use. When I try: > cvs -z3 -d:ext:test@lserver2.mesa.com/CVS > > I get the page of options for CVS.... You don't need to use the -d option if you have your CVSROOT environment variable set correctly. Also, make sure the user 'test' exists on the server, and make sure the directory /CVS exists too. When testing the configuration, use a command like this to list the modules available: $ cvs co -c HTH -- Arend -- Psyche-list mailing list Psyche-list@redhat.com https://listman.redhat.com/mailman/listinfo/psyche-list