From owner-freebsd-questions Fri Jan 4 8:32: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebsdportal.com (ci590846-b.lxintn1.ky.home.com [24.9.218.175]) by hub.freebsd.org (Postfix) with ESMTP id 7110637B41A for ; Fri, 4 Jan 2002 08:32:04 -0800 (PST) Received: (from jfreeze@localhost) by freebsdportal.com (8.11.6/8.11.6) id g04GVbt49135 for questions@freebsd.org; Fri, 4 Jan 2002 11:31:37 -0500 (EST) (envelope-from jfreeze) Date: Fri, 4 Jan 2002 11:31:37 -0500 From: Jim Freeze To: questions@freebsd.org Subject: How to access CVS remotely Message-ID: <20020104113137.A49092@freebsdportal.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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