On Sun, Aug 06, 2000 at 12:54:09PM -0400, Greg A. Woods wrote:
> Something that's been proven to work in production in professional
> software development shops around the worls obviously isn't ``vapourware''!
Take off the "professional software development shop" training wheels and
try to solve some real problems. Opening up your CVS repository to the
world is a much more difficult problem, for several reasons. The first
and foremost being that you don't get any control over the client setup.
> You will get sufficient ACLs iff you use real unix user-ids.
I do use real unix user-ids. That's how pserver works.
> You're right only
> in the fact that this particular combination might not provide the
> access control requirements you've imposed on yourself by choosing to
> run unrelated repositories on the same host.
I'm running only one repository on the same host. The fact is I have
different classes of developers. Some people I trust to work on the core
classes. Some people maintain only peripheral material.
Again, take off the "professional software development shop" training
wheels and try dealing with the more difficult scenarios.
> You're obviously not going to get anywhere if you don't support your
> users sufficiently and appropriately.....
I'd rather spend my time supporting them by writing code than supporting
them by flying out to Bulgaria to get WinCVS set up with ssh.
Justin