Archive for April, 2007

Public / private key set up but not working?

Wednesday, April 25th, 2007

When you set up public key authentication, make sure your authorized_keys2 file has the permissions set to 600. If you don't, it's likely that you will still be prompted for your password. chmod 600 authorized_keys*

How to roll back commits to an earlier version of a repository in SVN

Friday, April 6th, 2007

I've always wanted to know how to do this, and for some reason I always had a hard time finding out how. I needed to rollback a change I had committed to my SVN repository. The way you rollback to an earlier version of your repository is to do ...