Hi, I'm running Reviewboard 3.0.15, Apache 2.4, and Centos 7, subversion 
1.11 

I commit changes to a file and the changes show up in the repository but 
the post-commit is not executed.
I have a really basic post-commit file that just writes to a log file but 
there is no change to the log file.
Is there any issue with Reviewboard 3.0.15 running bash commands?

#!/bin/bash
REPO="$1"
REV="$2"
echo "$(date) ${REPO} ${REV}" >> /log.txt

Thanks for the help.

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/84feb64d-e3e2-4a7f-8ed4-defabdd16abd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to