Subversion auth using SSH external key-pair

Usually, when using Subversion’s SSH authentication facility, Subversion’s client will make use of your own SSH-generated key-pair and read it from the proper location, usually $HOME/.ssh. However, there could be situations when you’ll need to use a different key-pair. In such situations you can use a nice trick to have svn+ssh authentication work smoothly. Let’s […]

svn changelist tutorial

It is not unusual that I’ve come upon the situation where I’m working over a local Subversion working copy and I wanted to commit bits of what I’ve already baked and ready to go. Odds are that there’s just one file not belonging to such changeset but usually it involves many files scattered around. This […]