I would like to configure my local SVN server to support both a global passwd file and a project specific passwd file.

I have a global passwd file set up that is currently used to administer all accounts. The only problem is, sometimes we want to an outside developer to a single project. With our current setup, we have to grant them access to all accounts.

The ideal solution would be a global passwd file for all in-house developers, as well as a project-specific passwd file for outside developers working on one project only.

Is this possible?

link|improve this question

65% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You can set up path based authorization or per-directory access control.

link|improve this answer
+1, it's much better to use access control instead of meddling with account password files. – RedGlyph Dec 4 '09 at 18:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.