From: "Joe Wölfel" Date: 2008-10-01T02:52:11+09:00 Subject: Re: Revision control for Ruby I think I mentioned git. In fact, I received a git patch for Rake over this list serve a only few days ago. It's really good compared to the way things used to be in the pre-distributed days. I just had git suck the patch right out of my email and it applied it to my local Rake repository. Very nice. On 30 sept. 08, at 13:20, Ittay Dror wrote: > > > 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 > > >