I'm using WAMP as a server, and I have a need to execute svn, which can be found in my Windows directory: C:/Program Files/Subversion/bin/
The problem, is that when I launch the php program from the server, it won't produce output. It works from the command line, which makes me think this is a permissions problem with WAMP. However after giving it unlimited power, it still won't execute svn commands unless I call it from the command line.
I've tried calling it with the full path to svn, and it's regular path. Other commands like "dir" work fine.
To clarify my question: How can I execute svn from php through WAMP?