Hi dcz, You can write a pre-commit hook or use AuthzSVNAccessFile to restrict commit into trunk by only Senior Developers. This way the Junior developer can perform his work in the branch and requests the Senior Developer to review and merge his code back into trunk in preparation for release. I am assuming you use trunk as a stable stream.
Thanks Lakshman -----Original Message----- From: dcz [mailto:[email protected]] Sent: Thursday, 18 February 2010 12:17 AM To: [email protected] Subject: Junior developers Hello, Here is what I'm trying to do : some user (let's call them junior developer) should require their commit to be authorized by other (senior developer) before they would actually be committed. Since I saw this feature on an svn (though I do not administrate this one, so I can't tell how it is done, but it's svn for sure) and found it pretty useful, I was a bit surprised not to be able to find any topic about it after hours a googling. Would be very nice if someone could share thoughts about how to set such feature up. Regards, dcz
