tags:

views:

21

answers:

1

Hi,

I could not access the CVS repositories which has the link as :

~project/directory/to/of/cvs/project

I would like to access it from remote computer.What can be the suitable command to access it?

+1  A: 

You will need to set up some sort of server to provide remote access. A couple of the options include:

  • using rsh or ssh to access the repository
  • using the cvs pserver to access the repository

You'll find more details in the cvs documentation at CVS Remote Repository Manual Section

erichui