<?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>Unlikely Teacher &#187; SVN</title>
	<atom:link href="http://unlikelyteacher.com/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://unlikelyteacher.com</link>
	<description>1. Share Everything* [Programming Gotchas, Technology News, Insights on Living and Everything in Between]</description>
	<lastBuildDate>Fri, 03 Sep 2010 04:12:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Eclipse 3.5 Galileo and SVN (Subversive)</title>
		<link>http://unlikelyteacher.com/2009/10/01/eclipse-galileo-and-svn-subversive/</link>
		<comments>http://unlikelyteacher.com/2009/10/01/eclipse-galileo-and-svn-subversive/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 03:55:01 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Galileo]]></category>
		<category><![CDATA[Subversive]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://unlikelyteacher.com/?p=483</guid>
		<description><![CDATA[With Subversive being an official Eclipse project (2007) and the recent Eclipse 3.5 Galileo release (2009), you may be wondering why Eclipse still does not have SVN support built-in. But don&#8217;t fuss, because it&#8217;s not that hard to configure SVN support (using Subversive) with a few simple steps. This document aims to guide you with [...]]]></description>
			<content:encoded><![CDATA[<p>With Subversive being an official Eclipse project (2007) and the recent Eclipse 3.5 Galileo release (2009), you may be wondering why Eclipse still does not have SVN support built-in.</p>
<p>But don&#8217;t fuss, because it&#8217;s not that hard to configure SVN support (using Subversive) with a few simple steps. This document aims to guide you with the install process.</p>
<p>The first time you try to run Eclipse Galileo and click any of the update sites, you&#8217;ll probably receive the &#8220;Unable to read repository at &#8230;&#8221; error like what is shown below:</p>
<p><img class="aligncenter size-full wp-image-487" title="Update Error" src="http://unlikelyteacher.com/wp-content/uploads/2009/10/UpdateError-resized.png" alt="Update Error" width="500" height="445" /></p>
<p>To fix this problem, simply select &#8220;Galileo&#8221; (or any other update site you wish to use) from the &#8220;Available Software Sites&#8221; link (Help&gt;Install New Software) and click the &#8220;Test Connection&#8221; option on the right.</p>
<p><img class="aligncenter size-full wp-image-488" title="Test Connection" src="http://unlikelyteacher.com/wp-content/uploads/2009/10/TestConnection-resized.png" alt="Test Connection" width="550" height="388" /></p>
<p>Click &#8220;OK&#8221; when done and select &#8220;Galileo&#8221; from the &#8220;Available Software&#8221; dropdown.</p>
<p><img class="aligncenter size-full wp-image-490" title="Available Software" src="http://unlikelyteacher.com/wp-content/uploads/2009/10/AvailableSoftware-resized.png" alt="Available Software" width="510" height="454" /></p>
<p>From the Galileo Update site, choose &#8220;Collaboration &gt; Subversive SVN Team Provider&#8221;.</p>
<p><img class="aligncenter size-full wp-image-492" title="Collaboration Subversive" src="http://unlikelyteacher.com/wp-content/uploads/2009/10/CollaborationSubversive-resized.png" alt="Collaboration Subversive" width="600" height="272" /></p>
<p>Click Finish/OK when done. Due to licensing restrictions, the connectors need to be installed using another update site.</p>
<p>To do this, simply &#8220;Add&#8221; the &#8220;Subversive SVN Connectors&#8221; Update Site: http://community.polarion.com/projects/subversive/download/eclipse/2.0/galileo-site/</p>
<p><img class="aligncenter size-full wp-image-493" title="Add Subversive Connectors Update Site" src="http://unlikelyteacher.com/wp-content/uploads/2009/10/AddSubversiveConnectorsUpdateSite.png" alt="Add Subversive Connectors Update Site" width="408" height="169" /></p>
<p>Select the Subversion Connectors you need (select all if you&#8217;re not sure which ones) and Install.</p>
<p><img class="aligncenter size-full wp-image-496" title="Select Subversive Connectors" src="http://unlikelyteacher.com/wp-content/uploads/2009/10/SelectSubversiveConnectors-resized.png" alt="Select Subversive Connectors" width="550" height="550" /></p>
<p>After the installation process, you will be  asked for restart of a Eclipse for the changes to take effect.</p>
<p>To see the available options for SVN, open the &#8220;SVN Repository Exploring&#8221; perspective.</p>
<p><img class="aligncenter size-full wp-image-500" title="SVN Repository Exploring Perspective" src="http://unlikelyteacher.com/wp-content/uploads/2009/10/SVNPerspective.png" alt="SVN Repository Exploring Perspective" width="427" height="219" /></p>
<p>Hope this helps. Comments and feedback are much appreciated.</p>
<p>Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://unlikelyteacher.com/2009/10/01/eclipse-galileo-and-svn-subversive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SVN+SSH</title>
		<link>http://unlikelyteacher.com/2008/02/08/svnssh/</link>
		<comments>http://unlikelyteacher.com/2008/02/08/svnssh/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 07:32:40 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Pageant]]></category>
		<category><![CDATA[Putty]]></category>
		<category><![CDATA[PuttyGen]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[TortoiseSVN]]></category>

		<guid isPermaLink="false">http://dayg.wordpress.com/?p=30</guid>
		<description><![CDATA[For the past few hours, I&#8217;ve been trying to figure out how to get rid of the &#8220;multiple password prompts&#8221; from TortoiseSVN when trying to view a remote repository using svn+ssh. I&#8217;ve tried to follow a couple of well documented resources, but I can&#8217;t seem to make it work. I&#8217;m currently getting a &#8220;Server refused [...]]]></description>
			<content:encoded><![CDATA[<p>For the past few hours, I&#8217;ve been trying to figure out how to get rid of the &#8220;multiple password prompts&#8221; from <a href="http://tortoisesvn.tigris.org/" target="_blank">TortoiseSVN</a> when trying to view a remote repository using svn+ssh.</p>
<p>I&#8217;ve tried to follow a couple of well documented resources, but I can&#8217;t seem to make it work. I&#8217;m currently getting a &#8220;Server refused our key&#8221; message.</p>
<ul>
<li><a href="http://www.oreilly.com/pub/h/66" target="_blank"><span class="hdr3">Quick Logins with ssh Client Keys</span></a></li>
<li><a href="http://tortoisesvn.net/node/35" target="_blank">I am getting the password dialog over and over again</a></li>
<li><a href="http://andremolnar.com/how_to_set_up_ssh_keys_with_putty_and_not_get_server_refused_our_key" target="_blank">How to setup SSH keys</a></li>
</ul>
<p>I&#8217;ll just probably try again later.</p>
]]></content:encoded>
			<wfw:commentRss>http://unlikelyteacher.com/2008/02/08/svnssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
