<?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>solutions.hans-eric.com &#187; Deploying</title>
	<atom:link href="http://solutions.hans-eric.com/category/deploying/feed" rel="self" type="application/rss+xml" />
	<link>http://solutions.hans-eric.com</link>
	<description>Hans-Eric Grönlund's Log of Solutions to Technical Problems</description>
	<lastBuildDate>Thu, 22 Dec 2011 15:42:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Capistrano: Subversion asks for password</title>
		<link>http://solutions.hans-eric.com/capistrano-subversion-asks-for-password</link>
		<comments>http://solutions.hans-eric.com/capistrano-subversion-asks-for-password#comments</comments>
		<pubDate>Tue, 09 Jun 2009 10:11:57 +0000</pubDate>
		<dc:creator>Hans-Eric</dc:creator>
				<category><![CDATA[Deploying]]></category>
		<category><![CDATA[Capistrano]]></category>
		<category><![CDATA[Deploying Applications]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://solutions.hans-eric.com/?p=4</guid>
		<description><![CDATA[Problem:
When deploying a Ruby on Rails application using Capistrano and the command rake deploy, you get an error message similar to this:
** [out :: 192.168.0.200] Authentication realm: dev
** [out :: 192.168.0.200] Password for ‘hasse’:
** [out :: 192.168.0.200] subversion is asking for a password
** [out :: 192.168.0.200] Authentication realm: dev
** [out :: 192.168.0.200] Username:
Lösning:
Solution from: http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/:
This [...]]]></description>
			<content:encoded><![CDATA[<h4>Problem:</h4>
<p>When deploying a Ruby on Rails application using Capistrano and the command rake deploy, you get an error message similar to this:</p>
<pre>** [out :: 192.168.0.200] Authentication realm: dev
** [out :: 192.168.0.200] Password for ‘hasse’:
** [out :: 192.168.0.200] subversion is asking for a password
** [out :: 192.168.0.200] Authentication realm: dev
** [out :: 192.168.0.200] Username:</pre>
<h4>Lösning:</h4>
<p>Solution from:<a href="http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/"> http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/</a>:</p>
<p>This is a Capistrano gotcha. One needs to make sure the account can access the Subversion repository.<br />
Log into the application server and check out the repository into a temp directory. For example:</p>
<pre>$&gt; cd ~/some/temp/dir
$&gt; svn co http://mydomain.com/svn/repos/my_app</pre>
]]></content:encoded>
			<wfw:commentRss>http://solutions.hans-eric.com/capistrano-subversion-asks-for-password/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

