There is a nice post over on Signals vs Noise about managing software side projects. The method combines two things:
- Version control (using GitHub or Beanstalk)
- A single backpack page of tasks
Some nice tips and a great mention to Beanstalk. Ryan answered a good question in the comments on why you might be better off using hosted version control instead of setting up your own server. It’s actually the sole reason we set out to create Beanstalk. We could definitely manage Subversion servers on our own, but if we don’t have to its one more thing that let’s us work on the important stuff. Read the full post on the 37 Signals blog.



1 Comments
I can’t agree more.. I actually tried it both ways, hosting my own subversion, mercurial and git servers (pretty much in that order). I’m very comfortable managing my own servers, but figured that my products don’t benefit from me managing and maintaining them. I’d rather have someone else do that so I can spend quality time on stuff that matters.
I wrote up a similar conclusion after going through the same process with bug trackers.
Marc Nijdam — September 5, 2008, 1:50 pm
Write a comment