You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ronald Paloschi <ro...@audaces.com.br> on 2007/03/01 14:16:33 UTC

restrict access to files in a directory

Hi all,

This is my first message to the Subversion list. Im using the system for 
aproximately a month by now and I'm really impressed.
In the past years I've used some version control systems, but SVN is 
already my choice for it.

All the needed config and basic install has been done and its working 
fine here, using apache and authenticating on my LDAP server. Here, I 
have to thak for the people who put all that documentation at our 
disposal. :-)

The only thing I figured out to be necessary and I where unable to do 
and find how to do its as follows:

- I have a C++ system and some dependencies (libraries);
- Everything is under version control.

On the special case, for the libraries, I need to have 2 levels of 
access, one for the developers who keep the code for this library with 
total access and control. Other level to the developers that only uses 
this library, they dont need the entyre source code.
As being a C++ project (the people who know the language will understand 
better), for the guys who will only "use" the library, we need to 
provide access only to the actual bynari of the library (a lib file), 
and for the .h files. (They dont need to access the .cpp files for example).

So, what I need is to have these 2 levels of access, on the same 
directory, for some users, total control. For others, that they be able 
to only read the binaries and the .h files (not the .cpp files), is that 
possible? (I dont want to put the files on different folders... )

I figured many ways to to that but, to be honest, none worked.
Can someone have a tip to help me.

Thanks in advance.
Ronald

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org