Jason Orr
Jason Orr
@RecoX what version of Python are you using? Since Python 2.4, `subprocess` has been included as one of the default Python libraries. You do not have to install it if...
I used this project as a template and was able to get it to work successfully using a SmartSVN Server installation on a CentOS 7 Linux server
The `post-commit` file should have this in the bottom: ``` REPOS="$1" REV="$2" TXN_NAME="$3" WEBHOOK_URL="YOUR WEBHOOK URL HERE" WEBHOOK_PATH="//hooks/discordSend.py" PYTHON_PATH="/usr/bin/python3.6" LOCATION="trunk" # Filter all commits so the webhook only sends messages...