tags:

views:

57

answers:

1

I'm using svn+ssh to checkout from my repo, now a fellow developer has to get access to a single project within the repo. How can I give him access to a single repo without having to use ssh keys?

Basically I just want to add a new user on the server, and somehow restrict his access to just one repo

+1  A: 

I dont know much about svn administration, but what we do in my organisation is we run svnserve and configured svnserve to use an auth and passwd file to validate access to repositories.

Andrew Keith