[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: More debug info options than "neon-debug-mask = 130"?

From: Jeff Jensen <jeffjensen_at_upstairstechnology.com>
Date: 2006-05-23 04:30:04 CEST

> -----Original Message-----
> From: rooneg@gmail.com [mailto:rooneg@gmail.com] On Behalf Of
> Garrett Rooney
> Sent: Sunday, May 21, 2006 11:23 PM
> To: Jeff Jensen
> Cc: users@subversion.tigris.org
> Subject: Re: More debug info options than "neon-debug-mask = 130"?
>
> On 5/21/06, Jeff Jensen <jeffjensen@upstairstechnology.com> wrote:
>
> > Yes, I can ssh to the Linux server svn is on, and that goes
> through ISA.
> > It's how I maintain the server.
> >
> > I infer you mean to try a svn commit over ssh. Just tried
> that, and
> > even the list command doesn't work (not sure if that means I have
> > something else
> > wrong?):
>
> No, I mean something like this:
>
> ssh -L 80:svn.server.hostname.com:80 some.random.host
>
> It'll start an ssh tunnel on port 80 of your local machine,
> and any connection to that port will result in a connection
> being made to svn.server.hostname.com but routed over the
> tunnel to some.random.host, so the connection comes from
> some.random.host, not your local machine. It lets you
> circumvent the proxy server if you ssh to the proper host.
>
> One caveat, if your server is set up under a virtual host you
> might need to make sure you're accessing it via the proper
> hostname, so you could set /etc/hosts so that the remote
> hostname of the server resolves to localhost, then, once
> that's set up and the ssh tunnel is running you just run 'svn
> co http://the.usual.server.name/repos/trunk'
> as normal.

Thank you for the additional tips.

I had to VPN into the network to get past ISA with the tunnel (ISA forwards
the "/svn" context to the Linux server. I don't see how to make the tunnel
work through ISA without the VPN. The straight tunnel to port 80 goes to
the normal web server. I had to tunnel over the VPN directly to the Linux
server).

svn commit through the tunnel works. So you proved for us that something in
the middle is blocking it...thank you :-)

Before we blame ISA, does this test also prove that nothing on the Linux
server hosting svn is blocking too, or did this tunnel blow by any of that
too?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 23 04:31:26 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.