<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Josh Harrison &#187; Eclipse</title>
	<atom:link href="http://picklewagon.com/category/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://picklewagon.com</link>
	<description>Not Bad For A Vampire</description>
	<lastBuildDate>Thu, 10 May 2012 06:29:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Using Media Temple&#8217;s Subversion Repository With Eclipse</title>
		<link>http://picklewagon.com/2007/01/14/using-media-temples-subversion-repository-with-eclipse/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-media-temples-subversion-repository-with-eclipse</link>
		<comments>http://picklewagon.com/2007/01/14/using-media-temples-subversion-repository-with-eclipse/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 06:48:40 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/2007/01/14/using-media-temples-subversion-repository-with-eclipse/</guid>
		<description><![CDATA[A few months ago I started using Media Temple as a web host. I first heard about it on the TalkCrunch podcast with Michael Arrington (Media Temple Launches Grid Server). After looking at other hosting companies I decided to give &#8230; <a href="http://picklewagon.com/2007/01/14/using-media-temples-subversion-repository-with-eclipse/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A few months ago I started using <a href="http://www.mediatemple.net/">Media Temple</a> as a web host. I first heard about it on the <a href="http://talkcrunch.com/">TalkCrunch podcast</a> with <a href="http://en.wikipedia.org/wiki/Michael_Arrington">Michael Arrington</a> (<a href="http://www.talkcrunch.com/2006/10/17/mediatemple-launches-grid-server/">Media Temple Launches Grid Server</a>). After looking at other hosting companies I decided to give it a shot. One of the deciding factors was the fact that I could setup a <a href="http://subversion.tigris.org/">subversion</a> repository for my projects.</p>
<p>I have had the account for a few months and haven&#8217;t taken advantage up to this point. I tried a few times before but quickly found out each time that it would take more than a few minutes to setup. I decided to take the time to finally do it. It wasn&#8217;t difficult-it just took a little time.</p>
<p>Please note that I did this on a Windows XP computer.</p>
<p>I had two requirements for the project:</p>
<ol>
<li>Setup the subversion repository.</li>
<li>Use <a href="http://www.eclipse.org/">eclipse</a> to perform the updates, etc.</li>
</ol>
<p>I first started out by reading a doc (<a href="http://kb.mediatemple.net/article.php?id=143">How to Setup a Subversion Repository</a>) in Media Temple&#8217;s knowledge base. It explains how to set up your repository on the command line. The doc does a good job of explaining everything if you are going to use the command line to commit your code. In my case the doc is overkill since I will be using eclipse to do everything.</p>
<p>The only thing that was necessary was to create the directory where your repository will exist. I decided to name my repository &#8216;subversion&#8217;. You can be more original if you would like.</p>
<p>Next I moved to getting eclipse to work with the repository. You&#8217;ll need <a href="http://subclipse.tigris.org/">Subclipse</a>, an eclipse plugin that adds Subversion integration to the eclipse IDE.</p>
<p>Since you must have SSH access enable to access your repository, you will add an appropriate connection string when creating a new subversion repository inside eclipse. I used this template for my connection string:</p>
<pre style="font-size:10px;">svn+ssh://serveradmin%25&lt;customerdomain.com&gt;@&lt;customerdomain.com&gt;/home/&lt;site_number&gt;/data/&lt;repo-name&gt;</pre>
<p>Be sure to substitute your actual domain for &#8216;&lt;customerdomain.com&gt;&#8217; (twice), your actual site number for &#8216;&lt;site_number&gt;&#8217; and your repository name for &#8216;&lt;repo-name&gt;&#8217;.</p>
<p>If you need help on how to create a Subversion repository inside eclipse, refer to the <a href="http://svn.collab.net/subclipse/help/index.jsp">help docs</a>.</p>
<p>After doing this and trying to connect to the repository, I was getting the following error inside eclipse:
<pre style="font-size:10px;">The system cannot find the file specified.
svn: Canâ€™t create tunnel: The system cannot find the file specified.</pre>
<p>This basically means that you need an SSH executable. I tried to get it to work with putty but I was unsuccessful. I did, however get it to work with <a href="http://tortoisesvn.net/">TortoiseSVN</a>. I found <a href="http://www.tylek.org/?p=144">a good write-up</a> explaining how to get everything configured correctly.</p>
<p>After all of that, I was able to successfully upload a few of my projects to the repository. As a porgrammer, I have been needing and wanting to do this for a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2007/01/14/using-media-temples-subversion-repository-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

