Category Archives: Eclipse

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

Keyboard shortcuts

Perhaps you have noted that I added a new site to the list of sites I like: Windows Keyboard Shortcut of the Day. Using keyboard shortcuts just improves your work speed a lot. A few windows shortcuts that I didn’t … Continue reading

Posted in Eclipse, Misc | Tagged , , , | Leave a comment

Creating your own debian package for non-source applications

For magproductions I needed a debian package of our “own version” of Eclipse (latest Eclipse with certain plugins pre-installed). At first I was told to look at checkinstall, but since I didn’t have a makefile, that was not the answer. … Continue reading

Posted in Debian/Ubuntu, Eclipse, Packages | Leave a comment

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