I'm not sure I understand what you mean by "reverse tunnel."

Is the problem that your production environment cannot access your  
subversion repository? If so, then the solution is in Capistrano 2.0,  
where you can say:

   set :deploy_via, :copy

And deployments will then do a local checkout, tar up the checkout,  
and copy it to the remote servers. The remote boxes never even need  
svn installed on them.

wolfmanjm wrote an SCM module for Capistrano 1.x that works  
similarly, if cap2 isn't an option for you yet.

Is that what you are looking for?

- Jamis

On May 8, 2007, at 1:38 AM, [EMAIL PROTECTED] wrote:

>
> Currently I have an local netwerk containing my development
> environment.
> This includes the computer I am running Capistrano on and an Apache-
> svn server.
>
> On my test server the repository is reachable and Capistrano works
> perfect.
> I would like to be able to run Capistrano to setup my live
> environment, using svn.
> I'm testing the scm module now, but I would rather have a reverse
> tunnel.
>
> Is this possible via Capistrano, or with (small) modifications to it?
> Maybe it is possible to execute an ssh command from Capistrano?
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to