<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Remember me...</title>
	<link>http://blog.marcoccia.net</link>
	<description></description>
	<lastBuildDate>Fri, 06 Aug 2010 14:43:26 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Reverting to a previous Subversion revision</title>
		<description><![CDATA[Reverting to a previous version of your software in Subversion, you merge the changes from your current revision back to the revision you want to revert to. So, for example, if you want to revert the trunk of your application from revision 682 to 680, you would do the following: svn merge -r 682:680 http://myrepository.com/my/project/trunk [...]]]></description>
		<link>http://blog.marcoccia.net/?p=125</link>
			</item>
	<item>
		<title>Recursively delete .svn directories</title>
		<description><![CDATA[We use find command to find all .svn folders beginning from current directory: $ find . -type d -name .svn Now, we pass these directories to rm command, using backtick (key to left of &#8217;1&#8242;) around find for command substitution: $ rm -rf `find . -type d -name .svn` Buzz This Post Delicious Digg This [...]]]></description>
		<link>http://blog.marcoccia.net/?p=120</link>
			</item>
	<item>
		<title>Subversion keywords on Java files</title>
		<description><![CDATA[Subversion has the ability to substitute keywords—pieces of useful, dynamic information about a versioned file—into the contents of the file itself. The list of keywords available for substitution are: Date &#8211; describes the last time the file was known to have been changed in the repository. Revision &#8211; describes the last known revision in which [...]]]></description>
		<link>http://blog.marcoccia.net/?p=111</link>
			</item>
	<item>
		<title>Project Management with Maven</title>
		<description><![CDATA[Sorry, but this post is not available in English Buzz This Post Delicious Digg This Post Ping This Post]]></description>
		<link>http://blog.marcoccia.net/?p=95</link>
			</item>
	<item>
		<title>Maven Fundamentals</title>
		<description><![CDATA[Sorry, but this post is not available in English Buzz This Post Delicious Digg This Post Ping This Post]]></description>
		<link>http://blog.marcoccia.net/?p=62</link>
			</item>
	<item>
		<title>Resize a VMWare disk</title>
		<description><![CDATA[To resize a VMWare disk there is an easy way: VMWare vCenter Converter. Unfortunately a linux version is not available. Additionally, this process seems to be very slow and at the end VMWare Tools needs to be re-installed. So here a manual procedure: turn off the virtual machine remove all snapshots (or revert to one) [...]]]></description>
		<link>http://blog.marcoccia.net/?p=44</link>
			</item>
	<item>
		<title>Thread logging on JBoss</title>
		<description><![CDATA[Sorry, but this post is not available in English Buzz This Post Delicious Digg This Post Ping This Post]]></description>
		<link>http://blog.marcoccia.net/?p=35</link>
			</item>
	<item>
		<title>JBoss Programmatically timers</title>
		<description><![CDATA[Sorry, but this post is not available in English Buzz This Post Delicious Digg This Post Ping This Post]]></description>
		<link>http://blog.marcoccia.net/?p=34</link>
			</item>
	<item>
		<title>TRACE Logging in JBoss</title>
		<description><![CDATA[Sorry, but this post is not available in English Buzz This Post Delicious Digg This Post Ping This Post]]></description>
		<link>http://blog.marcoccia.net/?p=33</link>
			</item>
	<item>
		<title>IT Go-getting</title>
		<description><![CDATA[Sorry, but this post is not available in English Buzz This Post Delicious Digg This Post Ping This Post]]></description>
		<link>http://blog.marcoccia.net/?p=32</link>
			</item>
</channel>
</rss>
