Discussion:
Limiting Access
Rez P
2009-05-13 19:43:46 UTC
Permalink
Hello Everyone



On the linux server at the root of my repository, I've created a top folder for each department whithin our company and each group is supposed to create new projects only under their own departmental folders. However, I'm finding that couple of developers created bunch of new projects directly on the root parallel to the other departmental folders, I'm planning to login to the server and move these folders to their appropriate place. In the mean time, is there any way to limit access to the users as to where they can create new projects?



Thanks

_________________________________________________________________
Hotmail® has ever-growing storage! Don’t worry about storage limits.
http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
Risman, Mark
2009-05-13 19:48:43 UTC
Permalink
I don't know if this is the best way, but when we dealt with this issue
here, we simply changed the permissions on the repository's root
directory to be read-only. The effect of this was that in the instances
that someone needs a new folder at the root level, they simply need to
come to us (the CVS administrators) to create it for them. It
effectively creates an approval process.

Yes, this means manually touching the repository, which we don't
generally like to do. In this case, however, all we do is create the
directory and nothing else. The users are able to do the rest.


________________________________

From: info-cvs-bounces+mark.risman=***@nongnu.org
[mailto:info-cvs-bounces+mark.risman=***@nongnu.org] On Behalf Of
Rez P
Sent: Wednesday, May 13, 2009 3:44 PM
To: CVS
Subject: Limiting Access


Hello Everyone

On the linux server at the root of my repository, I've created a top
folder for each department whithin our company and each group is
supposed to create new projects only under their own departmental
folders. However, I'm finding that couple of developers created bunch of
new projects directly on the root parallel to the other departmental
folders, I'm planning to login to the server and move these folders to
their appropriate place. In the mean time, is there any way to limit
access to the users as to where they can create new projects?

Thanks


________________________________

Hotmail(r) has ever-growing storage! Don't worry about storage limits.
Check it out.
<http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tu
torial_Storage1_052009>





**********************************************************

MLB.com: Where Baseball is Always On
Rez P
2009-05-13 22:13:23 UTC
Permalink
Thanks Mark. I figured it would probably be something at the operating system level & permissions and not within CVS adiminstration. I like your method. Thanks



Date: Wed, 13 May 2009 15:48:43 -0400
From: ***@mlb.com
To: ***@hotmail.com; info-***@nongnu.org
CC:
Subject: RE: Limiting Access




I don't know if this is the best way, but when we dealt with this issue here, we simply changed the permissions on the repository's root directory to be read-only. The effect of this was that in the instances that someone needs a new folder at the root level, they simply need to come to us (the CVS administrators) to create it for them. It effectively creates an approval process.

Yes, this means manually touching the repository, which we don't generally like to do. In this case, however, all we do is create the directory and nothing else. The users are able to do the rest.




From: info-cvs-bounces+mark.risman=***@nongnu.org [mailto:info-cvs-bounces+mark.risman=***@nongnu.org] On Behalf Of Rez P
Sent: Wednesday, May 13, 2009 3:44 PM
To: CVS
Subject: Limiting Access


Hello Everyone

On the linux server at the root of my repository, I've created a top folder for each department whithin our company and each group is supposed to create new projects only under their own departmental folders. However, I'm finding that couple of developers created bunch of new projects directly on the root parallel to the other departmental folders, I'm planning to login to the server and move these folders to their appropriate place. In the mean time, is there any way to limit access to the users as to where they can create new projects?

Thanks



Hotmail® has ever-growing storage! Don’t worry about storage limits. Check it out.



**********************************************************

MLB.com: Where Baseball is Always On

_________________________________________________________________
Hotmail® goes with you.
http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
Larry Jones
2009-05-13 19:57:42 UTC
Permalink
Rez P writes:
>
> In the mean time, is there any way to limit access to the users as to
> where they can create new projects?

Set the ownership and permissions on the top-level directory so that
only the appropriate users have write access.
--
Larry Jones

I've got to start listening to those quiet, nagging doubts. -- Calvin
Rez P
2009-05-13 22:13:58 UTC
Permalink
Great and thanks for your help.

> To: ***@hotmail.com
> Date: Wed, 13 May 2009 15:57:42 -0400
> From: ***@siemens.com
> CC: info-***@nongnu.org
> Subject: Re: Limiting Access
>
> Rez P writes:
> >
> > In the mean time, is there any way to limit access to the users as to
> > where they can create new projects?
>
> Set the ownership and permissions on the top-level directory so that
> only the appropriate users have write access.
> --
> Larry Jones
>
> I've got to start listening to those quiet, nagging doubts. -- Calvin
>
>

_________________________________________________________________
Insert movie times and more without leaving Hotmail®.
http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd1_052009
Loading...