mirror of https://github.com/CGAL/cgal
Make subversion allow to setup revision properties (non versionned)
prefixed with "CGAL:".
This commit is contained in:
parent
b1aac6f17d
commit
c45b541e32
|
|
@ -53,9 +53,11 @@ USER="$3"
|
||||||
PROPNAME="$4"
|
PROPNAME="$4"
|
||||||
ACTION="$5" # empty on 06/15/2006
|
ACTION="$5" # empty on 06/15/2006
|
||||||
|
|
||||||
if [ "$PROPNAME" = "svn:log" ]; then
|
case "$PROPNAME" in
|
||||||
|
svn:log|CGAL:*)
|
||||||
exit 0;
|
exit 0;
|
||||||
else
|
;;
|
||||||
|
*)
|
||||||
echo "Changing revision properties other than svn:log is prohibited" >&2
|
echo "Changing revision properties other than svn:log is prohibited" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
esac
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue