I could not access the CVS repositories which has the link as :
~project/directory/to/of/cvs/project
I would li开发者_如何学编程ke to access it from remote computer.What can be the suitable command to access it?
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
精彩评论