I'm using Visual SVN Server on my local machine running Windows 7 x64.
I'm looking for a simplest way to create a post-commit hook to some of my local repositories, allowing me to post commit information to my Facebook wall.
Bonus feature would be queueing the messages, if at the time of commit my pc isn't connected to Internet (it's laptop PC).
Best solution wouldn't require installing any other software. I am able of writing HTTP connecting program, I'd however like to use existing software, if any could be helpful.