<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Using subversion via a 2-hop ssh tunnel</title>
	<atom:link href="http://blog.inquirylabs.com/2007/01/20/using-subversion-via-a-2-hop-ssh-tunnel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inquirylabs.com/2007/01/20/using-subversion-via-a-2-hop-ssh-tunnel/</link>
	<description>Politics, Programming and Possibilities</description>
	<pubDate>Tue, 02 Dec 2008 01:33:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: David Hilton</title>
		<link>http://blog.inquirylabs.com/2007/01/20/using-subversion-via-a-2-hop-ssh-tunnel/#comment-22581</link>
		<dc:creator>David Hilton</dc:creator>
		<pubDate>Tue, 04 Mar 2008 06:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2007/01/20/using-subversion-via-a-2-hop-ssh-tunnel/#comment-22581</guid>
		<description>If you haven't already seen it (it has been a year since your post), svn co svn+ssh://username@schizo.cs.byu.edu/complete/path/to/repo
works pretty well.

Your approach definitely has its advantages, though.
Sometimes we don't get traffic directly through from our isp to cs.byu.edu, and this could be very useful for getting access (as long as you can route access through another server somewhere...)

See you in class.</description>
		<content:encoded><![CDATA[<p>If you haven&#8217;t already seen it (it has been a year since your post), svn co svn+ssh://username@schizo.cs.byu.edu/complete/path/to/repo<br />
works pretty well.</p>
<p>Your approach definitely has its advantages, though.<br />
Sometimes we don&#8217;t get traffic directly through from our isp to cs.byu.edu, and this could be very useful for getting access (as long as you can route access through another server somewhere&#8230;)</p>
<p>See you in class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://blog.inquirylabs.com/2007/01/20/using-subversion-via-a-2-hop-ssh-tunnel/#comment-15200</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Thu, 30 Aug 2007 08:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2007/01/20/using-subversion-via-a-2-hop-ssh-tunnel/#comment-15200</guid>
		<description>Hi Mark,

You saved the day! It works out-of-the-box for me.
One just needs to add the automatic ssh login and everything is perfect!</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>You saved the day! It works out-of-the-box for me.<br />
One just needs to add the automatic ssh login and everything is perfect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duane Johnson</title>
		<link>http://blog.inquirylabs.com/2007/01/20/using-subversion-via-a-2-hop-ssh-tunnel/#comment-7843</link>
		<dc:creator>Duane Johnson</dc:creator>
		<pubDate>Sat, 05 May 2007 01:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2007/01/20/using-subversion-via-a-2-hop-ssh-tunnel/#comment-7843</guid>
		<description>Hi Mark,

Yes, this sounds like the right situation to use the tip I wrote about.  The main thing to check is that you can somehow ssh to a machine (A) within the subnet where your windows machine (B) lives.  If you can check code out on that machine (A) then this double-hop trick should work.</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Yes, this sounds like the right situation to use the tip I wrote about.  The main thing to check is that you can somehow ssh to a machine (A) within the subnet where your windows machine (B) lives.  If you can check code out on that machine (A) then this double-hop trick should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Davis</title>
		<link>http://blog.inquirylabs.com/2007/01/20/using-subversion-via-a-2-hop-ssh-tunnel/#comment-7749</link>
		<dc:creator>Mark Davis</dc:creator>
		<pubDate>Thu, 03 May 2007 17:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2007/01/20/using-subversion-via-a-2-hop-ssh-tunnel/#comment-7749</guid>
		<description>Pardon my ignorance - I am a bit of a subversion newbie.  Could you tell me if my situation is similar to the problem you are fixing.  I set up and use an SVN server for storing all my code - the SVN is running on a windows server and all is fine.  

However where I work has several private subnets where each subnet has one dual-homed server with network cards on both the private subnet and the public/intranet one (each private subnet is a manufacturing line).  

Is it possible for me to set up some knd of proxy/other that could sit on the dual homed servers that clients on the private/manufacturing subnets could use to check code in and out of a common sSVN server (on the public network..?).

You seem like the kind of person who might be able to anser a question like this!</description>
		<content:encoded><![CDATA[<p>Pardon my ignorance - I am a bit of a subversion newbie.  Could you tell me if my situation is similar to the problem you are fixing.  I set up and use an SVN server for storing all my code - the SVN is running on a windows server and all is fine.  </p>
<p>However where I work has several private subnets where each subnet has one dual-homed server with network cards on both the private subnet and the public/intranet one (each private subnet is a manufacturing line).  </p>
<p>Is it possible for me to set up some knd of proxy/other that could sit on the dual homed servers that clients on the private/manufacturing subnets could use to check code in and out of a common sSVN server (on the public network..?).</p>
<p>You seem like the kind of person who might be able to anser a question like this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Racquetball &#187; Blog Archives &#187; Using subversion via a 2-hop ssh tunnel</title>
		<link>http://blog.inquirylabs.com/2007/01/20/using-subversion-via-a-2-hop-ssh-tunnel/#comment-2231</link>
		<dc:creator>Racquetball &#187; Blog Archives &#187; Using subversion via a 2-hop ssh tunnel</dc:creator>
		<pubDate>Sat, 27 Jan 2007 19:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2007/01/20/using-subversion-via-a-2-hop-ssh-tunnel/#comment-2231</guid>
		<description>[...] is the hostname of the computer on the inside of the network (the end of the tunnel), and cs.byu.edu is the gateway machine. Replace  with your own ssh username. The 51526 is the port number on your &#8230; &#8211; More &#8211; [...]</description>
		<content:encoded><![CDATA[<p>[...] is the hostname of the computer on the inside of the network (the end of the tunnel), and cs.byu.edu is the gateway machine. Replace  with your own ssh username. The 51526 is the port number on your &#8230; &#8211; More &#8211; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
