I hope someone will be able to answer my question.
I have Subversion set up, served by Apache2+SSL, doing web development.
I want a post-commit hook that runs svn update on my testing server, so when someone commits, it will automatically update the testing site. The hook doesn't work because the certificate is a self generated one and it's not trusted.
I've tried to accept (p)ermanently, but it doesn't.
Any ideas?