Limiting access to certain files within the repository.

2003-09-22 Thread Larry Lords
We are running a client/server configuration using SSH. The server in running Linux and cvs 1.11.6 and clients are using mainly CVSNT. In order to refactor the build we need to limit the access to the build.xml file to a limited group. I have looked through the documentation, but still not sure

Re: Limiting access to certain files within the repository.

2003-09-22 Thread Larry Jones
Larry Lords writes: > > In order to refactor the build we need to limit the access to the build.xml > file to a limited group. I have looked through the documentation, but still not > sure what to do to limit the access? CVS cannot limit access to a single file, only to a directory. -Larry Jone

Re: Limiting access to certain files within the repository.

2003-09-22 Thread JacobRhoden
On Tue, 23 Sep 2003 07:16 am, Larry Jones wrote: > Larry Lords writes: > > In order to refactor the build we need to limit the access to the > > build.xml file to a limited group. I have looked through the > > documentation, but still not sure what to do to limit the access? > > CVS cannot limit a

Re: Limiting access to certain files within the repository.

2003-09-23 Thread Larry Lords
I am willing to write a shell script (I am more familiar with the shell than with perl). Using the commitinfo approach and a shell program, how do you know who is performing the commit? Is the variable $username setup? Thanks for your help, Larry Lords >>> JacobRhoden <[EMAIL PROTECTED]> 09/22/