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

File access control

From: Ali Soleimani <alisol911_at_gmail.com>
Date: Sun, 20 Jan 2008 16:06:41 +0330

Hello,
There are these users: sally and harry, john.
sally has full access to repository and harry
has full access but has not access to untPrivate.pas,
and john has access to dfm and dcu not pas files.
what is the solution if I have this structure?

/trunk/untMain.pas
/trunk/untMain.dfm
/trunk/untMain.dcu
/trunk/project.dpr
/trunk/untPrivate.pas
/trunk/untPrivate.dfm
/trunk/untPrivate.dcu

/tags/Pre-release-1.0/untMain.pas
/tags/Pre-release-1.0/untMain.dfm
/tags/Pre-release-1.0/untMain.dcu
/tags/Pre-release-1.0/project.dpr
/tags/Pre-release-1.0/untPrivate.pas
/tags/Pre-release-1.0/untPrivate.dfm
/tags/Pre-release-1.0/untPrivate.dcu

/branches/stable-1.0/untMain.pas
/branches/stable-1.0/untMain.dfm
/branches/stable-1.0/untMain.dcu
/branches/stable-1.0/project.dpr
/branches/stable-1.0/untPrivate.pas
/branches/stable-1.0/untPrivate.dfm
/branches/stable-1.0/untPrivate.dcu

/branches/stable-1.1/untMain.pas
/branches/stable-1.1/untMain.dfm
/branches/stable-1.1/untMain.dcu
/branches/stable-1.1/project.dpr
/branches/stable-1.1/untPrivate.pas
/branches/stable-1.1/untPrivate.dfm
/branches/stable-1.1/untPrivate.dcu
Received on 2008-01-20 13:37:02 CET

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.