On Mon, Sep 16, 2013 at 2:53 PM, Dan White <d_e_wh...@icloud.com> wrote:
> The described solution is one we already use within our network space, but
> Security will not allow a connection from DMZ to the internal SVN server.
> It violates the whole purpose of having a DMZ in the first place.
>

There is always the trick of ssh-ing a command from inside the
firewall to the DMZ box that (a) sets up port-forwarding and (b) runs
the svn command as though the repo is on localhost.  Technically, and
from the firewall's point of view, the connection is established
outbound.

-- 
   Les Mikesell
     lesmikes...@gmail.com

Reply via email to