Archive for November, 2007

Running Subversion From xinetd

Posted on29. Nov, 2007 by Ash Christopher.

0

Now that we have Subversion installed on our server, we really need some way to have it always available. We could run subversion in daemon mode but we would have to write init.d scripts which can get rather complex (especially if you are writing one properly, and not just hacking one together).
Instead, we will add [...]

Continue Reading

Setting Up Subversion On Fedora 8

Posted on28. Nov, 2007 by Ash Christopher.

5

After fighting with the corporate firewall (ssh tunnels were not successfully able to navigate to a SVN repo on a shared host) I decided I should set subversion up on my home server. Since I am a little paranoid about throwing caution to the wind with regard to server changes, I decided to set it [...]

Continue Reading

A Few Weeks With Rails

Posted on05. Nov, 2007 by Ash Christopher.

0

It’s been a few weeks since I started using Ruby on Rails, and so far it has been pretty good. That isn’t to say I havent run into a few hickups.
I am quite familiar with PHP, so I set out to try to do the same things in rails as I would in PHP. [...]

Continue Reading