How do I prevent a developer from committing changes into a particular branch in CVS?
Recently, a fellow developer committed code into the main branch, leaving me with a lot of rolling back to do ;-( How can I prevent this?
|
1
|
How do I prevent a developer from committing changes into a particular branch in CVS? Recently, a fellow developer committed code into the main branch, leaving me with a lot of rolling back to do ;-( How can I prevent this?
|
||
|
|
|
|
Change the access permissions for this user for this particular branch to read only. Honestly, I don't have a clue. But this may help: CVS Access Control List Extension Patch |
||||
|
|
|
Might not be the case but if you're running CVSNT on the server you can simply use the Note that TortoiseCVS is just a graphical frontend for the CVSNT client. Your questions will be easier to answer if you supplied some information about your server. |
||
|