/[adm]/puppet/modules/subversion/templates/no_root_commit
ViewVC logotype

Contents of /puppet/modules/subversion/templates/no_root_commit

Parent Directory Parent Directory | Revision Log Revision Log


Revision 307 - (show annotations) (download)
Fri Nov 19 00:46:14 2010 UTC (13 years, 5 months ago) by misc
File size: 159 byte(s)
add check for root and empty commit
1 #!/bin/sh
2
3 REP="$1"
4 TXN="$2"
5
6 author=$(svnlook author -t "$TXN" "$REP")
7
8 if [ "$author" == 'root' ]; then
9 echo "no root commit allowed" >&2
10 exit 1
11 fi
12

  ViewVC Help
Powered by ViewVC 1.1.30