<?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: A Better Expect Subversion Post-Commit Hook</title>
	<atom:link href="http://maymay.net/blog/2007/06/21/a-better-expect-subversion-post-commit-hook/feed/" rel="self" type="application/rss+xml" />
	<link>http://maymay.net/blog/2007/06/21/a-better-expect-subversion-post-commit-hook/</link>
	<description>The brutally honest, first-person account of Meitar Moscovitz's life.</description>
	<pubDate>Wed, 07 Jan 2009 19:28:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Meitar</title>
		<link>http://maymay.net/blog/2007/06/21/a-better-expect-subversion-post-commit-hook/comment-page-1/#comment-114582</link>
		<dc:creator>Meitar</dc:creator>
		<pubDate>Sun, 23 Mar 2008 04:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://maymay.net/blog/archives/2007/06/21/a-better-expect-subversion-post-commit-hook/#comment-114582</guid>
		<description>Sunil, the output here looks at first glance as though it's SSH, not SVN that's rejecting your password. Are you certain you've entered the correct password for the SSH user (not the SVN user) into the script at the top portion, before the "DO NOT EDIT PAST THIS LINE" line?

Also, this script expects no authentication to be necessary to do a simple `svn update`—that is to say that read-only privileges to your repository should not require a login. If they do, that's another story, but again, it looks as though it's SSH, not SVN that's having trouble authenticating in your case.</description>
		<content:encoded><![CDATA[<p>Sunil, the output here looks at first glance as though it&#8217;s <acronym title="Secure SHell">SSH</acronym>, not SVN that&#8217;s rejecting your password. Are you certain you&#8217;ve entered the correct password for the <acronym title="Secure SHell">SSH</acronym> user (not the SVN user) into the script at the top portion, before the &#8220;DO NOT EDIT PAST THIS LINE&#8221; line?</p>
<p>Also, this script expects no authentication to be necessary to do a simple `svn update`—that is to say that read-only privileges to your repository should not require a login. If they do, that&#8217;s another story, but again, it looks as though it&#8217;s <acronym title="Secure SHell">SSH</acronym>, not SVN that&#8217;s having trouble authenticating in your case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunil</title>
		<link>http://maymay.net/blog/2007/06/21/a-better-expect-subversion-post-commit-hook/comment-page-1/#comment-114544</link>
		<dc:creator>sunil</dc:creator>
		<pubDate>Fri, 21 Mar 2008 08:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://maymay.net/blog/archives/2007/06/21/a-better-expect-subversion-post-commit-hook/#comment-114544</guid>
		<description>My SVN server also asks for password. Can you provide me a patch where I can auto fill the SVN password when prompted.

With this script I am getting the following error:
------------------------------------
spawn /usr/bin/ssh user@serverIP /usr/bin/svn update /home/user/test-svn/
user@serverIP's password:
Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,gssapi-with-mic,password).
svn: Connection closed unexpectedly
An unexpected error has occured. The process at spawn ID exp6 has produced the following output:

Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,gssapi-with-mic,password).
svn: Connection closed unexpectedly
-----------------------

Here "Permission denied, please try again. Permission denied (publickey,gssapi-with-mic,password). svn: Connection closed unexpectedly" error is because my SVN user has a password.

Hope I am able to make my self clear.</description>
		<content:encoded><![CDATA[<p>My SVN server also asks for password. Can you provide me a patch where I can auto fill the SVN password when prompted.</p>
<p>With this script I am getting the following error:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
spawn /usr/bin/ssh user@serverIP /usr/bin/svn update /home/user/test-svn/<br />
user@serverIP&#8217;s password:<br />
Permission denied, please try again.<br />
Permission denied, please try again.<br />
Permission denied (publickey,gssapi-with-mic,password).<br />
svn: Connection closed unexpectedly<br />
An unexpected error has occured. The process at spawn ID exp6 has produced the following output:</p>
<p>Permission denied, please try again.<br />
Permission denied, please try again.<br />
Permission denied (publickey,gssapi-with-mic,password).<br />
svn: Connection closed unexpectedly<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Here &#8220;Permission denied, please try again. Permission denied (publickey,gssapi-with-mic,password). svn: Connection closed unexpectedly&#8221; error is because my SVN user has a password.</p>
<p>Hope I am able to make my self clear.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
