Deploying using capistrano and git

Is anyone using capistrano with git to deploy? I have a very simple
setup with Git/Mongrel/Apache/Rails/MySQL all in the same server.
Capistrano doesn’t seem to have git support, or does it?

Pedro.

Pedro Côrte-Real wrote:

Is anyone using capistrano with git to deploy? I have a very simple
setup with Git/Mongrel/Apache/Rails/MySQL all in the same server.
Capistrano doesn’t seem to have git support, or does it?

Pedro.

Capistrano currently supports only Subversion.

On 2/1/07, Guest [email protected] wrote:

Capistrano currently supports only Subversion.

/usr/lib/ruby/gems/1.8/gems/capistrano-1.3.1/lib/capistrano/scm:

base.rb
baz.rb
bzr.rb
cvs.rb
darcs.rb
mercurial.rb
perforce.rb
subversion.rb

So it looks like it supports much more than subversion. Guess I need
to look at these files and try to create one for git.

Pedro.