Show a normal permissionsErrorPage when the user does not have permissions to delete...
[lhc/web/wiklou.git] / bin / svnstat
1 #!/bin/sh
2 svn stat -v $1 | sed -n 's/^[ A-Z?\*|!]\{1,15\}/r/;s/ \{1,15\}/\/r/;s/ .*//p'