How to have a user to just access to one directory?

Hi,

How can I have a user to just access to one of my directories? i.e. I want my game designer to access my release directory but not even be able to access source codes. So how can I achieve such thing?

Thanks.

Forum Topic Options

Feeds

Forum Topic and Comments

rs on Tue 21 Dec, 2010

The best thing to do is to create a second repository and permission it accordingly.

Then use svn:externals to link the original repository folder with the second repository.

Do give a shout if you’d like a more concrete example.

 

rs on Thu 23 Dec, 2010

Actually, I’ve given an example below:

http://www.xp-dev.com/forum/topic/765

Do tell if that’s not sufficient

 

rs on Sun 26 Dec, 2010

You would put the SVN commands into a shell window (Unix shell, or Windows cmd.exe)

 

You do not have sufficient permissions to comment