From: Ittay Dror Date: 2008-10-01T02:20:48+09:00 Subject: Re: Revision control for Ruby thiagobrandam wrote: > Does anyone know any good revision control tool/software for Ruby? > Thanks in advance. > since nobody else mentioned it, i think git is great. it is a distributed vcs (like mercurial), with a much better branch/merge support than svn and a lot of power commands to allow you to make your commits organized. there's also github which offers hosting for git repositories and seems to be very popular with git developers (rails is hosted there) ittay > > -- -- Ittay Dror