<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Tired of entering you svn password everytime?</title>
	<link>http://blog.philippinedev.com/2008/01/18/tired-of-entering-you-svn-password-everytime/</link>
	<description>a christian web developer's random writings</description>
	<pubDate>Tue, 07 Sep 2010 09:46:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Jeff Geerling</title>
		<link>http://blog.philippinedev.com/2008/01/18/tired-of-entering-you-svn-password-everytime/#comment-31889</link>
		<dc:creator>Jeff Geerling</dc:creator>
		<pubDate>Fri, 05 Mar 2010 15:03:56 +0000</pubDate>
		<guid>http://blog.philippinedev.com/2008/01/18/tired-of-entering-you-svn-password-everytime/#comment-31889</guid>
		<description>Thanks for this writeup! It's a pain to have to use the password for every commit (now more than 245), and it's my laziness that held me back from setting up the key pair - now it works great!</description>
		<content:encoded><![CDATA[<p>Thanks for this writeup! It&#8217;s a pain to have to use the password for every commit (now more than 245), and it&#8217;s my laziness that held me back from setting up the key pair - now it works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheng Lee</title>
		<link>http://blog.philippinedev.com/2008/01/18/tired-of-entering-you-svn-password-everytime/#comment-31831</link>
		<dc:creator>Cheng Lee</dc:creator>
		<pubDate>Thu, 04 Mar 2010 16:18:01 +0000</pubDate>
		<guid>http://blog.philippinedev.com/2008/01/18/tired-of-entering-you-svn-password-everytime/#comment-31831</guid>
		<description>I'd like to add a step in case it didn't work with the instructions above. If you are still being asked for the password then you need to check the file permissions for the files in ~/.ssh

If those files are readable/writable by the group/world then it won't work. You need to do this:

 chmod -R go-rw ~/.ssh

Source: http://mah.everybody.org/docs/ssh</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to add a step in case it didn&#8217;t work with the instructions above. If you are still being asked for the password then you need to check the file permissions for the files in ~/.ssh</p>
<p>If those files are readable/writable by the group/world then it won&#8217;t work. You need to do this:</p>
<p> chmod -R go-rw ~/.ssh</p>
<p>Source: <a href="http://mah.everybody.org/docs/ssh" rel="nofollow">http://mah.everybody.org/docs/ssh</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo</title>
		<link>http://blog.philippinedev.com/2008/01/18/tired-of-entering-you-svn-password-everytime/#comment-6883</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Fri, 27 Feb 2009 15:05:43 +0000</pubDate>
		<guid>http://blog.philippinedev.com/2008/01/18/tired-of-entering-you-svn-password-everytime/#comment-6883</guid>
		<description>I had the same problem but I fix it in another way.
I removed my subversion profile: sudo rm -rf  ~/.subversion
use a svn command to regenerate it and now it worked.</description>
		<content:encoded><![CDATA[<p>I had the same problem but I fix it in another way.<br />
I removed my subversion profile: sudo rm -rf  ~/.subversion<br />
use a svn command to regenerate it and now it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond</title>
		<link>http://blog.philippinedev.com/2008/01/18/tired-of-entering-you-svn-password-everytime/#comment-55</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Wed, 23 Apr 2008 09:26:54 +0000</pubDate>
		<guid>http://blog.philippinedev.com/2008/01/18/tired-of-entering-you-svn-password-everytime/#comment-55</guid>
		<description>talv, I'm glad to know this article was useful for you!</description>
		<content:encoded><![CDATA[<p>talv, I&#8217;m glad to know this article was useful for you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: talv</title>
		<link>http://blog.philippinedev.com/2008/01/18/tired-of-entering-you-svn-password-everytime/#comment-54</link>
		<dc:creator>talv</dc:creator>
		<pubDate>Wed, 23 Apr 2008 09:10:11 +0000</pubDate>
		<guid>http://blog.philippinedev.com/2008/01/18/tired-of-entering-you-svn-password-everytime/#comment-54</guid>
		<description>great article! ive just set up my own repository and this password thing was driving me crazy!!! =D</description>
		<content:encoded><![CDATA[<p>great article! ive just set up my own repository and this password thing was driving me crazy!!! =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond</title>
		<link>http://blog.philippinedev.com/2008/01/18/tired-of-entering-you-svn-password-everytime/#comment-19</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Tue, 19 Feb 2008 22:17:38 +0000</pubDate>
		<guid>http://blog.philippinedev.com/2008/01/18/tired-of-entering-you-svn-password-everytime/#comment-19</guid>
		<description>Owen,

Right, I was surprised also to find out that I am asked to enter the svn password every time.  Though my svn setup on my hosting server is now working perfectly, I'll try to set it up in the typical setup you described here.  I only need to find some time.

Thanks for dropping a comment.</description>
		<content:encoded><![CDATA[<p>Owen,</p>
<p>Right, I was surprised also to find out that I am asked to enter the svn password every time.  Though my svn setup on my hosting server is now working perfectly, I&#8217;ll try to set it up in the typical setup you described here.  I only need to find some time.</p>
<p>Thanks for dropping a comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen</title>
		<link>http://blog.philippinedev.com/2008/01/18/tired-of-entering-you-svn-password-everytime/#comment-18</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Tue, 19 Feb 2008 21:59:30 +0000</pubDate>
		<guid>http://blog.philippinedev.com/2008/01/18/tired-of-entering-you-svn-password-everytime/#comment-18</guid>
		<description>Adding the svn pass to your kechain is usually the typical solution and the typical setup. I'm surprised that your setup wasn't installed in such a way that it added it automatically.</description>
		<content:encoded><![CDATA[<p>Adding the svn pass to your kechain is usually the typical solution and the typical setup. I&#8217;m surprised that your setup wasn&#8217;t installed in such a way that it added it automatically.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
