I'm using git to commit to an svn server, which has a post commit hook. This post commit hook is supposed to return some text to the client. The hook works fine when I use pure svn, but git svn does not display the text.
Googling around, I have been unable to find any details regarding issues with git-svn integration. Has anyone else run into this problem, and if so, how do I fix it?