<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>antoniolorusso.com</title>
	
	<link>http://antoniolorusso.com</link>
	<description>About me</description>
	<pubDate>Thu, 13 Nov 2008 13:41:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/antoniolorusso" type="application/rss+xml" /><item>
		<title>LightTPD nightmare</title>
		<link>http://feeds.feedburner.com/~r/antoniolorusso/~3/451769155/</link>
		<comments>http://antoniolorusso.com/2008/11/13/lighttpd-nightmare/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 12:08:56 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
		
		<category><![CDATA[Altro]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[2tls]]></category>

		<category><![CDATA[domain]]></category>

		<category><![CDATA[lighttpd]]></category>

		<category><![CDATA[regex]]></category>

		<category><![CDATA[subdomain]]></category>

		<category><![CDATA[tld]]></category>

		<guid isPermaLink="false" />
		<description><![CDATA[if are trying to use mod_evhost in lighttpd in a more advanced way like using deep subdomains or with particulars tld like &#8220;co.uk&#8221; aka 2tls, you should know that

$HTTP["host"] =~ &#8220;^([^.]+)\.([^.]+)\.babelclient\.photobox\.([^.]+)\.([^.]+)$&#8221;{
evhost.path-pattern = &#8220;/web/%5/%6/assets&#8221;
}

will NEVER WORK but

$HTTP["host"] =~ &#8220;^([^.]+)\.([^.]+)\.babelclient\.photobox\.([^.]+)\.([^.]+)&#8221;{
evhost.path-pattern = &#8220;/web/%5/%6/assets/&#8221;
}

WILL WORK.
compare the two pieces of code and start screaming like a mad!
]]></description>
			<content:encoded><![CDATA[<p>if are trying to use mod_evhost in lighttpd in a more advanced way like using deep subdomains or with particulars tld like &#8220;co.uk&#8221; aka 2tls, you should know that<br />
<code><br />
$HTTP["host"] =~ &#8220;^([^.]+)\.([^.]+)\.babelclient\.photobox\.([^.]+)\.([^.]+)$&#8221;{<br />
evhost.path-pattern = &#8220;/web/%5/%6/assets&#8221;<br />
}<br />
</code><br />
will NEVER WORK but<br />
<code><br />
$HTTP["host"] =~ &#8220;^([^.]+)\.([^.]+)\.babelclient\.photobox\.([^.]+)\.([^.]+)&#8221;{<br />
evhost.path-pattern = &#8220;/web/%5/%6/assets/&#8221;<br />
}<br />
</code><br />
WILL WORK.</p>
<p>compare the two pieces of code and start screaming like a mad!</p>

<p><a href="http://feeds.feedburner.com/~a/antoniolorusso?a=fwEYtF"><img src="http://feeds.feedburner.com/~a/antoniolorusso?i=fwEYtF" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/antoniolorusso?a=1ESXN"><img src="http://feeds.feedburner.com/~f/antoniolorusso?i=1ESXN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/antoniolorusso/~4/451769155" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2008/11/13/lighttpd-nightmare/feed/</wfw:commentRss>
		<feedburner:origLink>http://antoniolorusso.com/2008/11/13/lighttpd-nightmare/</feedburner:origLink></item>
		<item>
		<title>.bashrc not executed</title>
		<link>http://feeds.feedburner.com/~r/antoniolorusso/~3/426261679/</link>
		<comments>http://antoniolorusso.com/2008/10/20/bashrc-not-executed/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 09:25:34 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[bash]]></category>

		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://antoniolorusso.com/2008/10/20/bashrc-not-executed/</guid>
		<description><![CDATA[Me and my friend Antonello, are going to start an experimental testing server to improve our skills in Ruby, PHP and start with Python as well.
After the installation, Antonello provided me an access created with webmin but, after the login I noticed that bashrc, actually bash, was not executed!
Editing /etc/passwd file, I was able to [...]]]></description>
			<content:encoded><![CDATA[<p>Me and my friend Antonello, are going to start an experimental testing server to improve our skills in Ruby, PHP and start with Python as well.<br />
After the installation, Antonello provided me an access created with webmin but, after the login I noticed that bashrc, actually bash, was not executed!<br />
Editing /etc/passwd file, I was able to re-enable bash at login instead of sh:<br />
your user line should look like<br />
<code>loginname:x:1001:1001::/home/antonio:/bin/bash</code><br />
and not<br />
<code>loginname:x:1001:1001::/home/antonio:/bin/sh</code></p>
<p> <img src='http://antoniolorusso.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>

<p><a href="http://feeds.feedburner.com/~a/antoniolorusso?a=33MThc"><img src="http://feeds.feedburner.com/~a/antoniolorusso?i=33MThc" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/antoniolorusso?a=Vj7eM"><img src="http://feeds.feedburner.com/~f/antoniolorusso?i=Vj7eM" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/antoniolorusso/~4/426261679" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2008/10/20/bashrc-not-executed/feed/</wfw:commentRss>
		<feedburner:origLink>http://antoniolorusso.com/2008/10/20/bashrc-not-executed/</feedburner:origLink></item>
		<item>
		<title>F*#king Eclipse (Parental Advisory : Explicit Content)</title>
		<link>http://feeds.feedburner.com/~r/antoniolorusso/~3/415887893/</link>
		<comments>http://antoniolorusso.com/2008/10/09/fking-eclipse-parental-advisory-explicit-content/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 13:20:10 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
		
		<category><![CDATA[Altro]]></category>

		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://antoniolorusso.com/?p=136</guid>
		<description><![CDATA[This morning I had a lot of problems with my Eclipse Ganymede installation: svn plugin (subversive) refused to work properly&#8230; well, actually, it didn&#8217;t worked at all!!
After some time trying to understand the source of the problem, I came out with a GREAT IDEA : &#8220;I can remove some file from my workspace folder!!!&#8221; So [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I had a lot of problems with my Eclipse Ganymede installation: svn plugin (subversive) refused to work properly&#8230; well, actually, it didn&#8217;t worked at all!!</p>
<p>After some time trying to understand the source of the problem, I came out with a GREAT IDEA : &#8220;I can remove some file from my workspace folder!!!&#8221; So I went there, I displayed the hidden folders, I entered in the .metadata folder and deleted all folders related to svn and team plugins and &#8230; you know what?? It f#*king worked&#8230;</p>
<p>I love how Eclipse doesn&#8217;t help in solving this&#8230; F%£k IT!</p>
<p>But, in the end, is a good IDE&#8230;</p>
<p>bye</p>

<p><a href="http://feeds.feedburner.com/~a/antoniolorusso?a=XocfmO"><img src="http://feeds.feedburner.com/~a/antoniolorusso?i=XocfmO" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/antoniolorusso?a=GpuDM"><img src="http://feeds.feedburner.com/~f/antoniolorusso?i=GpuDM" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/antoniolorusso/~4/415887893" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2008/10/09/fking-eclipse-parental-advisory-explicit-content/feed/</wfw:commentRss>
		<feedburner:origLink>http://antoniolorusso.com/2008/10/09/fking-eclipse-parental-advisory-explicit-content/</feedburner:origLink></item>
		<item>
		<title>Cleanup the system memory cache on linux</title>
		<link>http://feeds.feedburner.com/~r/antoniolorusso/~3/407249928/</link>
		<comments>http://antoniolorusso.com/2008/09/30/cleanup-the-system-memory-cache-on-linux/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 12:52:14 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
		
		<category><![CDATA[Altro]]></category>

		<category><![CDATA[cache]]></category>

		<category><![CDATA[clean]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://antoniolorusso.com/?p=129</guid>
		<description><![CDATA[what is that? you have done digited free in you linux shell and you see that all the memory is fulfilled by the cache?
sudo -s
sync; echo 3 &#62; /proc/sys/vm/drop_caches
]]></description>
			<content:encoded><![CDATA[<p>what is that? you have done digited free in you linux shell and you see that all the memory is fulfilled by the cache?</p>
<p><code>sudo -s<br />
sync; echo 3 &gt; /proc/sys/vm/drop_caches</code></p>

<p><a href="http://feeds.feedburner.com/~a/antoniolorusso?a=IotUMI"><img src="http://feeds.feedburner.com/~a/antoniolorusso?i=IotUMI" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/antoniolorusso?a=NNZ9L"><img src="http://feeds.feedburner.com/~f/antoniolorusso?i=NNZ9L" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/antoniolorusso/~4/407249928" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2008/09/30/cleanup-the-system-memory-cache-on-linux/feed/</wfw:commentRss>
		<feedburner:origLink>http://antoniolorusso.com/2008/09/30/cleanup-the-system-memory-cache-on-linux/</feedburner:origLink></item>
		<item>
		<title>svn: Entry has unexpectedly changed special status</title>
		<link>http://feeds.feedburner.com/~r/antoniolorusso/~3/406429063/</link>
		<comments>http://antoniolorusso.com/2008/09/29/svn-entry-has-unexpectedly-changed-special-status/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 17:08:51 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
		
		<category><![CDATA[Altro]]></category>

		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://antoniolorusso.com/?p=127</guid>
		<description><![CDATA[If you have this error after tryin a commit, for sure you have replaced a standard file with a symlink or viceversa, haven&#8217;t you?
In that case, what you have to do is just svn add &#60;the resource changed&#62; and svn will replace the file with the new one!
Were you already scared  ?
Anyway, the correct [...]]]></description>
			<content:encoded><![CDATA[<p>If you have this error after tryin a commit, for sure you have replaced a standard file with a symlink or viceversa, haven&#8217;t you?</p>
<p>In that case, what you have to do is just <strong>svn add &lt;the resource changed&gt;</strong> and svn will replace the file with the new one!</p>
<p>Were you already scared <img src='http://antoniolorusso.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ?</p>
<p>Anyway, the correct procedure is to replace a real file with a link in svn is the following:</p>
<ol>
<li><strong>svn remove</strong> of the file you want to link</li>
<li><strong>ln -s &lt;link&gt;</strong></li>
<li><strong>svn add</strong> of the new link</li>
</ol>
<p> <img src='http://antoniolorusso.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>

<p><a href="http://feeds.feedburner.com/~a/antoniolorusso?a=0xqYQz"><img src="http://feeds.feedburner.com/~a/antoniolorusso?i=0xqYQz" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/antoniolorusso?a=Mww4L"><img src="http://feeds.feedburner.com/~f/antoniolorusso?i=Mww4L" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/antoniolorusso/~4/406429063" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2008/09/29/svn-entry-has-unexpectedly-changed-special-status/feed/</wfw:commentRss>
		<feedburner:origLink>http://antoniolorusso.com/2008/09/29/svn-entry-has-unexpectedly-changed-special-status/</feedburner:origLink></item>
		<item>
		<title>proper nfs umount</title>
		<link>http://feeds.feedburner.com/~r/antoniolorusso/~3/334566382/</link>
		<comments>http://antoniolorusso.com/2008/07/09/proper-nfs-umount/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 10:09:53 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[shell]]></category>

		<category><![CDATA[bash]]></category>

		<category><![CDATA[nfs]]></category>

		<guid isPermaLink="false" />
		<description><![CDATA[Hi
if you try to umount an NFS mountpoint this way
root:~&#62; umount /mountpoint
and your shell answer this way
umount: /mountpoint: device is busy
umount: /mountpoint: device is busy
then try killing all processes using the mountpoint and update the nfs export fs
root:~&#62; fuser -k -m /mountpoint
root:~&#62; exportfs -au
at this point, you can safely umount
root:~&#62; umount /mountpoint
peace!
]]></description>
			<content:encoded><![CDATA[<p>Hi</p>
<p>if you try to umount an NFS mountpoint this way<br />
<code>root:~&gt; umount /mountpoint</code><br />
and your shell answer this way<br />
<code>umount: /mountpoint: device is busy<br />
umount: /mountpoint: device is busy</code><br />
then try killing all processes using the mountpoint and update the nfs export fs<br />
<code>root:~&gt; fuser -k -m /mountpoint<br />
root:~&gt; exportfs -au</code><br />
at this point, you can safely umount<br />
<code>root:~&gt; umount /mountpoint</code></p>
<p>peace!</p>

<p><a href="http://feeds.feedburner.com/~a/antoniolorusso?a=OXXXrO"><img src="http://feeds.feedburner.com/~a/antoniolorusso?i=OXXXrO" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/antoniolorusso?a=YdxvVJ"><img src="http://feeds.feedburner.com/~f/antoniolorusso?i=YdxvVJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/antoniolorusso/~4/334566382" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2008/07/09/proper-nfs-umount/feed/</wfw:commentRss>
		<feedburner:origLink>http://antoniolorusso.com/2008/07/09/proper-nfs-umount/</feedburner:origLink></item>
		<item>
		<title>in_array() in Perl?</title>
		<link>http://feeds.feedburner.com/~r/antoniolorusso/~3/332782659/</link>
		<comments>http://antoniolorusso.com/2008/07/09/in_array-in-perl/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 09:57:51 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Perl]]></category>

		<category><![CDATA[array]]></category>

		<category><![CDATA[grep]]></category>

		<category><![CDATA[in_array]]></category>

		<guid isPermaLink="false">http://antoniolorusso.com/2008/07/09/in_array-in-perl/</guid>
		<description><![CDATA[I was looking for this useful function I always use in php and found this simple article.
Basically, the function that permit you to do that is grep used in this way:
my $string = ‘fin_helm’;
my @array = qw/full_plate manteau boots two_handed_sword fin_helm/;
if(grep $_ eq $string, @array)
{
print “$string is in the array”;
}
easy?
]]></description>
			<content:encoded><![CDATA[<p>I was looking for this useful function I always use in php and found this simple <a href="http://assasiner.wordpress.com/2006/12/03/is-in-array/trackback/">article</a>.<br />
Basically, the function that permit you to do that is <strong>grep </strong>used in this way:<br />
<code>my $string = ‘fin_helm’;<br />
my @array = qw/full_plate manteau boots two_handed_sword fin_helm/;<br />
if(grep $_ eq $string, @array)<br />
{<br />
print “$string is in the array”;<br />
}</code><br />
easy?</p>

<p><a href="http://feeds.feedburner.com/~a/antoniolorusso?a=5Uj6fR"><img src="http://feeds.feedburner.com/~a/antoniolorusso?i=5Uj6fR" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/antoniolorusso?a=yNjXVJ"><img src="http://feeds.feedburner.com/~f/antoniolorusso?i=yNjXVJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/antoniolorusso/~4/332782659" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2008/07/09/in_array-in-perl/feed/</wfw:commentRss>
		<feedburner:origLink>http://antoniolorusso.com/2008/07/09/in_array-in-perl/</feedburner:origLink></item>
		<item>
		<title>just a note for me: Perl references</title>
		<link>http://feeds.feedburner.com/~r/antoniolorusso/~3/330039708/</link>
		<comments>http://antoniolorusso.com/2008/07/08/just-a-note-for-me-perl-references/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 16:32:46 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
		
		<category><![CDATA[Perl]]></category>

		<category><![CDATA[array]]></category>

		<category><![CDATA[dereference]]></category>

		<category><![CDATA[references]]></category>

		<guid isPermaLink="false">http://antoniolorusso.com/2008/07/08/just-a-note-for-me-perl-references/</guid>
		<description><![CDATA[I said not to jump the chapter 4 of the Camel book (the Dromedary one) otherwise you&#8217;ll not know what @{&#8230;} (literally: at plus curly brackets) do!!As explained in page 252, that expression, dereferenciate an array reference returning the array itself.Remember that arghh..
ps. why Perl should be so complicated?
]]></description>
			<content:encoded><![CDATA[<p>I said not to jump the chapter 4 of the Camel book (the Dromedary one) otherwise you&#8217;ll not know what @{&#8230;} (literally: at plus curly brackets) do!!<br />As explained in page 252, that expression, dereferenciate an array reference returning the array itself.<br />Remember that arghh..</p>
<p>ps. why Perl should be so complicated?</p>

<p><a href="http://feeds.feedburner.com/~a/antoniolorusso?a=SniXRH"><img src="http://feeds.feedburner.com/~a/antoniolorusso?i=SniXRH" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/antoniolorusso?a=t7iymJ"><img src="http://feeds.feedburner.com/~f/antoniolorusso?i=t7iymJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/antoniolorusso/~4/330039708" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2008/07/08/just-a-note-for-me-perl-references/feed/</wfw:commentRss>
		<feedburner:origLink>http://antoniolorusso.com/2008/07/08/just-a-note-for-me-perl-references/</feedburner:origLink></item>
		<item>
		<title>RubyOnRails excitement</title>
		<link>http://feeds.feedburner.com/~r/antoniolorusso/~3/321721598/</link>
		<comments>http://antoniolorusso.com/2008/06/28/rubyonrails-excitement-2/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 23:43:00 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[rails]]></category>

		<category><![CDATA[RoR]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://antoniolorusso.com/2008/06/28/rubyonrails-excitement-2/</guid>
		<description><![CDATA[I just want to share how excited I am studying Ruby and RubyOnRails.
Soon I&#8217;ll start the development of a Facebook application with Rails.
stay tuned!
]]></description>
			<content:encoded><![CDATA[<p>I just want to share how excited I am studying Ruby and RubyOnRails.<br />
Soon I&#8217;ll start the development of a Facebook application with Rails.</p>
<p>stay tuned!</p>

<p><a href="http://feeds.feedburner.com/~a/antoniolorusso?a=hs5ewa"><img src="http://feeds.feedburner.com/~a/antoniolorusso?i=hs5ewa" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/antoniolorusso?a=GIZ9SI"><img src="http://feeds.feedburner.com/~f/antoniolorusso?i=GIZ9SI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/antoniolorusso/~4/321721598" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2008/06/28/rubyonrails-excitement-2/feed/</wfw:commentRss>
		<feedburner:origLink>http://antoniolorusso.com/2008/06/28/rubyonrails-excitement-2/</feedburner:origLink></item>
		<item>
		<title>quick solution to “svn: Checksum mismatch …”</title>
		<link>http://feeds.feedburner.com/~r/antoniolorusso/~3/309730347/</link>
		<comments>http://antoniolorusso.com/2008/06/11/quick-solution-to-svn-checksum-mismatch-2/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 14:50:30 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[svn]]></category>

		<category><![CDATA[checksum mismatch]]></category>

		<category><![CDATA[commit]]></category>

		<guid isPermaLink="false">http://antoniolorusso.com/2008/06/11/quick-solution-to-svn-checksum-mismatch-2/</guid>
		<description><![CDATA[If this error afflict your quiet development day, I&#8217;m sorry  I had this problem today and I solved in few steps:

make a backup of the working copy in a different directory
delete only the corrupted directory from your working copy
make an svn update
copy back only the modified files you need from the backup copy to [...]]]></description>
			<content:encoded><![CDATA[<p>If this error afflict your quiet development day, I&#8217;m sorry <img src='http://antoniolorusso.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> I had this problem today and I solved in few steps:</p>
<ol>
<li>make a backup of the working copy in a different directory</li>
<li>delete only the corrupted directory from your working copy</li>
<li>make an svn update</li>
<li>copy back only the modified files you need from the backup copy to the current working copy</li>
<li>commit your changes</li>
</ol>
<p>Now breath deeply and take a cold shower: I suppose you must be sweat! <img src='http://antoniolorusso.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>

<p><a href="http://feeds.feedburner.com/~a/antoniolorusso?a=7744KU"><img src="http://feeds.feedburner.com/~a/antoniolorusso?i=7744KU" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/antoniolorusso?a=xKnQzI"><img src="http://feeds.feedburner.com/~f/antoniolorusso?i=xKnQzI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/antoniolorusso/~4/309730347" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2008/06/11/quick-solution-to-svn-checksum-mismatch-2/feed/</wfw:commentRss>
		<feedburner:origLink>http://antoniolorusso.com/2008/06/11/quick-solution-to-svn-checksum-mismatch-2/</feedburner:origLink></item>
	</channel>
</rss>
