Erik's Pulse: 2006-03-07
Erik's weekly column published in the Javalobby Newsletter.
Read more →Erik's Pulse: 2006-02-28
Erik's weekly column published in the Javalobby Newsletter.
Read more →TestNG Generator for IDEA
TestNG Generator is an IDEA plugin, based on Alex Nazimok's JUnit Generator. It is a very simple plugin that generates a TestNG test class skeleton for all o…
Read more →Subversion diff with vim
Once in a while I have to use Subversion on a Linux box. Not a big deal, except for diffs. The standard svn diff output is not the most readable. Vim, or mor…
Read more →Restricting .svn Access
I was looking for a way to restrict access to the Subversion administrative (.svn) directories in Apache/Tomcat. The instructions I found recommended using a…
Read more →Compiling Python Bindings for Subversion 1.3.0
I was trying to setup ViewVC to display both my public cvs and subversion repositories. It meant I had compile the swig-py bindings. Subversion 1.3.0 require…
Read more →SVN with SmartSVN, IDEA and Eclipse
In the last few days, I've been slowly converting from CVS to SVN as my primary repository. Creating the repository was easy. Importing my existing projects,…
Read more →