<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Bouncing my Web Sites</title>
	<link>http://alexking.org/blog/2007/06/14/bouncing-my-web-sites</link>
	<description>Alex King's blog - software, photography, sports, etc.</description>
	<pubDate>Sun, 07 Sep 2008 12:30:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Shivaji</title>
		<link>http://alexking.org/blog/2007/06/14/bouncing-my-web-sites#comment-56711</link>
		<dc:creator>Shivaji</dc:creator>
		<pubDate>Fri, 15 Jun 2007 10:42:43 +0000</pubDate>
		<guid>http://alexking.org/blog/2007/06/14/bouncing-my-web-sites#comment-56711</guid>
		<description>You are great</description>
		<content:encoded><![CDATA[<p>You are great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2007/06/14/bouncing-my-web-sites#comment-56706</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 14 Jun 2007 19:38:48 +0000</pubDate>
		<guid>http://alexking.org/blog/2007/06/14/bouncing-my-web-sites#comment-56706</guid>
		<description>That's a good tip, unfortunately for a variety of reasons it won't work for me in this case. Definitely good info for the future though.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good tip, unfortunately for a variety of reasons it won&#8217;t work for me in this case. Definitely good info for the future though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tienshiao</title>
		<link>http://alexking.org/blog/2007/06/14/bouncing-my-web-sites#comment-56705</link>
		<dc:creator>Tienshiao</dc:creator>
		<pubDate>Thu, 14 Jun 2007 19:36:54 +0000</pubDate>
		<guid>http://alexking.org/blog/2007/06/14/bouncing-my-web-sites#comment-56705</guid>
		<description>If you run SVN over SSH, you can use "aliases" in your ssh configuration (~/.ssh/config).

What I typically have is something like:
Host svn
HostName real.svn.hostname
User user_for_this_machine

Then I would use:
svn co svn+ssh://svn/var/svnroot/project/trunk
instead of:
svn co svn+ssh://real.svn.hostname/var/svnroot/project/trunk

Later, moving the repository just involves updating the ssh configuration.</description>
		<content:encoded><![CDATA[<p>If you run SVN over SSH, you can use &#8220;aliases&#8221; in your ssh configuration (~/.ssh/config).</p>
<p>What I typically have is something like:<br />
Host svn<br />
HostName real.svn.hostname<br />
User user_for_this_machine</p>
<p>Then I would use:<br />
svn co svn+ssh://svn/var/svnroot/project/trunk<br />
instead of:<br />
svn co svn+ssh://real.svn.hostname/var/svnroot/project/trunk</p>
<p>Later, moving the repository just involves updating the ssh configuration.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
