Re: How to stop delete files/directory from SVN Repo Browser

2012-08-06 Thread Ryan Schmidt
On Aug 6, 2012, at 01:28, Subodh Singh wrote: > I am new to SVN Repository. I need help to stop deletion of files/directory > from Repo Browser, so that user can’t commit if any delete operation is > occurred. I can get this information using svnlook but after commit. I need > to catch any

Re: How to stop delete files/directory from SVN Repo Browser

2012-08-06 Thread Lorenz
Subodh Singh wrote: >I am new to SVN Repository. I need help to stop deletion of files/directory >from Repo Browser, so that user can't commit if any delete operation is >occurred. I can get this information using svnlook but after commit. I need >to catch any delete action before commit. I tried