Re: Betr.: RE: Hook help

2011-02-22 Thread ankush chadha
> > > I am trying to write a hook to prevent deletion of elements through a > pre-commit hook. > > > >>If you're not using the bindings you'd want svnlook, probably svnlook > diff. > > >>But, do you really want such a hook? If a user has permission to add > stuff they should be allowed to also

Re: Betr.: RE: Hook help

2011-02-21 Thread Chris . Lichter
02/21/2011 09:07 AM Subject:

Betr.: RE: Hook help

2011-02-21 Thread Jan Keirse
"Neson Maxmelbin (RBEI/EMT5)" schreef op 21/02/2011 15:54:24: > > > I am trying to write a hook to prevent deletion of elements through a > pre-commit hook. > > > >>If you're not using the bindings you'd want svnlook, probably svnlook > diff. > > >>But, do you really want such a hook? If a u

RE: Hook help

2011-02-21 Thread Neson Maxmelbin (RBEI/EMT5)
> I am trying to write a hook to prevent deletion of elements through a pre-commit hook. >>If you're not using the bindings you'd want svnlook, probably svnlook diff. >>But, do you really want such a hook? If a user has permission to add stuff they should be allowed to also unwind any mistakes,

RE: Hook help

2011-02-21 Thread Echlin, Jamie
> I am trying to write a hook to prevent deletion of elements through a pre-commit hook. If you're not using the bindings you'd want svnlook, probably svnlook diff. But, do you really want such a hook? If a user has permission to add stuff they should be allowed to also unwind any mistakes, prov