<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hack It! #1 &#8211; Change the TortoiseSVN SSH port</title>
	<atom:link href="http://www.supernifty.com.au/blog/2007/09/27/hack-it-1-change-the-tortoisesvn-ssh-port/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.supernifty.com.au/blog/2007/09/27/hack-it-1-change-the-tortoisesvn-ssh-port/</link>
	<description>that is also super</description>
	<lastBuildDate>Sun, 29 Jan 2012 02:50:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TortoiseSVN, plink, and non-standard ports &#124; AlexDuan.com</title>
		<link>http://www.supernifty.com.au/blog/2007/09/27/hack-it-1-change-the-tortoisesvn-ssh-port/comment-page-1/#comment-7279</link>
		<dc:creator>TortoiseSVN, plink, and non-standard ports &#124; AlexDuan.com</dc:creator>
		<pubDate>Wed, 17 Aug 2011 04:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.supernifty.com.au/blog/?p=16#comment-7279</guid>
		<description>[...] doesn&#8217;t like connecting over ssh+svn using non-22 ports. Instead of the inflexible hack shown here, I prefer this hack. The bat script that worked for [...]</description>
		<content:encoded><![CDATA[<p>[...] doesn&#8217;t like connecting over ssh+svn using non-22 ports. Instead of the inflexible hack shown here, I prefer this hack. The bat script that worked for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Holroyd</title>
		<link>http://www.supernifty.com.au/blog/2007/09/27/hack-it-1-change-the-tortoisesvn-ssh-port/comment-page-1/#comment-6621</link>
		<dc:creator>Michael Holroyd</dc:creator>
		<pubDate>Tue, 31 May 2011 19:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.supernifty.com.au/blog/?p=16#comment-6621</guid>
		<description>Thanks! The worst part about this is that TortoiseSVN doesn&#039;t even throw and error at connections with :port at the end. How is anyone supposed to know it is ignoring this standard convention?!</description>
		<content:encoded><![CDATA[<p>Thanks! The worst part about this is that TortoiseSVN doesn&#8217;t even throw and error at connections with :port at the end. How is anyone supposed to know it is ignoring this standard convention?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k00pa</title>
		<link>http://www.supernifty.com.au/blog/2007/09/27/hack-it-1-change-the-tortoisesvn-ssh-port/comment-page-1/#comment-4814</link>
		<dc:creator>k00pa</dc:creator>
		<pubDate>Sun, 30 May 2010 12:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.supernifty.com.au/blog/?p=16#comment-4814</guid>
		<description>THANK YOU!

I was just looking for this trick :P Why the putty/plink can have the &quot;:3445&quot; port support why default :/</description>
		<content:encoded><![CDATA[<p>THANK YOU!</p>
<p>I was just looking for this trick <img src='http://www.supernifty.com.au/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  Why the putty/plink can have the &#8220;:3445&#8243; port support why default :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.supernifty.com.au/blog/2007/09/27/hack-it-1-change-the-tortoisesvn-ssh-port/comment-page-1/#comment-4788</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 04 May 2010 09:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.supernifty.com.au/blog/?p=16#comment-4788</guid>
		<description>Thanks a lot, i wasted hours on this issue.. the solution was that easy...

it works fine now!</description>
		<content:encoded><![CDATA[<p>Thanks a lot, i wasted hours on this issue.. the solution was that easy&#8230;</p>
<p>it works fine now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gøran</title>
		<link>http://www.supernifty.com.au/blog/2007/09/27/hack-it-1-change-the-tortoisesvn-ssh-port/comment-page-1/#comment-4595</link>
		<dc:creator>Gøran</dc:creator>
		<pubDate>Fri, 10 Apr 2009 18:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.supernifty.com.au/blog/?p=16#comment-4595</guid>
		<description>Thanks for the tip! This led me to try for a more dynamic solution and I&#039;ve tried a different approach, it seems to work (&quot;seems&quot; cause I&#039;ve only tested it against one subversion server). The help message for putty link (and thereby TortoisePlink.exe), states that &quot;host&quot; in the url may be a saved Putty session. This means that you can save a putty session towards your nonstandard ssh server as e.g. &quot;mysvn&quot; using a different ssh port, and then use a standard svn+ssh url to access it, e.g: svn+ssh://user@mysvn/svn/code</description>
		<content:encoded><![CDATA[<p>Thanks for the tip! This led me to try for a more dynamic solution and I&#8217;ve tried a different approach, it seems to work (&#8220;seems&#8221; cause I&#8217;ve only tested it against one subversion server). The help message for putty link (and thereby TortoisePlink.exe), states that &#8220;host&#8221; in the url may be a saved Putty session. This means that you can save a putty session towards your nonstandard ssh server as e.g. &#8220;mysvn&#8221; using a different ssh port, and then use a standard svn+ssh url to access it, e.g: svn+ssh://user@mysvn/svn/code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://www.supernifty.com.au/blog/2007/09/27/hack-it-1-change-the-tortoisesvn-ssh-port/comment-page-1/#comment-4583</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Sun, 15 Feb 2009 14:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.supernifty.com.au/blog/?p=16#comment-4583</guid>
		<description>Thanks for this, works great - I&#039;ve copied your blog and put into mine, changed a few things to point to 443 as a port - but I&#039;ve credited you for this and I reference this on the post.  

ref : http://www.opensource-knowledge.com/?p=45</description>
		<content:encoded><![CDATA[<p>Thanks for this, works great &#8211; I&#8217;ve copied your blog and put into mine, changed a few things to point to 443 as a port &#8211; but I&#8217;ve credited you for this and I reference this on the post.  </p>
<p>ref : <a href="http://www.opensource-knowledge.com/?p=45" rel="nofollow">http://www.opensource-knowledge.com/?p=45</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Opensource knowledge &#187; Blog Archive &#187; Tortoise SVN port ssh change 443</title>
		<link>http://www.supernifty.com.au/blog/2007/09/27/hack-it-1-change-the-tortoisesvn-ssh-port/comment-page-1/#comment-4582</link>
		<dc:creator>Opensource knowledge &#187; Blog Archive &#187; Tortoise SVN port ssh change 443</dc:creator>
		<pubDate>Sun, 15 Feb 2009 11:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.supernifty.com.au/blog/?p=16#comment-4582</guid>
		<description>[...] Hack It! #1 - Change the TortoiseSVN SSH port [...]</description>
		<content:encoded><![CDATA[<p>[...] Hack It! #1 &#8211; Change the TortoiseSVN SSH port [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the__phoenix</title>
		<link>http://www.supernifty.com.au/blog/2007/09/27/hack-it-1-change-the-tortoisesvn-ssh-port/comment-page-1/#comment-2005</link>
		<dc:creator>the__phoenix</dc:creator>
		<pubDate>Mon, 13 Oct 2008 11:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.supernifty.com.au/blog/?p=16#comment-2005</guid>
		<description>Thank you very much for this hack!</description>
		<content:encoded><![CDATA[<p>Thank you very much for this hack!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unformatt</title>
		<link>http://www.supernifty.com.au/blog/2007/09/27/hack-it-1-change-the-tortoisesvn-ssh-port/comment-page-1/#comment-1629</link>
		<dc:creator>Unformatt</dc:creator>
		<pubDate>Tue, 19 Aug 2008 18:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.supernifty.com.au/blog/?p=16#comment-1629</guid>
		<description>Thanks for this - I created a batch script which you can point Tortoise at and it will pluck out the port for you and pass it to TortoisePlink

&lt;a href=&quot;http://unformatt.com/news/non-standard-ssh-ports-with-tortoise-svn/&quot; rel=&quot;nofollow&quot;&gt;http://unformatt.com/news/non-standard-ssh-ports-with-tortoise-svn/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211; I created a batch script which you can point Tortoise at and it will pluck out the port for you and pass it to TortoisePlink</p>
<p><a href="http://unformatt.com/news/non-standard-ssh-ports-with-tortoise-svn/" rel="nofollow">http://unformatt.com/news/non-standard-ssh-ports-with-tortoise-svn/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.supernifty.com.au/blog/2007/09/27/hack-it-1-change-the-tortoisesvn-ssh-port/comment-page-1/#comment-1548</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Fri, 08 Aug 2008 07:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.supernifty.com.au/blog/?p=16#comment-1548</guid>
		<description>Hi Arthur,

Thanks for the correction regarding the cause of the issue - good point. The fault lies with TortoiseSVN rather than the actual protocol.

You&#039;d think it would be a relatively easy fix, but in the meantime, just Hack It! (TM)</description>
		<content:encoded><![CDATA[<p>Hi Arthur,</p>
<p>Thanks for the correction regarding the cause of the issue &#8211; good point. The fault lies with TortoiseSVN rather than the actual protocol.</p>
<p>You&#8217;d think it would be a relatively easy fix, but in the meantime, just Hack It! (TM)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

