From: twinandi@... Date: 2008-09-30T17:30:02+09:00 Subject: Re: Revision control for Ruby thiagobrandam wrote: > Does anyone know any good revision control tool/software for Ruby? > Thanks in advance. I love Mercurial (http://www.selenic.com/mercurial/wiki/). It's distributed, really fast and available for Linux MAC OS X AND Windows (contrary to Git). Via TortoiseHg it gets integrated into Windows File-Explorer (like TortoiseSVN). For deployment-Reasons (Rails) i also use SVN, but i think deployment is also possible via Mercurial. Andi P.S. Please excuse my very poor English-speaking (writing) ;)