>> is there a way to restrict users to commit only to a /branches vs >> /trunk?
> Two ways.. > > 1. Path based authentication... don't give them write access. of course I meant path based authorization here. I would like to the book here, but it doesn't seem to be coming up. > > 2. Pre-commit hook... have the hook not allow commits to /trunk (or > course you will need a way around the hook.) > BOb