<?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>Mimijidi &#187; subversion</title>
	<atom:link href="http://otherside.mimijidi.com/entries/tag/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://otherside.mimijidi.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Jun 2010 11:50:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ssh-askpass on Mac OS X</title>
		<link>http://otherside.mimijidi.com/entries/ssh-askpass-on-mac-os-x/</link>
		<comments>http://otherside.mimijidi.com/entries/ssh-askpass-on-mac-os-x/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 16:37:29 +0000</pubDate>
		<dc:creator>Zhen Sun</dc:creator>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[bbedit]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[ssh-askpass]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://otherside.mimijidi.com/entries/ssh-askpass-on-mac-os-x/</guid>
		<description><![CDATA[Got a lot of errors like: ssh_askpass: exec(/usr/local/libexec/ssh-askpass): No such file or directory while I was using subversion in BBEdit trying to update my working copy. Well, actually I don&#8217;t have ssh-askpass in that path, and I don&#8217;t know here I can get it. But lately I found I successfully update my working copy using [...]]]></description>
			<content:encoded><![CDATA[<p>Got a lot of errors like:</p>

<blockquote>
  <p><code>ssh_askpass:  exec(/usr/local/libexec/ssh-askpass):  No such file or directory</code></p>
</blockquote>

<p>while I was using subversion in BBEdit trying to update my working copy.</p>

<p>Well, actually I don&#8217;t have ssh-askpass in that path, and I don&#8217;t know here I can get it. But lately I found I successfully update my working copy using <a href="http://versionsapp.com/">Versions</a> or <a href="http://www.zennaware.com/cornerstone/">Cornerstone</a>. BTW they are all good applications with great UI. So I digged into Cornerstone&#8217;s content folder and found that it has a helper application inside called &#8220;SSHAskPass&#8221;. How wonderful~! Immedially I created a symbolic link using <code>ln -s /Applications/Cornerstone.app/Contents/Helpers/SSHAskPass.app/Contents/MacOS/ssh-askpass ssh-askpass</code> in /usr/libexec.</p>

<p>Works perfect in BBEdit now.</p>
]]></content:encoded>
			<wfw:commentRss>http://otherside.mimijidi.com/entries/ssh-askpass-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

