RE: RE: controlling delete
From: Trevor Spackman <tspackma_at_myriad.com>
Date: 2007-07-10 19:16:21 CEST
This is a snippet from our pre-commit hook that will prevent a user from
if [ -n "`$SVNLOOK changed -t "$2" "$1" | grep "^[^AD].*/tags/"`" ] ;
echo "Tags may be added/deleted, but not modified" >&2
exit 1
fi
Trevor
________________________________
From: John.Salinardo@shell.com [mailto:John.Salinardo@shell.com]
Trevor,
An example would just be terrific. Thanks.
JS
-----Original Message-----
You can achieve this by adding a pre-commit hook, and disallowing
If you'd like an example, I can create one...
HTH,
Trevor
________________________________
From: John.Salinardo@shell.com [mailto:John.Salinardo@shell.com]
Is there a command for controlling SVN delete. We would like to only
Thanks,
John Salinardo
Tel: +1-713-230-3047 000 Other Tel: 832-265-5099
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.