tags:

views:

32

answers:

3

can i block commit operation possibility to selected branch

A: 

There's an svn lock function: see the Red Bean book.

duffymo
A: 
svn lock TARGET

Ref: svn lock

NAVEED
A: 

If you can edit the authz file of your repository you can make a branch readonly

# [repository:/baz/fuz]
# @harry_and_sally = rw
# * = r
Albin Sunnanbo