The subversion repository is finally up and accessible over the web. I've split the code up into a public and a shared repository. The public repository is accessible to anyone and right now it contains the Blocks framework. Type this in Terminial.app to checkout the trunk of Blocks into a new folder named Blocks:
svn checkout http://svn.hogbaysoftware.com/public/Blocks/trunk Blocks
The shared repository needs a username/password to access (email me along with preferred username/pass) if you are a registered user of Mori or Clockwork and want access. Here's how to checkout those projects using Terminal.app.
svn checkout http://svn.hogbaysoftware.com/shared/Mori/trunk Mori
svn checkout http://svn.hogbaysoftware.com/shared/Clockwork/trunk Clockwork
The code has changed a bit and will likely break any plugins that you are working on, but you will only have to make small changes to get it working again. In particular I changed the plugin identifier names for most plugins in the Blocks framework, so you'll need to update your plugins to match those.
These repositories are still a bit of a work in progress, of course let me know if you have questions.
For anyone, who does not
For anyone, who does not want to install all the command line tools and dependencies, I was able to get it to work with SmartSVN .