<?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: Using svn+ssh with RapidSVN</title>
	<atom:link href="http://www.diogogomes.com/2007/08/08/using-svnssh-with-rapidsvn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.diogogomes.com/2007/08/08/using-svnssh-with-rapidsvn/</link>
	<description>Diogo Gomes thoughts on Technology, Science and Education</description>
	<lastBuildDate>Wed, 17 Mar 2010 23:59:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: vsg</title>
		<link>http://www.diogogomes.com/2007/08/08/using-svnssh-with-rapidsvn/#comment-510</link>
		<dc:creator>vsg</dc:creator>
		<pubDate>Wed, 02 Sep 2009 13:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://dgomes.camelot.com.pt/2007/08/08/using-svnssh-with-rapidsvn/#comment-510</guid>
		<description>&gt; Anybody know if there’s a way to stop plink from popping up Windows CMD windows?

Use TortoisePlink.exe instead.</description>
		<content:encoded><![CDATA[<p>&gt; Anybody know if there’s a way to stop plink from popping up Windows CMD windows?</p>
<p>Use TortoisePlink.exe instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micha</title>
		<link>http://www.diogogomes.com/2007/08/08/using-svnssh-with-rapidsvn/#comment-440</link>
		<dc:creator>Micha</dc:creator>
		<pubDate>Mon, 23 Feb 2009 15:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://dgomes.camelot.com.pt/2007/08/08/using-svnssh-with-rapidsvn/#comment-440</guid>
		<description>Thanks for the tutorial - clunky (that&#039;s Windows, not the tutorial!) but it works.

Anybody know if there&#039;s a way to stop plink from popping up Windows CMD windows?</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial &#8211; clunky (that&#8217;s Windows, not the tutorial!) but it works.</p>
<p>Anybody know if there&#8217;s a way to stop plink from popping up Windows CMD windows?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: er0k</title>
		<link>http://www.diogogomes.com/2007/08/08/using-svnssh-with-rapidsvn/#comment-399</link>
		<dc:creator>er0k</dc:creator>
		<pubDate>Mon, 17 Nov 2008 16:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://dgomes.camelot.com.pt/2007/08/08/using-svnssh-with-rapidsvn/#comment-399</guid>
		<description>Similar problem with RapidSVN on OS X, except it just fails silently and I had no clue why. Finally figured out that I was missing /usr/libexec/ssh-askpass.

I grabbed a copy from here: http://www.jmknoble.net/software/x11-ssh-askpass/ and compiled it like this:

$ ./configure
$ xmkmf
$ make includes
$ make
$ sudo cp x11-ssh-askpass /usr/libexec/ssh-askpass</description>
		<content:encoded><![CDATA[<p>Similar problem with RapidSVN on OS X, except it just fails silently and I had no clue why. Finally figured out that I was missing /usr/libexec/ssh-askpass.</p>
<p>I grabbed a copy from here: <a href="http://www.jmknoble.net/software/x11-ssh-askpass/" rel="nofollow">http://www.jmknoble.net/software/x11-ssh-askpass/</a> and compiled it like this:</p>
<p>$ ./configure<br />
$ xmkmf<br />
$ make includes<br />
$ make<br />
$ sudo cp x11-ssh-askpass /usr/libexec/ssh-askpass</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setting up a subversion repository in 5 min. &#124; tjansson.dk</title>
		<link>http://www.diogogomes.com/2007/08/08/using-svnssh-with-rapidsvn/#comment-277</link>
		<dc:creator>Setting up a subversion repository in 5 min. &#124; tjansson.dk</dc:creator>
		<pubDate>Sat, 15 Mar 2008 15:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://dgomes.camelot.com.pt/2007/08/08/using-svnssh-with-rapidsvn/#comment-277</guid>
		<description>[...] much to ask of Windows to support SSH out of the box  so more tweaking need to make svn+ssh work: Using svn+ssh with RapidSVN   Links Version Control with Subversion (Official book)  Subversion : automating svn:keywords [...]</description>
		<content:encoded><![CDATA[<p>[...] much to ask of Windows to support SSH out of the box  so more tweaking need to make svn+ssh work: Using svn+ssh with RapidSVN   Links Version Control with Subversion (Official book)  Subversion : automating svn:keywords [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dano</title>
		<link>http://www.diogogomes.com/2007/08/08/using-svnssh-with-rapidsvn/#comment-62</link>
		<dc:creator>dano</dc:creator>
		<pubDate>Thu, 23 Aug 2007 22:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://dgomes.camelot.com.pt/2007/08/08/using-svnssh-with-rapidsvn/#comment-62</guid>
		<description>You don&#039;t have to set up a putty session before hand.  Putty has a whole suite of stuff to make things like this work more seemlessly.  I have ssh keys set up using Pageant, and all my Putty sessions use it already so I don&#039;t have to type passwords.  Plink can be set up the same way.
Setup to use Plink with an agent like this:
ssh = $SVN_SSH c:/program files/putty/plink.exe -l [username] -agent
(that&#039;s the letter el, not capital eye)</description>
		<content:encoded><![CDATA[<p>You don&#8217;t have to set up a putty session before hand.  Putty has a whole suite of stuff to make things like this work more seemlessly.  I have ssh keys set up using Pageant, and all my Putty sessions use it already so I don&#8217;t have to type passwords.  Plink can be set up the same way.<br />
Setup to use Plink with an agent like this:<br />
ssh = $SVN_SSH c:/program files/putty/plink.exe -l [username] -agent<br />
(that&#8217;s the letter el, not capital eye)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgomes</title>
		<link>http://www.diogogomes.com/2007/08/08/using-svnssh-with-rapidsvn/#comment-59</link>
		<dc:creator>dgomes</dc:creator>
		<pubDate>Wed, 08 Aug 2007 16:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://dgomes.camelot.com.pt/2007/08/08/using-svnssh-with-rapidsvn/#comment-59</guid>
		<description>Talking about crappy SVN are we :) ?

Why would I want to add clutter to microsoft crappy explorer ? Been there done that... RapidSVN is clean an sleek :)

I&#039;m going to check Mercurial by the way... ;)</description>
		<content:encoded><![CDATA[<p>Talking about crappy SVN are we <img src='http://www.diogogomes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ?</p>
<p>Why would I want to add clutter to microsoft crappy explorer ? Been there done that&#8230; RapidSVN is clean an sleek <img src='http://www.diogogomes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m going to check Mercurial by the way&#8230; <img src='http://www.diogogomes.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo Pires</title>
		<link>http://www.diogogomes.com/2007/08/08/using-svnssh-with-rapidsvn/#comment-58</link>
		<dc:creator>Paulo Pires</dc:creator>
		<pubDate>Wed, 08 Aug 2007 13:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://dgomes.camelot.com.pt/2007/08/08/using-svnssh-with-rapidsvn/#comment-58</guid>
		<description>Why wasting your time with RapidSVN when you have TortoiseSVN?

TortoiseSVN supports every SVN protocol known to man and it&#039;s even explorer.exe friendly.

http://tortoisesvn.tigris.org/

It&#039;s not that I like SVN, I much prefer Mercurial.

Cheers,
PP</description>
		<content:encoded><![CDATA[<p>Why wasting your time with RapidSVN when you have TortoiseSVN?</p>
<p>TortoiseSVN supports every SVN protocol known to man and it&#8217;s even explorer.exe friendly.</p>
<p><a href="http://tortoisesvn.tigris.org/" rel="nofollow">http://tortoisesvn.tigris.org/</a></p>
<p>It&#8217;s not that I like SVN, I much prefer Mercurial.</p>
<p>Cheers,<br />
PP</p>
]]></content:encoded>
	</item>
</channel>
</rss>
