<?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: Installing Subversion on Bluehost</title>
	<atom:link href="http://www.pioverpi.net/2009/06/18/installing-subversion-on-bluehost/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pioverpi.net/2009/06/18/installing-subversion-on-bluehost/</link>
	<description>...but that&#039;s just one!</description>
	<lastBuildDate>Thu, 20 Oct 2011 21:26:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Subversion on Bluehost &#38; TortoiseSVN SSH Connection &#124; Totoro</title>
		<link>http://www.pioverpi.net/2009/06/18/installing-subversion-on-bluehost/comment-page-1/#comment-13377</link>
		<dc:creator>Subversion on Bluehost &#38; TortoiseSVN SSH Connection &#124; Totoro</dc:creator>
		<pubDate>Fri, 05 Aug 2011 07:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=870#comment-13377</guid>
		<description>[...] [7] http://www.pioverpi.net/2009/06/18/installing-subversion-on-bluehost/ The second link and the last link also introduce how to set TortoiseSVN via SSH to the subversion [...]</description>
		<content:encoded><![CDATA[<p>[...] [7] <a href="http://www.pioverpi.net/2009/06/18/installing-subversion-on-bluehost/" rel="nofollow">http://www.pioverpi.net/2009/06/18/installing-subversion-on-bluehost/</a> The second link and the last link also introduce how to set TortoiseSVN via SSH to the subversion [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian L</title>
		<link>http://www.pioverpi.net/2009/06/18/installing-subversion-on-bluehost/comment-page-1/#comment-5328</link>
		<dc:creator>Ian L</dc:creator>
		<pubDate>Thu, 04 Feb 2010 04:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=870#comment-5328</guid>
		<description>After lots of retrying, I think the problem lied where I thought I could create the repository in a subdirectory of home (namely public_html)... Which was leading to problems.

I did it again a little bit differently

cd ~
svnadmin create svn

Then in subclipse:
1. Right click on your project
2. Team --&gt; Share Project
3. Fill in:
svn+ssh://username@domain/home/username/svn
username: username
password: password

This allowed me to create &amp; commit a project WITHIN the svn repository.

Thank you very much for the tutorial.</description>
		<content:encoded><![CDATA[<p>After lots of retrying, I think the problem lied where I thought I could create the repository in a subdirectory of home (namely public_html)&#8230; Which was leading to problems.</p>
<p>I did it again a little bit differently</p>
<p>cd ~<br />
svnadmin create svn</p>
<p>Then in subclipse:<br />
1. Right click on your project<br />
2. Team &#8211;&gt; Share Project<br />
3. Fill in:<br />
svn+ssh://username@domain/home/username/svn<br />
username: username<br />
password: password</p>
<p>This allowed me to create &amp; commit a project WITHIN the svn repository.</p>
<p>Thank you very much for the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jama22</title>
		<link>http://www.pioverpi.net/2009/06/18/installing-subversion-on-bluehost/comment-page-1/#comment-5326</link>
		<dc:creator>jama22</dc:creator>
		<pubDate>Thu, 04 Feb 2010 02:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=870#comment-5326</guid>
		<description>Um, I&#039;m actually not too sure!  I&#039;m a bit of a web noob, but I would think that your checkout path would look something more like svn+ssh://username@svn.hidden2010.com/  unless ur repo name is hidden, in which case that explains the 2nd line svn: No repository found in &#039;svn+ssh://svn.hidden2010.com/hidden

My next suggestion would be to do a checkout using the &quot;full&quot; path, that is svn+ssh://hidden2010.com/home/username/public_html/svn/ to see if that works.  If it works well at least you know the repo is up and running.  

Sorry if I couldn&#039;t be more helpful :S</description>
		<content:encoded><![CDATA[<p>Um, I&#8217;m actually not too sure!  I&#8217;m a bit of a web noob, but I would think that your checkout path would look something more like svn+ssh://username@svn.hidden2010.com/  unless ur repo name is hidden, in which case that explains the 2nd line svn: No repository found in &#8216;svn+ssh://svn.hidden2010.com/hidden</p>
<p>My next suggestion would be to do a checkout using the &#8220;full&#8221; path, that is svn+ssh://hidden2010.com/home/username/public_html/svn/ to see if that works.  If it works well at least you know the repo is up and running.  </p>
<p>Sorry if I couldn&#8217;t be more helpful :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian L</title>
		<link>http://www.pioverpi.net/2009/06/18/installing-subversion-on-bluehost/comment-page-1/#comment-5325</link>
		<dc:creator>Ian L</dc:creator>
		<pubDate>Thu, 04 Feb 2010 02:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=870#comment-5325</guid>
		<description>Great tutorial!  I think I have everything set up properly remotely but I am having problems with Subclipse.  

When you create your repository:
svn+ssh://username@hostname/homeX/username/repos/project_name/

Let&#039;s say I created a subdomain called svn.hidden2010.com which points to /home/username/public_html/svn

When I try
svn+ssh://username@svn.hidden2010.com this should be the same thing right?

However, I get the following error:
Location information has been specified incorrectly

svn: No repository found in &#039;svn+ssh://svn.hidden2010.com/hidden

Keep location anyway?</description>
		<content:encoded><![CDATA[<p>Great tutorial!  I think I have everything set up properly remotely but I am having problems with Subclipse.  </p>
<p>When you create your repository:<br />
svn+ssh://username@hostname/homeX/username/repos/project_name/</p>
<p>Let&#8217;s say I created a subdomain called svn.hidden2010.com which points to /home/username/public_html/svn</p>
<p>When I try<br />
svn+ssh://username@svn.hidden2010.com this should be the same thing right?</p>
<p>However, I get the following error:<br />
Location information has been specified incorrectly</p>
<p>svn: No repository found in &#8216;svn+ssh://svn.hidden2010.com/hidden</p>
<p>Keep location anyway?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Pierre Levac</title>
		<link>http://www.pioverpi.net/2009/06/18/installing-subversion-on-bluehost/comment-page-1/#comment-4025</link>
		<dc:creator>Jean-Pierre Levac</dc:creator>
		<pubDate>Mon, 28 Sep 2009 22:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=870#comment-4025</guid>
		<description>Cool post, thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Cool post, thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subverion for the host-less &#124; Pi/Pi</title>
		<link>http://www.pioverpi.net/2009/06/18/installing-subversion-on-bluehost/comment-page-1/#comment-2060</link>
		<dc:creator>Subverion for the host-less &#124; Pi/Pi</dc:creator>
		<pubDate>Fri, 26 Jun 2009 08:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=870#comment-2060</guid>
		<description>[...] follow up on my previous post, if you don&#8217;t have a hosting service but would still like to set up Subversion for your own [...]</description>
		<content:encoded><![CDATA[<p>[...] follow up on my previous post, if you don&#8217;t have a hosting service but would still like to set up Subversion for your own [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setting up your own Subversion Server &#171; Memories Leave</title>
		<link>http://www.pioverpi.net/2009/06/18/installing-subversion-on-bluehost/comment-page-1/#comment-2043</link>
		<dc:creator>Setting up your own Subversion Server &#171; Memories Leave</dc:creator>
		<pubDate>Fri, 26 Jun 2009 00:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=870#comment-2043</guid>
		<description>[...] My friend James Ma has a great post on setting up SVN on BlueHost: http://www.pioverpi.net/2009/06/18/installing-subversion-on-bluehost/ [...]</description>
		<content:encoded><![CDATA[<p>[...] My friend James Ma has a great post on setting up SVN on BlueHost: http://www.pioverpi.net/2009/06/18/installing-subversion-on-bluehost/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.pioverpi.net/2009/06/18/installing-subversion-on-bluehost/comment-page-1/#comment-1940</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 23 Jun 2009 02:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.pioverpi.net/?p=870#comment-1940</guid>
		<description>Great tut James. I&#039;m on hosted by hostmonster and since bluehost is run by the same guy (see www.mattheaton.com) this may come in handy for me in the near future.</description>
		<content:encoded><![CDATA[<p>Great tut James. I&#8217;m on hosted by hostmonster and since bluehost is run by the same guy (see <a href="http://www.mattheaton.com" rel="nofollow">http://www.mattheaton.com</a>) this may come in handy for me in the near future.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

