Category Archives: SVN

Eclipse Subversive SVN+SSH and Putty Agent (pageant)

I’m using Subversive within Eclipse to provide SVN support. But since I’m now using SVN+SSH as connection mechanism to SVN, I wanted to use my SSH Key to do the authentication for me. It took me some time to find … Continue reading

Posted in Eclipse, SVN | Tagged , , | 7 Comments

SVN merge changes from a deleted branch

Today I had a problem with a merge. I thought I had merged all changes from a branch into the trunk, so I deleted the branch. But somehow (probably forgetting to remove a –dry-run) not all got merged. So I … Continue reading

Posted in SVN | Tagged , , | 4 Comments

svn move multiple directories with confirm

I had to rearrange multiple directories, but not all, in a svn tree to make a project more compatible with Eclipse. For this I used the following one-liner so I could do this more easily. for file in `find -maxdepth … Continue reading

Posted in Eclipse, one-liners, SVN | Leave a comment