0

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?

Ian McIntyre Silber
  • 5,553
  • 13
  • 53
  • 76

1 Answers1

1

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

Stefan
  • 43,293
  • 10
  • 75
  • 117