Re: Ask for confirmation when a File is updated

2010-01-20 Thread Ryan Schmidt
On Jan 20, 2010, at 14:57, Hernan Castagnola wrote: > Is there any way (e.g editing the svn-properties) to make svn > give an Alert, or ask for confirmation when a sensitive file is updated. > I have been searching and I didn't find anything. > > Example > > Config.groo

RE: Ask for confirmation when a File is updated

2010-01-20 Thread Bob Archer
No, but you could probably do some type of pre-commit hook that will request a verification log message or something. They have to type some random string. you would have to save the string some where or something like: Commit failed, sensitive file included in change set. To verify that you wan