Switch to side-by-side view

--- a/ForgeSVN/forgesvn/model/svn.py
+++ b/ForgeSVN/forgesvn/model/svn.py
@@ -131,7 +131,7 @@
         '#!/bin/bash\n'
         '# The following is required for site integration, do not remove/modify.\n'
         '# Place user hook code in post-commit-user and it will be called from here.\n'
-        'curl -s $url\n'
+        'curl -L -s $url\n'
         '\n'
         'DIR="$$(dirname "$${BASH_SOURCE[0]}")"\n'
         'if [ -x $$DIR/post-commit-user ]; then'