John wrote:
> 
> Hi,
> I am new to setting up a cvs server and not well versed in networking in
> general. I would like to setup a cvs repository on the webspace I have on my
> ISP.

If the ISP doesn't already offer CVS access, they probably won't consider
running it without significant customer demand. Try making a repository on the
ISP machine locally first. If you get that to work, try using rsh/ssh to access
it. If you're trying to set up a repository for public use, try a public hosting
service, like sourceforge.net. See the manual for details.

> I don't have execute rights on the webspace folder.

Does that mean the permissions don't include the execute bit, or that you can't
run 'executables' in the directory? If the execute bit is missing on the
directory, you can't write files or cd to it (assuming this is a UNIX-type
system), which renders it quite useless.

-Matt

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to