Java

Erik's Pulse: 2006-03-07

3 min read

Erik's weekly column published in the Javalobby Newsletter.

Read more →
Java

Erik's Pulse: 2006-02-28

3 min read

Erik's weekly column published in the Javalobby Newsletter.

Read more →
Java

TestNG Generator for IDEA

<1 min read

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 →
Linux

Subversion diff with vim

<1 min read

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 →
Java

Restricting .svn Access

<1 min read

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 →
Linux

Compiling Python Bindings for Subversion 1.3.0

<1 min read

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 →
Java

SVN with SmartSVN, IDEA and Eclipse

2 min read

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 →