I'd strongly suggest not checking out the repo with the command I provided above, you'll end up pulling down multiple versions of each project. He structures the repo like this: Java - Project 1 - branches - tags - trunk - Project 2 - branches - tags - trunk etc... so if you just check out the root, you end up with every version of every project in multiple subdirectories (way way waaay more than you need). If you do an empty checkout of the root of the project, and then then a normal checkout at...
Thanks Blake, I figured it out. The SVN URL Sourceforge fills in by default is wrong, there is no trunk folder in the repo. The correct command to checkout the project is: svn checkout https://svn.code.sf.net/p/momime/code momime-code
Is the code for this still available? I can't get Sourceforge to give me a snapshot, and SVN claims the URL doesn't exist.