>
> > 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
02/21/2011 09:07 AM
Subject:
"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
> 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,
> 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
Hello .
I am trying to write a hook to prevent deletion of elements through a
pre-commit hook.
My Plan is to execute "svn status" and then based on the o/p allow or deny.
But the problem is that the hook is being executed in the server and I see not
now way to get the "working copy" path in th