Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2002 11:31:37 -0500
From:      Jim Freeze <jfreeze@freebsdportal.com>
To:        questions@freebsd.org
Subject:   How to access CVS remotely
Message-ID:  <20020104113137.A49092@freebsdportal.com>

next in thread | raw e-mail | index | archive | help
Hi:

At my company we have a CVS repository set up at location A.
We have people that need to be able to commit to the repository
at location B. We also have people that need to be able
to retrieve data from the repository at location C.

The problem I encountered when setting this up is that everyone
needed to have an account at location A to access CVS.
(This limitation is probably because we use the 
'cvs -d remotehost' method and rsh to access the repository.)

This was tolerable for IT. Then we discovered that not only
did they need accounts at A, they needed to belong to the 'cvs'
group. Even those at location C because performing a remote
update did a lock on the repository and they needed permissions
to do the lock. 

I know there has to be a way to do an anonymous cvs implementation
where people can get files remotely (it is done everyday at source forge).
Can someone please point me in the right direction on how to do this?

Also, for those that need to have commit privilages, can this be done via
password or some other authentication and not require them to have an account
at location A?

Thanks
-- 
Jim Freeze
Today is a fine day for Ruby programming.
www.freeze.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020104113137.A49092>