From: James Dinkel Date: 2008-09-30T11:18:28+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 use a subversion server (running on a linux server) and connect to it through the Subclipse plugin to Eclipse. If you don't want a separate server, you can create a local svn repo on your workstation and connect directly to it through the Subclipse or any other svn client. James -- Posted via http://www.ruby-forum.com/.