<?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>Learning by Experience &#187; svn</title> <atom:link href="http://www.inze.be/andries/category/svn/feed/" rel="self" type="application/rss+xml" /><link>http://www.inze.be/andries</link> <description>Java, Project Management, Life and anything else.</description> <lastBuildDate>Mon, 09 Jan 2012 21:38:00 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>svn:needs-lock</title><link>http://www.inze.be/andries/2009/07/12/svnneeds-lock/</link> <comments>http://www.inze.be/andries/2009/07/12/svnneeds-lock/#comments</comments> <pubDate>Sun, 12 Jul 2009 17:37:35 +0000</pubDate> <dc:creator>Andries Inzé</dc:creator> <category><![CDATA[eclipse]]></category> <category><![CDATA[svn]]></category> <guid
isPermaLink="false">http://www.inze.be/andries/?p=183</guid> <description><![CDATA[Last week I learned all about svn properties. One of them is the svn:needs-lock property. This forces you to require a lock before you can make a commit. Very handy if you have binary files in your project, which is under version control. Binary files can&#8217;t be merged, so if multiple developers are editing this [...]]]></description> <content:encoded><![CDATA[<p>Last week I learned all about <a
href="http://en.wikipedia.org/wiki/Subversion_%28software%29">svn </a>properties. One of them is the <em>svn:needs-lock</em> property. This forces you to require a lock before you can make a commit.</p><p>Very handy if you have binary files in your project, which is under version control. Binary files can&#8217;t be merged, so if multiple developers are editing this file the slowest will have a problem.</p><p>I use it for enforcing the Excel sheets which contain the testdata for DBUnit. Subclipse show a nice icon which indicates you need a lock. Subversive does not show this, but, as does Subclipse, let&#8217;s you open the file in readonly.</p><p>KR,<br
/> Andries</p> ]]></content:encoded> <wfw:commentRss>http://www.inze.be/andries/2009/07/12/svnneeds-lock/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
