From: Massimiliano Mirra - bard Date: 2004-08-22T21:35:51+09:00 Subject: Versioning tools (was Re: [ANN] Rails 0.6.5 (AR 0.9.4, AP 0.8.0): Release of Contributors!) "T. Onoma" writes: > I just need to get a versioning/backup solution in place. Any > recommendations? For versioning, I migrated my stuff from CVS to darcs. Interesting features (e.g. being able to commit separately changes related to different things, disallow commits if a test suite doesn't pass, go back to the last version where tests passed, nice way to handle e-mail commits, automatic tracking of patches between dependencies, need only a web server to publish a repository...), takes five minutes to set up, and stays out of your way. I just wish I'd done it sooner. Massimiliano