Reputation: 2699
I've recently set up a SVN to work on my collaborative university homework with my colleague.
It's actually working that way:
root
/class1
/tp1
/trunk
/tp2
/trunk
/class2
/tp1
/trunk
Currently, there is only the "test" user that have access to the svn over ssh. I would like to know if I can set-up different user with different permission for different class and different project.
I'm using Ubuntu Server 9.04.
Upvotes: 0
Views: 1914
Reputation: 11579
Yes, you can set user and group access independently for each project, or even each directory if you like. The whole explanation can be found in the Version Control with Subversion online book (link to the section you are interested in).
Upvotes: 3