<?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>Rory Cullen, Kaizen Software Developer &#187; Eclipse</title>
	<atom:link href="http://www.rorycullen.com/blog/category/java/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rorycullen.com/blog</link>
	<description>Finding work you&#039;re passionate about</description>
	<lastBuildDate>Tue, 23 Mar 2010 00:45:10 +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>Guide to Subclipse Decorator Icons</title>
		<link>http://www.rorycullen.com/blog/2009/07/guide-to-subclipse-decorator-icons/</link>
		<comments>http://www.rorycullen.com/blog/2009/07/guide-to-subclipse-decorator-icons/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:17:17 +0000</pubDate>
		<dc:creator>Rory</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Subclipse]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[learnings]]></category>

		<guid isPermaLink="false">http://www.rorycullen.com/blog/?p=168</guid>
		<description><![CDATA[In my current role, we are using Subversion (SVN) as our version control system.  As an Eclipse user, I am using the Subclipse plugin that allows you to easily interact with Subversion to commit changes and make updates to your code.  I quickly noticed that there was no online resource out there that [...]]]></description>
			<content:encoded><![CDATA[<p>In my current role, we are using Subversion (SVN) as our version control system.  As an Eclipse user, I am using the Subclipse plugin that allows you to easily interact with Subversion to commit changes and make updates to your code.  I quickly noticed that there was no online resource out there that specifically talked about what the &#8220;decorator&#8221; icons mean in Subclipse, and thought this might be helpful for new users of Subclipse.  &#8220;Decorator&#8221; icons are icons that are added to your file icons in Eclipse whenever you make a change, add a file, etc.</p>
<p>Eclipse does include the icons under Preferences &gt; Team &gt; SVN, but the explanation is reduced to one word in each case.  I have included the one word descriptions with the icons below.</p>
<h3> Table 1: Icons within your project </h3>
<table border="1">
<tbody>
<tr>
<th>Icon</th>
<th>What this means to you</th>
</tr>
<tr>
<td><img class="alignleft size-full wp-image-174" title="Plus sign" src="http://www.rorycullen.com/blog/wp-content/uploads/2009/07/added1.jpg" alt="Plus sign" width="74" height="30" /></td>
<td>The &#8220;plus&#8221; sign indicates that this is a new file that did not exist before.</td>
</tr>
<tr>
<td><img src="http://www.rorycullen.com/blog/wp-content/uploads/2009/07/dirty.jpg" alt="Asterisk" title="Asterisk" width="64" height="25" class="alignleft size-full wp-image-176" /></td>
<td>The &#8220;asterisk&#8221; indicates that this file has been changed since the last Commit</td>
</tr>
<tr>
<td><img src="http://www.rorycullen.com/blog/wp-content/uploads/2009/07/unversioned.jpg" alt="Question Mark" title="Question Mark" width="118" height="23" class="alignleft size-full wp-image-178" /></td>
<td>The &#8220;question mark&#8221; indicates that this file is not part of the Version Control.  All new files you create will have this icon.  You need to add them (right-click >> Team >> Add to Version Control).  If you don&#8217;t add them, they will still show up when doing your Commit, so you may be able to add them here by including them in your commit.</td>
</tr>
<tr>
<td><img src="http://www.rorycullen.com/blog/wp-content/uploads/2009/07/unchanged.jpg" alt="Unchanged" title="Unchanged" width="110" height="25" class="alignleft size-full wp-image-180" /></td>
<td>The &#8220;yellow pipe&#8221; indicates no change to the file.  It is also used on folders.</td>
</tr>
<tr>
<td><img src="http://www.rorycullen.com/blog/wp-content/uploads/2009/07/ignored.jpg" alt="ignored" title="ignored" width="83" height="27" class="alignleft size-full wp-image-182" /></td>
<td>No decorater means the file is ignored completely.  This is similar in effect to the Question Mark.  By default, files have the Question Mark.  To remove that mark, you need to (right-click >> Team >> Add to svn:ignore&#8230;)</td>
</tr>
<tr>
<td><img src="http://www.rorycullen.com/blog/wp-content/uploads/2009/07/conflicted.jpg" alt="conflicted" title="conflicted" width="97" height="28" class="alignleft size-full wp-image-187" />
</td>
<td>Conflicted:  I have not encountered this.</td>
</tr>
<tr>
<td><img src="http://www.rorycullen.com/blog/wp-content/uploads/2009/07/readonly.jpg" alt="Read Only" title="Read Only" width="93" height="24" class="alignleft size-full wp-image-188" />
</td>
<td>Read Only: I have not encountered this.</td>
</tr>
<tr>
<td><img src="http://www.rorycullen.com/blog/wp-content/uploads/2009/07/locked.jpg" alt="Check Mark" title="Check Mark" width="73" height="23" class="alignleft size-full wp-image-189" /></td>
<td>Locked: I have not encountered this.</td>
</tr>
</tbody>
</table>
<p>
You will also run into some new icons within the commit process, documented below</p>
<h3> Table 2: Icons during the Commit Process </h3>
<table border="1">
<tbody>
<tr>
<th>Icon</th>
<th>What this means to you</th>
</tr>
<tr>
<td><img src="http://www.rorycullen.com/blog/wp-content/uploads/2009/07/add.jpg" alt="add" title="add" width="38" height="30" class="alignleft size-full wp-image-192" />
</td>
<td>The &#8220;plus&#8221; within the arrow means this file is new in your version, and will be added to the latest Server revision</td>
</tr>
<tr>
<td><img src="http://www.rorycullen.com/blog/wp-content/uploads/2009/07/delete.jpg" alt="delete" title="delete" width="38" height="30" class="alignleft size-full wp-image-193" /></td>
<td>The &#8220;minus&#8221; within the arrow means this file has been deleted in your version, and will be deleted from the latest Server revision.</td>
</tr>
<tr>
<td><img src="http://www.rorycullen.com/blog/wp-content/uploads/2009/07/updated.jpg" alt="updated" title="updated" width="38" height="30" class="alignleft size-full wp-image-191" />
</td>
<td>The blank arrow means this file has been updated, and will be updated in the latest Server revision.</td>
</tr>
<tr>
<td><img src="http://www.rorycullen.com/blog/wp-content/uploads/2009/07/unversionedCommit.jpg" alt="Unversioned Commit Icon with Question Mark" title="Unversioned Commit Icon with Question Mark" width="35" height="30" class="alignleft size-full wp-image-202" /></td>
<td>The Question Mark means this file has not been added to Version control.  I have not checked if this updates if you check the update box!</td>
</tr>
</tbody>
</table>
<p>I am likely missing some icons above.  I have not run into any conflicts as of yet, so I may not have stumbled into every scenario.  I will update this post as I encounter new icons.</p>
<p>Note: I am using Eclipse Ganymede 3.4.0, and the &#8220;Default&#8221; icons.</p>
<p>Any questions or corrections, leave me a comment!</p>
<p><table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin: 0 auto; padding: 0 auto; background: transparent;"><tbody><tr style="margin: 0 auto; padding: 0 auto; background: transparent;"><td style="text-align: center; border: 0;"><a href="http://www.rorycullen.com/blog/feed/rss/" rel="nofollow"><img src="http://www.rorycullen.com/blog/wp-content/plugins/submit-to-any-for-wordpress/rss_sm.png" alt="RSS Feed" title="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/></a></td><td style="text-align: center; border: 0;"><a href="http://technorati.com/faves?add=http://www.rorycullen.com/blog/2009/07/guide-to-subclipse-decorator-icons/" rel="nofollow"><img src="http://www.rorycullen.com/blog/wp-content/plugins/submit-to-any-for-wordpress/technorati_sm.png" alt="Add to Technorati Favorites" title="Add to Technorati Favorites"style="border: 0px solid ; width: 48px; height: 48px;"/></a></td>                               <td style="text-align: center; border: 0;"><a href="http://del.icio.us/post?url=http://www.rorycullen.com/blog/2009/07/guide-to-subclipse-decorator-icons/&title=Guide to Subclipse Decorator Icons" rel="nofollow" target="_blank"><img src="http://www.rorycullen.com/blog/wp-content/plugins/submit-to-any-for-wordpress/del.icio.us_sm.png" alt="Add to Del.icio.us" title="Add to Del.icio.us" style="border: 0px solid ; width: 48px; height: 48px;"/></a></td><td style="text-align: center; border: 0;"><a href="http://www.stumbleupon.com/submit?url=http://www.rorycullen.com/blog/2009/07/guide-to-subclipse-decorator-icons/&title=Guide to Subclipse Decorator Icons" rel="nofollow" target="_blank"><img src="http://www.rorycullen.com/blog/wp-content/plugins/submit-to-any-for-wordpress/stumble_sm.png" alt="Stumble It!" title="Submit to StumbleUpon" style="border: 0px solid ; width: 48px; height: 48px;"/></a></td><td style="text-align: center; background: transparent; border: 0;"><a href="http://slashdot.org/submit.pl?url=http://www.rorycullen.com/blog/2009/07/guide-to-subclipse-decorator-icons/" rel="nofollow" target="_blank"><img src="http://www.rorycullen.com/blog/wp-content/plugins/submit-to-any-for-wordpress/slashdot_sm.png" alt="Submit to Slashdot" title="Submit to Slashdot" style="border: 0px solid ; width: 48px; height: 48px;"/></a></td><td style="text-align: center; background: transparent; border: 0;"><a href="http://buzz.yahoo.com/submit/" rel="nofollow" target="_blank"><img src="http://www.rorycullen.com/blog/wp-content/plugins/submit-to-any-for-wordpress/buzz_sm.png" alt="Submit to Buzz!" title="Submit to Buzz!" style="border: 0px solid ; width: 48px; height: 48px;"/></a></td><td style="text-align: center; border: 0;"><a href="http://digg.com/submit?phase=2&url=http://www.rorycullen.com/blog/2009/07/guide-to-subclipse-decorator-icons/" rel="nofollow" target="_blank"><img src="http://www.rorycullen.com/blog/wp-content/plugins/submit-to-any-for-wordpress/digg_sm.png" alt="Digg It!" title="Digg This!" style="border: 0px solid ; width: 48px; height: 48px;"/></a></td></tr></tbody></table><table cellspacing="0" cellpadding="0" border="0" style="height: 50px; text-align: left; margin: 0 auto; background: transparent;"><tr style="margin: 0 auto; padding: 0 auto; background: transparent;"><td style="text-align: center; border: 0;" ><a href="http://blog.jjtcomputing.co.uk/2009/03/06/submit-to-any/" target="_blank" color="$textcolour">&copy Submit to Any</a> - <a href="http://blog.jjtcomputing.co.uk/" target="_blank" color="$textcolour">jjtcomputing.co.uk</a></td></tr></table></p>]]></content:encoded>
			<wfw:commentRss>http://www.rorycullen.com/blog/2009/07/guide-to-subclipse-decorator-icons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
