[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

restrict access to files in a directory

From: Ronald Paloschi <ronald_at_audaces.com.br>
Date: 2007-03-01 15:16:33 CET

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
Received on Thu Mar 1 15:14:13 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.