Home

The Redmine install here at srhuston.net is mostly for my own use; so I have a pretty interface to subversion repositories and the like. I could entertain thoughts of setting other people up to use it too, but there's plenty of other/better places for that sort of thing so probably very little reason unless I'm collaborating with you on something :>

If you want an account here, send me an email and I'll add it. Since Redmine has no way to delete accounts, and to keep out the spammers, registration is disabled.

Latest projects

  • Dotfiles (12/21/2009 01:06 pm)

    Keeping track of dotfiles has occasionally been painful; .bashrc on one host has some nifty bit that you like to use, but always forget to copy to another host. Networked home directories are helpful, but not when you want to have your dotfiles at home too! One of the typical examples for any version control system is checking your home directory dotfiles (or sometimes files in /etc) into version control, so you always have things to roll back to if you make a mistake. Another benefit is that you can check them out wherever you like, and always have access to the files. I've even added some logic which checks to see if there's newer versions in the repository every so often....