<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Erik Fantasia</title>
	<atom:link href="http://erikfantasia.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://erikfantasia.wordpress.com</link>
	<description>All things geekery.</description>
	<lastBuildDate>Fri, 27 Nov 2009 09:09:17 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Subversion on GoDaddy shared hosting by Phill</title>
		<link>http://erikfantasia.wordpress.com/2009/03/18/subversion-on-godaddy-shared-hosting/#comment-1270</link>
		<dc:creator>Phill</dc:creator>
		<pubDate>Fri, 27 Nov 2009 09:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://erikfantasia.wordpress.com/?p=58#comment-1270</guid>
		<description>Hi Erik,

Can you please explain what we need to do after we install it?
I&#039;m obviously not an expert, I&#039;ve never user linux and I just started using svn at work.
I usually have an url to which to link to, like:
https://svn.mydomain.com
Which domain should I use and how to create repositories?

Regards.</description>
		<content:encoded><![CDATA[<p>Hi Erik,</p>
<p>Can you please explain what we need to do after we install it?<br />
I&#8217;m obviously not an expert, I&#8217;ve never user linux and I just started using svn at work.<br />
I usually have an url to which to link to, like:<br />
<a href="https://svn.mydomain.com" rel="nofollow">https://svn.mydomain.com</a><br />
Which domain should I use and how to create repositories?</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Subversion on GoDaddy shared hosting by Bikash Shah &#187; Blog Archive</title>
		<link>http://erikfantasia.wordpress.com/2009/03/18/subversion-on-godaddy-shared-hosting/#comment-1269</link>
		<dc:creator>Bikash Shah &#187; Blog Archive</dc:creator>
		<pubDate>Wed, 28 Oct 2009 14:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://erikfantasia.wordpress.com/?p=58#comment-1269</guid>
		<description>[...] yet, but just thanked me for suggesting !!!  I then looked around the web and found this&#160;http://erikfantasia.wordpress.com/2009/03/18/subversion-on-godaddy-shared-hosting/&#160;. This cast a ray of hope.  So, I enabled SSH in my account. My account was &#8220;pending [...]</description>
		<content:encoded><![CDATA[<p>[...] yet, but just thanked me for suggesting !!!  I then looked around the web and found this&nbsp;http://erikfantasia.wordpress.com/2009/03/18/subversion-on-godaddy-shared-hosting/&nbsp;. This cast a ray of hope.  So, I enabled SSH in my account. My account was &#8220;pending [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Subversion on GoDaddy shared hosting by Bikash</title>
		<link>http://erikfantasia.wordpress.com/2009/03/18/subversion-on-godaddy-shared-hosting/#comment-1268</link>
		<dc:creator>Bikash</dc:creator>
		<pubDate>Wed, 28 Oct 2009 11:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://erikfantasia.wordpress.com/?p=58#comment-1268</guid>
		<description>It Worked! But I am not sure, you mean this is only the client? Can I use it in anyway as a svn server?

Thanks!</description>
		<content:encoded><![CDATA[<p>It Worked! But I am not sure, you mean this is only the client? Can I use it in anyway as a svn server?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Subversion on GoDaddy shared hosting by Pierre-Olivier Charlebois</title>
		<link>http://erikfantasia.wordpress.com/2009/03/18/subversion-on-godaddy-shared-hosting/#comment-1267</link>
		<dc:creator>Pierre-Olivier Charlebois</dc:creator>
		<pubDate>Mon, 26 Oct 2009 21:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://erikfantasia.wordpress.com/?p=58#comment-1267</guid>
		<description>Thanks Erik, it worked like a charm!

As mentionned, you will need your svn to listen to port 80 or 443. 
If you are running the svnserve service, you can add &quot;--listen-port 80&quot; as start arguments.  Otherwise, I setup my router to redirect incoming traffic on port 80 to intranet port 3690.  You will then be able to checkout on the host svn://yourhost:80/yourrepos without changing any configs on your server. 

Good luck!</description>
		<content:encoded><![CDATA[<p>Thanks Erik, it worked like a charm!</p>
<p>As mentionned, you will need your svn to listen to port 80 or 443.<br />
If you are running the svnserve service, you can add &#8220;&#8211;listen-port 80&#8243; as start arguments.  Otherwise, I setup my router to redirect incoming traffic on port 80 to intranet port 3690.  You will then be able to checkout on the host svn://yourhost:80/yourrepos without changing any configs on your server. </p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Subversion on GoDaddy shared hosting by Mike Jutan</title>
		<link>http://erikfantasia.wordpress.com/2009/03/18/subversion-on-godaddy-shared-hosting/#comment-1266</link>
		<dc:creator>Mike Jutan</dc:creator>
		<pubDate>Mon, 26 Oct 2009 08:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://erikfantasia.wordpress.com/?p=58#comment-1266</guid>
		<description>Hey Erik,

Thanks a bunch buddy for all the great setup! I was trying to get p4 or CVS access and without sudo there isn&#039;t much you can do in that realm it seemed... thanks a bunch for this, this is super helpful.</description>
		<content:encoded><![CDATA[<p>Hey Erik,</p>
<p>Thanks a bunch buddy for all the great setup! I was trying to get p4 or CVS access and without sudo there isn&#8217;t much you can do in that realm it seemed&#8230; thanks a bunch for this, this is super helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Subversion on GoDaddy shared hosting by rob</title>
		<link>http://erikfantasia.wordpress.com/2009/03/18/subversion-on-godaddy-shared-hosting/#comment-1263</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Sat, 17 Oct 2009 21:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://erikfantasia.wordpress.com/?p=58#comment-1263</guid>
		<description>Um yah.  &quot;-bash: svnadmin: command not found&quot;
hmmmm...</description>
		<content:encoded><![CDATA[<p>Um yah.  &#8220;-bash: svnadmin: command not found&#8221;<br />
hmmmm&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Subversion on GoDaddy shared hosting by Dennis</title>
		<link>http://erikfantasia.wordpress.com/2009/03/18/subversion-on-godaddy-shared-hosting/#comment-1259</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 08 Oct 2009 05:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://erikfantasia.wordpress.com/?p=58#comment-1259</guid>
		<description>Erik,

Looks like they have come out with a new version.  Will you be updating your tar file?  Thank you for taking the time to post this information.  Very helpful!</description>
		<content:encoded><![CDATA[<p>Erik,</p>
<p>Looks like they have come out with a new version.  Will you be updating your tar file?  Thank you for taking the time to post this information.  Very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Subversion on GoDaddy shared hosting by Noel</title>
		<link>http://erikfantasia.wordpress.com/2009/03/18/subversion-on-godaddy-shared-hosting/#comment-1258</link>
		<dc:creator>Noel</dc:creator>
		<pubDate>Wed, 07 Oct 2009 14:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://erikfantasia.wordpress.com/?p=58#comment-1258</guid>
		<description>Thanks, Erik -- much appreciated.

@Alex, what is your problem?  You want a full subversion tutorial, look elsewhere.</description>
		<content:encoded><![CDATA[<p>Thanks, Erik &#8212; much appreciated.</p>
<p>@Alex, what is your problem?  You want a full subversion tutorial, look elsewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Subversion on GoDaddy shared hosting by Alex</title>
		<link>http://erikfantasia.wordpress.com/2009/03/18/subversion-on-godaddy-shared-hosting/#comment-1255</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 16 Sep 2009 19:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://erikfantasia.wordpress.com/?p=58#comment-1255</guid>
		<description>This tutorial sucks. Can you show us how to actually USE this SVN once its up?</description>
		<content:encoded><![CDATA[<p>This tutorial sucks. Can you show us how to actually USE this SVN once its up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Subversion on GoDaddy shared hosting by 如何在GODADDY的SHARED HOSTING空间里增加SVN &#171; 兜风而已</title>
		<link>http://erikfantasia.wordpress.com/2009/03/18/subversion-on-godaddy-shared-hosting/#comment-1252</link>
		<dc:creator>如何在GODADDY的SHARED HOSTING空间里增加SVN &#171; 兜风而已</dc:creator>
		<pubDate>Fri, 14 Aug 2009 08:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://erikfantasia.wordpress.com/?p=58#comment-1252</guid>
		<description>[...] 参考地址:http://erikfantasia.wordpress.com/2009/03/18/subversion-on-godaddy-shared-hosting/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 参考地址:http://erikfantasia.wordpress.com/2009/03/18/subversion-on-godaddy-shared-hosting/ [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
