Ignore:
Timestamp:
Feb 16, 2024, 2:05:56 AM (4 months ago)
Author:
Bruno Cornec
Message:

USER incorrectly managed in the post-commit hook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/ansible/roles/trac/templates/trac-svn-hook

    r3811 r3812  
    207207echo "----"
    208208
    209 if [ -z "$USER" -a -z "$PROPNAME" ]; then
     209if [ z "$PROPNAME" ]; then
     210#if [ -z "$USER" -a -z "$PROPNAME" ]; then
     211# USER is last commit id-1 not the user
    210212    EVENT="added"
    211213    echo "Changeset $REV was added in $REPOS"
Note: See TracChangeset for help on using the changeset viewer.