Displaying a subversion commit log with PHP
I was recently tasked with a small project that had to pull commit logs from various subversion servers and repositories and display them on a web page. The process was a lot simplier than I first anticipated. Hopefully someone else will find this useful. This php code snippet requires that the server have SHELL_EXEC()… Read More »