<?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>EclipseSource Blog &#187; egit</title>
	<atom:link href="http://eclipsesource.com/blogs/tag/egit/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipsesource.com/blogs</link>
	<description>Eclipse Equinox OSGi</description>
	<lastBuildDate>Fri, 18 May 2012 15:00:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>You don&#8217;t have to use git to access code on github</title>
		<link>http://eclipsesource.com/blogs/2011/06/10/you-dont-have-to-use-git-to-access-code-on-github/</link>
		<comments>http://eclipsesource.com/blogs/2011/06/10/you-dont-have-to-use-git-to-access-code-on-github/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 15:37:23 +0000</pubDate>
		<dc:creator>Holger Staudacher</dc:creator>
				<category><![CDATA[syndicate]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[egit]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[GitHub]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=5965</guid>
		<description><![CDATA[I guess a lot of people would agree that github is the current kick-ass platform for developing software. Many platforms showed up fast and with the same speed they disappeared. Github is different. It&#8217;s also genuinely innovative. For several months I use github to share small projects (widgets, tools, small plug-ins). When I write a [...]]]></description>
			<content:encoded><![CDATA[<p>I guess a lot of people would agree that <a href="http://github.com">github</a> is the current kick-ass platform for developing software. Many platforms showed up fast and with the same speed they disappeared. Github is different. It&#8217;s also genuinely innovative. For several months I use <a href="http://github.com">github</a> to share small projects (widgets, tools, small plug-ins). When I write a blog about something new I always link the associated github repository.</p>
<p>A few days ago some people mentioned to me that it&#8217;s great that the sources from my posts are open but they can&#8217;t install git on their machines due to security restrictions in their company. They aren&#8217;t even allowed to install <a href="http://eclipse.org/egit">egit</a> as an Eclipse plug-in. But there is  good news. <strong>You don&#8217;t have to use git when you want to get sources from github</strong>. You can download every branch from every (public) github repository without git. When you browse to a repository you can simply press the download button on the right and download the latest version of the repository as zip or tar.gz. Is this simple? As I said, it&#8217;s a kick-ass platform <img src='http://eclipsesource.com/blogs/wp-includes/images/smilies/icon_wink.gif' alt="icon wink You dont have to use git to access code on github" class='wp-smiley' title="You dont have to use git to access code on github" /> </p>
<p style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2011/06/github.png"><img class="aligncenter size-full wp-image-5966" title="github" src="http://eclipsesource.com/blogs/wp-content/uploads/2011/06/github.png" alt="github You dont have to use git to access code on github" width="666" height="319" /></a></p>
<p style="text-align: center;">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2011/06/10/you-dont-have-to-use-git-to-access-code-on-github/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Git Lesson: Be mindful of a detached head</title>
		<link>http://eclipsesource.com/blogs/2011/05/29/life-lesson-be-mindful-of-a-detached-head/</link>
		<comments>http://eclipsesource.com/blogs/2011/05/29/life-lesson-be-mindful-of-a-detached-head/#comments</comments>
		<pubDate>Sat, 28 May 2011 22:09:36 +0000</pubDate>
		<dc:creator>Ian Bull</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[egit]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=5854</guid>
		<description><![CDATA[A severed head is never fun, and in git this is no different. In fact, a detached head can cause quite the headache.  In this article I will discuss what a detached head is, how it can happen, and most importantly, what you can do about it.  But before I begin, let&#8217;s rehash a bit [...]]]></description>
			<content:encoded><![CDATA[<p>A severed head is never fun, and in git this is no different. In fact, a detached head can cause quite the <em>headache</em>.  In this article I will discuss what a <strong>detached head</strong> is, how it can happen, and most importantly, what you can do about it.  But before I begin, let&#8217;s rehash a bit about how git works.</p>
<p><strong>A git repository is a direct acyclic graph of commits</strong>.  Here is a very simple git repository.</p>
<p><img class="aligncenter" src="https://docs.google.com/drawings/pub?id=14UlGSKKQhvK0EsWcpKC-BbYShPeX6q5ApzfEtWiiYtU&amp;w=923&amp;h=472" alt=" Git Lesson: Be mindful of a detached head" width="738" height="378" title="Git Lesson: Be mindful of a detached head" /></p>
<p>In the EGit history view it would look like this:</p>
<p style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2011/05/screenshot_078.png"><img class="aligncenter size-full wp-image-5857" title="screenshot_078" src="http://eclipsesource.com/blogs/wp-content/uploads/2011/05/screenshot_078.png" alt="screenshot 078 Git Lesson: Be mindful of a detached head" width="571" height="207" /></a></p>
<p>Now, let&#8217;s assume that <strong>core</strong> and <strong>ui bugs</strong> (commits E and F) were not actually bugs, but rather <strong>controversial design decisions. </strong>And the the <strong>fixes</strong> broke other parts of the application.  After a quick meeting, someone suggests a new way of addressing the problems that will make everyone happy. One problem, they&#8217;re not sure if it will actually work.   Since they are using git, they <strong>checkout</strong> the code before the controversial bugs were addressed (Commit B) and they start hacking away.  Now here&#8217;s the crux of the problem<strong>: a branch is a linear set of commits, so where do these new commits live?</strong> The truth is, head is not actually <em>visible </em>from any branch now.  This is a <strong>detached head.</strong></p>
<p>&nbsp;</p>
<p><img class="aligncenter" src="https://docs.google.com/drawings/pub?id=1WVDJjLBcZTHmDmw1sYGhfAE5GNxPXpSTn_FnZm1K2OM&amp;w=960&amp;h=720" alt=" Git Lesson: Be mindful of a detached head" width="768" height="456" title="Git Lesson: Be mindful of a detached head" /></p>
<p>In the EGit history view you can see you have no head.</p>
<p style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2011/05/screenshot_079.png"><img class="aligncenter size-full wp-image-5858" title="screenshot_079" src="http://eclipsesource.com/blogs/wp-content/uploads/2011/05/screenshot_079.png" alt="screenshot 079 Git Lesson: Be mindful of a detached head" width="661" height="246" /></a></p>
<p>The good news is that you can quickly fix this problem by creating a new branch.  In egit, this is as simple as <strong>Team -&gt; Switch To -&gt; New Branch.</strong> Now, all these &#8216;detached commits&#8217; will live on the new branch (new_idea).</p>
<p><img class="aligncenter" src="https://docs.google.com/drawings/pub?id=1V627ASprYbZwxUVH4o0VtHLW0BAQN2xqjqGZih_OOF8&amp;w=937&amp;h=560" alt=" Git Lesson: Be mindful of a detached head" width="749" height="448" title="Git Lesson: Be mindful of a detached head" /></p>
<p>You can now see the new commits (and new branch) in the EGit history view:</p>
<p style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2011/05/screenshot_080.png"><img class="aligncenter size-full wp-image-5859" title="screenshot_080" src="http://eclipsesource.com/blogs/wp-content/uploads/2011/05/screenshot_080.png" alt="screenshot 080 Git Lesson: Be mindful of a detached head" width="661" height="234" /></a></p>
<p>What if you accidentally  switched branches while you were on a detached head.  At this point, there is no way to access the commits because they are not attached to any branch. Luckily, git remembers all the commits, even the ones that happened while your head was detached.  Simply drop the command line and issue: <strong>git reflog</strong></p>
<p style="text-align: center;"><strong><a href="http://eclipsesource.com/blogs/wp-content/uploads/2011/05/screenshot_081.png"><img class="aligncenter size-full wp-image-5860" title="screenshot_081" src="http://eclipsesource.com/blogs/wp-content/uploads/2011/05/screenshot_081.png" alt="screenshot 081 Git Lesson: Be mindful of a detached head" width="598" height="208" /></a><br />
</strong></p>
<p>You can now see the missing commits.  If you return to Eclipse and use <strong>Navigate -&gt; Open Git Commit </strong>you can open the commit 73df399</p>
<p style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2011/05/screenshot_082.png"><img class="aligncenter size-full wp-image-5861" title="screenshot_082" src="http://eclipsesource.com/blogs/wp-content/uploads/2011/05/screenshot_082.png" alt="screenshot 082 Git Lesson: Be mindful of a detached head" width="485" height="405" /></a></p>
<p style="text-align: left;">And directly create a branch from here</p>
<p style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2011/05/screenshot_083.png"><img class="aligncenter size-full wp-image-5862" title="screenshot_083" src="http://eclipsesource.com/blogs/wp-content/uploads/2011/05/screenshot_083.png" alt="screenshot 083 Git Lesson: Be mindful of a detached head" width="618" height="170" /></a></p>
<p>Another very common way to <em>lose your head</em> is to checkout a remote branch. Again, if you checkout a remote branch, immediately create a new local branch for your new commits; otherwise you&#8217;ll be working with a detached head.</p>
<p>There is more information about detached heads <a href="http://sitaramc.github.com/concepts/detached-head.html">here</a>.  Remember, don&#8217;t fight your tools<em>, </em>just <strong><em>git &#8216;er done</em></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2011/05/29/life-lesson-be-mindful-of-a-detached-head/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to blog using GitHub and Eclipse</title>
		<link>http://eclipsesource.com/blogs/2011/04/05/how-to-blog-using-github-and-eclipse/</link>
		<comments>http://eclipsesource.com/blogs/2011/04/05/how-to-blog-using-github-and-eclipse/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 12:05:12 +0000</pubDate>
		<dc:creator>Holger Staudacher</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[egit]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[GitHub Pages]]></category>
		<category><![CDATA[jekyll]]></category>
		<category><![CDATA[soc]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=5693</guid>
		<description><![CDATA[If this is not the first post by me that you’re reading, you may know that I try to blog regularly. Previously, I had 2 or 3 private blogs which, you also might know, were not that successful . Since I started at EclipseSource, I publish on our company blog. Anyway, I started my first [...]]]></description>
			<content:encoded><![CDATA[<p>If this is not the first post by me that you’re reading, you may know that <a href="http://eclipsesource.com/blogs/author/hstaudacher/">I try to blog regularly</a>.  Previously, I had 2 or 3 private blogs which, you also might know, were not that successful <img src='http://eclipsesource.com/blogs/wp-includes/images/smilies/icon_wink.gif' alt="icon wink How to blog using GitHub and Eclipse" class='wp-smiley' title="How to blog using GitHub and Eclipse" /> . Since I started at <a href="http://eclipsesource.com">EclipseSource</a>, I publish on our <a href="http://eclipsesource.com/blogs">company blog</a>.</p>
<p>Anyway, I started my first blog 5 years ago and used some horrible, long forgotten php software. For my other blogs and the EclipseSource blog, <a href="http://wordpress.org/">WordPress</a> is used. WordPress is probably the winner when it comes to blogging software. It&#8217;s widely accepted and heavily used by thousands of bloggers. While I like WordPress a lot, it has some drawbacks. Currently I&#8217;m sitting in the train writing this post and what tool do I use? A simple <a href="http://www.barebones.com/products/textwrangler/">Text Editor</a>. When I arrive at my company I have to paste this post into our WordPress, do a little formatting and publish it. What I really miss in this workflow with the text editior is the history of the post.</p>
<p>As a developer I like trying out the new stuff. As a result I&#8217;ve been using Git for a while now and I&#8217;m quite happy with it. I&#8217;m also an <a href="http://eclipse.org">Eclipse</a> committer and the Eclipse IDE is my home. Thanks to my colleagues I&#8217;m quite quick with all the shortcuts in the IDE. So, using the IDE as my blog editor and Git as the version control system (aka. history) would feel quite natural to me. But, how can we do this?</p>
<p><a title="github pages" href="http://pages.github.com/"><img class="alignleft size-full wp-image-5696" title="pages" src="http://eclipsesource.com/blogs/wp-content/uploads/2011/04/pages.png" alt="pages How to blog using GitHub and Eclipse" width="218" height="72" /></a>Luckily there is <a href="http://github.com">GitHub</a>, probably your choice also for a Git hosting service too. Anyone can create a public Git repository for free. In the same way as WordPress is the winner for blog systems, GitHub is the winner when it comes to Git hosting services. What is less well known is that GitHub provides another service called <a href="http://pages.github.com/">GitHub pages</a>. With pages you can use a Git repository to publish web contents. All you need to do is create a Git repository with a special naming (your-username.github.com) and everything pushed to this repository will be published under http://your-username.github.com (also good for publishing p2 repositories).</p>
<p>What the <a href="http://github.com">GitHub</a> folks have also implemented is a <a href="http://jekyllrb.com/">Jekyll</a> integration. <a href="https://github.com/mojombo/jekyll/">Jekyll</a> is a blog system that transforms your articles using static templates. You can add a blog post by adding a text file. After writing your posts, all you have to do is push the files to your GitHub pages repository and GitHub automatically starts the Jekyll transformation to create the blog. Isn&#8217;t this awesome? You get a blog system with Git as a history and a web hoster for free &#8211; in one provider <img src='http://eclipsesource.com/blogs/wp-includes/images/smilies/icon_wink.gif' alt="icon wink How to blog using GitHub and Eclipse" class='wp-smiley' title="How to blog using GitHub and Eclipse" /> .</p>
<p>How does <a href="http://eclipse.org">Eclipse</a> come into the game? After cloning your repository to a local destination you can use linked workspace resources to edit the blog post in your IDE. All you have to do is create a new project and change the location to your Git repository root (see screenshot below).</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2011/04/projectWizard.png"><img class="aligncenter size-full wp-image-5700" title="projectWizard" src="http://eclipsesource.com/blogs/wp-content/uploads/2011/04/projectWizard.png" alt="projectWizard How to blog using GitHub and Eclipse" width="526" height="502" /></a></p>
<p>After editing your posts you have the option to use <a href="http://eclipse.org/egit">EGit</a> (the Eclipse Git Integration) to push your changes to GitHub (don&#8217;t forget to share the project). The only piece missing is an Eclipse Jekyll integration (GSoC Students where are you?). With this I mean, when I save or commit a local blog post, it would be nice if a Jekyll transformation could be triggered to provide a local preview of the blog. Currently I do this by executing a command on the shell.</p>
<p>I’ve decided already that when I have to create a new blog I will use this technique. If you are not convinced yet, check out these <a href="https://github.com/mojombo/jekyll/wiki/Sites">example blogs which use GitHub and Jekyll</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2011/04/05/how-to-blog-using-github-and-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What do Scout, EGit, Xtext, p2 and RAP have in common?</title>
		<link>http://eclipsesource.com/blogs/2010/09/08/what-do-scout-egit-xtext-p2-and-rap-have-in-common/</link>
		<comments>http://eclipsesource.com/blogs/2010/09/08/what-do-scout-egit-xtext-p2-and-rap-have-in-common/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 06:55:37 +0000</pubDate>
		<dc:creator>Holger Staudacher</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[egit]]></category>
		<category><![CDATA[p2]]></category>
		<category><![CDATA[rap]]></category>
		<category><![CDATA[Scout]]></category>
		<category><![CDATA[stammtisch]]></category>
		<category><![CDATA[xtext]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4716</guid>
		<description><![CDATA[First, they are all Eclipse projects. But I think you already knew this. The second thing they have in common is that they are all part of the Eclipse Stammtisch on September 15th in Karlsruhe (Germany). It&#8217;s an honor to announce that all these projects will be presented by top developers who play an important [...]]]></description>
			<content:encoded><![CDATA[<p>First, they are all Eclipse projects. But I think you already knew this. The second thing they have in common is that they are all part of the <a href="http://eclipsesource.com/en/about/events/eclipse_karlsruhe_stammtisch/">Eclipse Stammtisch on September 15th in Karlsruhe</a> (Germany). It&#8217;s an honor to announce that all these projects will be presented by top developers who play an important role in their projects.   I would believe that until the <a href="http://www.eclipsecon.org/summiteurope2010/">Eclipse Summit Europe</a> this will be the last chance to hear this many first class talks. If you are in or around Karlsruhe on September 15th feel free to join us and take the opportunity to see all the mentioned technologies in action.</p>
<p style="text-align: center;"><a href="http://eclipsesource.com/en/about/events/eclipse_karlsruhe_stammtisch/"><img class="aligncenter size-full wp-image-4725" title="Get more infirmation about the Stammtisch" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/09/projectLogos.png" alt="projectLogos What do Scout, EGit, Xtext, p2 and RAP have in common?  " width="543" height="231" /></a></p>
<p><strong>Who&#8217;s speaking at the Stammtisch?</strong></p>
<ul>
<li>The first talk will be an introduction by Ralph Müller. If you know Ralph you also know that this will be very interesting and you will learn something new about the <a href="http://eclipse.org/org/">Eclipse Foundation</a>.</li>
<li>After Ralph, Matthias Sohn and Stefan Lay from SAP will start the technical talks with an overview of the <a href="http://eclipse.org/egit/">EGit project</a>. Egit is an Eclipse team provider for the popular <a href="http://git-scm.com/">git version control system</a>. I had the opportunity to hear their talk in <a href="http://jug-mannheim.mixxt.de/">Mannheim</a> a week ago -  it&#8217;s definitely worth to listening to.</li>
<li>The third talk will be about <a href="http://eclipse.org/equinox/p2/">p2, the Eclipse provisioning technology</a>.  Ian Bull is coming all the way from Canada &#8211; so its a special chance to meet Ian live.</li>
<li>The next speaker isn&#8217;t traveling thousands, but hundreds of kilometers to the Stammtisch. Peter Friese is travelling from Hamburg (Germany) to Karlsruhe and will provide a great talk about <a href="http://eclipse.org/Xtext/">Xtext</a>.</li>
<li>Andreas Hoegger has agreed to present a very young Eclipse project called <a href="http://eclipse.org/scout/">Scout</a>. To get you familiar with this application framework Andreas will travel from Zürich (Switzerland) to Karlsruhe.</li>
<li>Last but not least Benjamin Muskalla will hold the last talk. To round out the evening, he&#8217;ll speak about the integration of other Eclipse projects with <a href="http://eclipse.org/rap/">RAP</a>.</li>
</ul>
<p><strong>How much does it cost?</strong></p>
<ul>
<li>Attending the talks is all for free.</li>
<li>But I think the speakers will appreciate a frosty beverage donation after the Stammtisch. <img src='http://eclipsesource.com/blogs/wp-includes/images/smilies/icon_wink.gif' alt="icon wink What do Scout, EGit, Xtext, p2 and RAP have in common?  " class='wp-smiley' title="What do Scout, EGit, Xtext, p2 and RAP have in common?  " /> </li>
</ul>
<p><strong>What do you have to do to attend the Stammtisch?</strong></p>
<ul>
<li>First of all you need to read the information on the <a href="http://eclipsesource.com/en/about/events/eclipse_karlsruhe_stammtisch/">EclipseSource Stammtisch website</a>.</li>
<li>After this you can add yourself to the <a href="http://www.doodle.com/4ns4ezbmbbu78qx8">doodle for the Stammtisch</a>. Please let us know if you are coming. Only this makes it possible to organize the event well.</li>
</ul>
<p>I think this will be a unique opportunity to see these talks in the casual atmosphere of a Stammtisch. Thanks in advance to all speakers for agreeing to participate and for making this evening possible. It&#8217;s a great honor to have you all in Karlsruhe.</p>
<p>After the talks we will all go over to a <a href="http://www.mille-stelle.de/">small Italian restaurant</a> and talk about the topics over a frosty beverage. You are free to join this round and network with the speakers and audience. If you&#8217;re not able to attend the Stammtisch you also have a second chance. I think all of the speakers submitted a proposal for the Eclipse Summit Europe. You can attend this event by following the steps described <a href="http://www.eclipsecon.org/summiteurope2010/registration/">here</a>.</p>
<p>Looking forward to meeting you at the Stammtisch. I will also be there and try to answer questions about RAP <img src='http://eclipsesource.com/blogs/wp-includes/images/smilies/icon_wink.gif' alt="icon wink What do Scout, EGit, Xtext, p2 and RAP have in common?  " class='wp-smiley' title="What do Scout, EGit, Xtext, p2 and RAP have in common?  " /> </p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/09/08/what-do-scout-egit-xtext-p2-and-rap-have-in-common/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helios DemoCamp Darmstadt review</title>
		<link>http://eclipsesource.com/blogs/2010/07/16/helios-democamp-darmstadt-review/</link>
		<comments>http://eclipsesource.com/blogs/2010/07/16/helios-democamp-darmstadt-review/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 10:28:14 +0000</pubDate>
		<dc:creator>Holger Staudacher</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[democamp]]></category>
		<category><![CDATA[eclipseRT]]></category>
		<category><![CDATA[egit]]></category>
		<category><![CDATA[equinox]]></category>
		<category><![CDATA[helios]]></category>
		<category><![CDATA[rap]]></category>
		<category><![CDATA[rcp]]></category>
		<category><![CDATA[swt]]></category>
		<category><![CDATA[talks]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4482</guid>
		<description><![CDATA[Two days ago was the Helios DemoCamp in Darmstadt at Deutsche Telekom.  I think it was a very successful evening with a whole bunch of good talks. Two of them are very noteworthy. The first one was presented by Marcel Bruch. He talked about the Eclipse Code Recommenders project which he&#8217;s working on at TU Darmstadt. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Two days ago was the <a href="http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Darmstadt">Helios DemoCamp in Darmstadt at Deutsche Telekom</a>.  I think it was a very successful evening with a whole bunch of good talks. Two of them are very noteworthy.</p>
<p style="text-align: left;">The first one was presented by <a href="http://www.stg.tu-darmstadt.de/staff/marcel_bruch/index.en.jsp">Marcel Bruch</a>. He talked about the <a href="http://www.stg.tu-darmstadt.de/research/core/overview/home/index.en.jsp">Eclipse Code Recommenders</a> project which he&#8217;s working on at TU Darmstadt. The basic idea behind this project is to provide a way to recommend code. He used the analogy of the Amazon online store. When you buy a book you always get a recommendation along the lines of, &#8220;People who bought this book also found this one interesting&#8230;&#8221;. The Code Recommenders does exactly the same just with code.  Watch the <a href="http://cage.st.informatik.tu-darmstadt.de/frameworks/demo/usage.htm">great screencast</a> the Code Recommenders Team provides if you don&#8217;t want to take my word for it.</p>
<table style="text-align: center; margin: auto;">
<tbody>
<tr>
<td><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/marcel_2.jpg"><img class="aligncenter size-thumbnail wp-image-4493" title="marcel_2" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/marcel_2-150x150.jpg" alt="marcel 2 150x150 Helios DemoCamp Darmstadt review" width="150" height="150" /></a></td>
<td style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/marcel_1.jpg"><img class="aligncenter size-thumbnail wp-image-4492" title="marcel_1" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/marcel_1-150x150.jpg" alt="marcel 1 150x150 Helios DemoCamp Darmstadt review" width="150" height="150" /></a></td>
</tr>
</tbody>
</table>
<p style="text-align: left;">Another especially noteworthy demo for me was presented by <a href="https://www.xing.com/profile/Stefan_Lay2">Stefan Lay</a>. He demo&#8217;d the <a href="http://eclipse.org/egit/">Eclipse Git Team provider called EGit</a>.  In addition to the tooling he presented <a href="http://code.google.com/p/gerrit/">Gerrit</a>. Gerrit is an automated review tool for Git. The scenario he presented was to push some changes to a remote repository. The changes were caught by gerrit to be reviewed.   With those changes however, an automated build failed and gerrit sent an automated message that the changes couldn&#8217;t be applied because they broke the build. I think this will make the workflow much easier for code review and keeping the repository stable. The EGit project already uses Gerrit for their productive work.</p>
<table style="text-align: center; margin: auto;">
<tbody>
<tr>
<td><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/Lay_1.jpg"><img class="aligncenter size-thumbnail wp-image-4497" title="Lay_1" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/Lay_1-150x150.jpg" alt="Lay 1 150x150 Helios DemoCamp Darmstadt review" width="150" height="150" /></a></td>
<td style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/Lay_2.jpg"><img class="aligncenter size-thumbnail wp-image-4498" title="Lay_2" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/Lay_2-150x150.jpg" alt="Lay 2 150x150 Helios DemoCamp Darmstadt review" width="150" height="150" /></a></td>
</tr>
</tbody>
</table>
<p style="text-align: left;">To put it all in a nutshell it was a very cool DemoCamp with 120 attendees and nice buffet afterwards. At this point I want to thank Ralph Müller and the Foundation who organized a spontanous Eclipse Stammtisch after the DemoCamp. It was great to talk to all the guys individually. The bad thing about this is that the evening went by too fast. But there also a good thing. Most of those people will also attend the <a href="http://www.eclipsecon.org/summiteurope2010/">Eclipse Summit Europe in November</a> and we can meet again.</p>
<table style="text-align: center; margin: auto;">
<tbody>
<tr>
<td><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/stammtisch_2.jpg"><img class="aligncenter size-thumbnail wp-image-4499" title="stammtisch_2" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/stammtisch_2-150x150.jpg" alt="stammtisch 2 150x150 Helios DemoCamp Darmstadt review" width="150" height="150" /></a></td>
<td style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/stammtisch_1.jpg"><img class="aligncenter size-thumbnail wp-image-4500" title="stammtisch_1" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/07/stammtisch_1-150x150.jpg" alt="stammtisch 1 150x150 Helios DemoCamp Darmstadt review" width="150" height="150" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/07/16/helios-democamp-darmstadt-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Git Support, Top Eclipse Helios Feature #2</title>
		<link>http://eclipsesource.com/blogs/2010/06/22/git-support-eclipse-helios-feature-2/</link>
		<comments>http://eclipsesource.com/blogs/2010/06/22/git-support-eclipse-helios-feature-2/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 04:16:54 +0000</pubDate>
		<dc:creator>Ian Bull</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[egit]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[helios]]></category>
		<category><![CDATA[jgit]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4411</guid>
		<description><![CDATA[Only 1 more day until Eclipse Helios is release and we are down to my Top 2 features. Over the life of Eclipse (Jeff McAffer tells me that he&#8217;s been working on Eclipse since 1999) a lot has changed. Eclipse started its life inside OTI/IBM. In November 2001 the Eclipse Consortium was announced and Eclipse [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://eclipsesource.com/blogs/2010/06/21/emf-riena-and-rap-integration-top-eclipse-helios-feature-3/">Only 1 more</a> <a href="http://eclipsesource.com/blogs/2010/06/18/mpc_eclipse_helios_feature_4/">day until</a> <a href="http://eclipsesource.com/blogs/2010/06/17/p2-api-and-the-b3-aggregator-top-eclipse-helios-feature-5/">Eclipse Helios</a> <a href="http://eclipsesource.com/blogs/2010/06/16/target-platform-improvements-top-eclipse-helios-feature-6/">is release and</a> <a href="http://eclipsesource.com/blogs/2010/06/15/java-ide-improvements-top-eclipse-helios-feature-7/">we are</a> <a href="http://eclipsesource.com/blogs/2010/06/14/api_tools_top_eclipse_helios_feature_8/">down to</a> <a href="http://eclipsesource.com/blogs/2010/06/11/feature-based-configurations-top-eclipse-helios-feature-9/">my Top</a> <a href="http://eclipsesource.com/blogs/2010/06/10/resource-improvements-helios-feature-10/">2 features</a>.</p>
<p>Over the life of Eclipse (Jeff McAffer tells me that he&#8217;s been working on Eclipse since 1999) a lot has changed. Eclipse started its life inside OTI/IBM.  In November 2001 the <a href="http://www.eclipse.org/org/pr.html">Eclipse Consortium</a> was announced and <a href="http://wiki.eclipse.org/FAQ_Where_did_Eclipse_come_from%3F">Eclipse was released as &#8216;Open Source&#8217;</a>.  For the next few years Eclipse grew, but was still mostly supported by a few large companies.  New projects were proposed, new committers came on board, and Eclipse became the dominate player in the IDE space.  But as the popularity of Eclipse grew, so did its diversification.  Then in April 2010, <a href="http://intellectualcramps.blogspot.com/2010/04/roll-up-your-sleevesand-pitch-in.html">David Carver</a> noticed that the number of active individual committers (those not associated with any particular company) was tied with IBM for the top spot.</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Committers.png"><img class="aligncenter size-full wp-image-4412" title="Committers" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Committers.png" alt="Committers Git Support, Top Eclipse Helios Feature #2" width="939" height="417" /></a></p>
<p><em>What does all this mean and what does this have to do with the Eclipse Helios release</em>?  Well, as Eclipse continues to diversify, the Eclipse foundation will need a software revision control system that supports this diversification.  The Eclipse Helios release marks the beginning of this transformation. Number 2 on my Top 10 List is: <strong>Git Support at Eclipse</strong>.</p>
<p>Three important components make up the Git support at Eclipse: <strong>JGit</strong>, <strong>EGit</strong> and the <strong>Git Infrastructure.</strong> JGit is a pure Java library implementation of Git version control system.  JGit is licensed under the EDL has a number of users, including the Netbeans Git support.</p>
<p>EGit is the Eclipse tooling, and is build on JGit.  There is currently support for a number of Git features:</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Egitmenu-0.8.0.png"><img class="aligncenter size-full wp-image-4413" title="Egitmenu-0.8.0" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Egitmenu-0.8.0.png" alt="Egitmenu 0.8.0 Git Support, Top Eclipse Helios Feature #2" width="684" height="775" /></a></p>
<p><strong>History view:</strong></p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Egit-0.8-history-view.png"><img class="aligncenter size-full wp-image-4414" title="Egit-0.8-history-view" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Egit-0.8-history-view.png" alt="Egit 0.8 history view Git Support, Top Eclipse Helios Feature #2" width="813" height="467" /></a></p>
<p><strong>Repository View:</strong></p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Egitrepositoriesview.png"><img class="aligncenter size-full wp-image-4415" title="Egitrepositoriesview" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Egitrepositoriesview.png" alt="Egitrepositoriesview Git Support, Top Eclipse Helios Feature #2" width="684" height="364" /></a></p>
<p><strong>Patch Support:</strong></p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/PatchContextMenu.png"><img class="aligncenter size-full wp-image-4416" title="PatchContextMenu" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/PatchContextMenu.png" alt="PatchContextMenu Git Support, Top Eclipse Helios Feature #2" width="791" height="337" /></a></p>
<p>The JGit / EGit team has <a href="http://wiki.eclipse.org/EGit/User_Guide">excellent documentation</a> and there is some <a href="http://wiki.eclipse.org/EGit/Git_For_Eclipse_Users">great information on Git in general</a>.  Git is being worked on by Matthias Sohn, Shawn Pearce, Chris Aniszczyk, Mathias Kinzler, Stefan Lay, Robin Rosenberg and Christian Halstrick.  However, a really big thank-you goes out to the past (and present) committer reps for bringing Git to Eclipse.  The initial Git contribution provided a number of unique licensing challenges that required unanimous approval from the Eclipse board of directors.  Git at Eclipse would not have been possible without their hard work.</p>
<p>In addition to the tool support, Eclipse.org has rolled out Git infrastructure for the community to make use of. There are <a href="http://dev.eclipse.org/git/index.html">Git mirrors for Eclipse projects</a> and even Git repositories that some projects have started to migrate too. The big thank-you goes out to Denis Roy and Wayne Beaton for this.  Git really is the future of Eclipse, and if all goes as planned, Git will be on my Top 10 List again next year.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/06/22/git-support-eclipse-helios-feature-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Google Summer of Code 2010 is on!</title>
		<link>http://eclipsesource.com/blogs/2010/04/27/google-summer-of-code-2010-is-on/</link>
		<comments>http://eclipsesource.com/blogs/2010/04/27/google-summer-of-code-2010-is-on/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 22:00:40 +0000</pubDate>
		<dc:creator>Benjamin Muskalla</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[ecf]]></category>
		<category><![CDATA[egit]]></category>
		<category><![CDATA[emf]]></category>
		<category><![CDATA[equinox]]></category>
		<category><![CDATA[gmf]]></category>
		<category><![CDATA[google summer of code]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[mylyn]]></category>
		<category><![CDATA[rap]]></category>
		<category><![CDATA[restlet]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4041</guid>
		<description><![CDATA[Finally the voting process for this years Google Summer of Code is over and they announced the accepted students. I&#8217;m really happy that so many interesting proposals got trough and really looking forward to see the outcome of all the student projects. Here is the full list of the proposals that got accepted for 2010. [...]]]></description>
			<content:encoded><![CDATA[<p>Finally the voting process for this years Google Summer of Code is over and they <a href="http://google-opensource.blogspot.com/2010/04/this-years-google-summer-of-code.html">announced</a> the accepted students. I&#8217;m really happy that so many interesting proposals got trough and really looking forward to see the outcome of all the student projects.</p>
<p><a href="http://code.google.com/soc"><img class="size-full wp-image-4042 alignnone" style="border: 0px initial initial;" title="Google Summer of Code 2010" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/04/gsoc2010.jpeg" alt=" Google Summer of Code 2010 is on!" width="200" height="178" /></a></p>
<p>Here is the full list of the proposals that got accepted for 2010.<br />
<strong>Improve Eclipse Git integration</strong><br />
Student: Dariusz Luksza<br />
Mentor(s): Matthias Sohn</p>
<p><strong>WAR deployment for RAP/Equinox based applications</strong><br />
Student: Holger Staudacher<br />
Mentor(s): Ruediger Herrmann</p>
<p><strong>Theme editor for RAP</strong><br />
Student: Benjamin Muskalla (IRC: benny`work)<br />
Mentor(s): Ruediger Herrmann</p>
<p><strong>Rich Editor For Wiki Markup</strong><br />
Student: Harshana Eranga Martin<br />
Mentor(s): David Green</p>
<p><strong>index based model compare match engine</strong><br />
Student: Stefan Leopold<br />
Mentor(s): Cedric Brun</p>
<p><strong>Restlet integration with Equinox</strong><br />
Student: Rajeev Sampath<br />
Mentor(s): Bryan Hunt</p>
<p><strong>C++ editor enhancements</strong><br />
Student: Tomasz Wesolowski<br />
Mentor(s): Alena Laskavaia</p>
<p><strong>DNS-SD based wide-area ECF discovery provider</strong><br />
Student: Markus Alexander Kuppe (IRC: lemmy)<br />
Mentor(s): Scott Lewis</p>
<p><strong>Hudson Integration for Mylyn</strong><br />
Student: Markus Knittig<br />
Mentor(s): Steffen Pingel</p>
<p><strong>Google Wave ECF provider</strong><br />
Student: Sebastian Schmidt (IRC: sebs)<br />
Mentor(s): Mustafa Isik</p>
<p><strong>Integrate GMF runtime with Mylyn task focused UI</strong><br />
Student: Yongming Luo<br />
Mentor(s): Mariot Chauvin</p>
<p>Congratulations to all the students and a big kudos to the organizers and mentors for their choice. As every year, it is pretty difficult to dismiss so many other good proposals but there were only 11 slots available this year for Eclipse. Looking forward to a great <a href="http://wiki.eclipse.org/Google_Summer_of_Code_2010#Projects">summer</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/04/27/google-summer-of-code-2010-is-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse DemoCamp 2010 in Mannheim</title>
		<link>http://eclipsesource.com/blogs/2010/04/22/eclipse-democamp-2010-in-mannheim/</link>
		<comments>http://eclipsesource.com/blogs/2010/04/22/eclipse-democamp-2010-in-mannheim/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 17:49:23 +0000</pubDate>
		<dc:creator>Benjamin Muskalla</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[democamp]]></category>
		<category><![CDATA[eclipseRT]]></category>
		<category><![CDATA[egit]]></category>
		<category><![CDATA[equinox]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[helios]]></category>
		<category><![CDATA[roo]]></category>
		<category><![CDATA[talks]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4009</guid>
		<description><![CDATA[Ever been to Mannheim? If not &#8211; this is your chance to visit this lovely city. For the Helios release, the guys behind the majug² (Mannheimer Java user Group) invite everybody to the Helios Democamp in June. And as Ian already found out: Yes, we love our DemoCamps! It&#8217;s always great to have technical discussions over a [...]]]></description>
			<content:encoded><![CDATA[<p>Ever been to <a href="http://www.mannheim.de/">Mannheim</a>? If not &#8211; this is your chance to visit this lovely city. For the Helios release, the guys behind the <a href="http://www.majug.de">majug²</a> (Mannheimer Java user Group) invite everybody to the Helios <a href="http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Mannheim">Democamp</a> in June. And as <a href="http://ianskerrett.wordpress.com/">Ian</a> already <a href="http://twitter.com/IanSkerrett/status/12101160817">found out</a>: Yes, we love our DemoCamps! It&#8217;s always great to have technical discussions over a frosty beverage!</p>
<div class="wp-caption alignnone" style="width: 432px"><a href="http://www.flickr.com/photos/lamouroux/2455008482/"><img title="Watertower Mannheim" src="http://farm3.static.flickr.com/2055/2455008482_b1def65090.jpg" alt="2455008482 b1def65090 Eclipse DemoCamp 2010 in Mannheim" width="422" height="500" /></a><p class="wp-caption-text">Watertower by flamouroux</p></div>
<p>At the moment, the attendee list is still pretty empty but <a href="http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Mannheim#Who_Is_Attending">save yourself</a> a seat while it&#8217;s not booked out &#8211; they only have 100 seats available. Topics this year include <a href="http://eclipse.org/egit">EGit</a>, <a href="http://www.eclipse.org/rt/">EclipseRT</a>, <a href="http://www.android.com/">Android</a> and <a href="http://www.springsource.org/roo">Roo</a>. Do you think a cool topic is missing? Step up and give a demo about what you&#8217;re doing! I&#8217;m really looking forward to see more demos of how people use Eclipse as IDE or runtime.</p>
<p><a href="http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010"><img class="alignnone" title="DemoCamp" src="http://wiki.eclipse.org/images/8/89/Eclipse-camp.gif" alt="Eclipse camp Eclipse DemoCamp 2010 in Mannheim" width="90" height="76" /></a></p>
<p>Hope to see you there for another great DemoCamp and ad-hoc Stammtisch!</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/04/22/eclipse-democamp-2010-in-mannheim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helios M6 RCP package</title>
		<link>http://eclipsesource.com/blogs/2010/03/19/helios-m6-rcp-package/</link>
		<comments>http://eclipsesource.com/blogs/2010/03/19/helios-m6-rcp-package/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 08:00:23 +0000</pubDate>
		<dc:creator>Markus Knauer</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[egit]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[helios]]></category>
		<category><![CDATA[rap]]></category>
		<category><![CDATA[rcp]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=3912</guid>
		<description><![CDATA[The new EPP packages for Helios M6 are uploaded to the download area and just need some more hours to be distributed to the Eclipse download mirrors until we can make them available for the public from eclipse.org/downloads. The mirroring is important, because otherwise the eclipse.org uplink would be entirely saturated and no one could [...]]]></description>
			<content:encoded><![CDATA[<p>The new EPP packages for Helios M6 are uploaded to the download area and just need some more hours to be distributed to the Eclipse download mirrors until we can make them available for the public from eclipse.org/downloads. The mirroring is important, because otherwise the eclipse.org uplink would be entirely saturated and no one could get the Helios M6 bits in time before EclipseCon.</p>
<p>In the meantime, I&#8217;d like to highlight some additions that I recently did as a package maintainer of the <strong>RCP package</strong>. (If you don&#8217;t know what a package maintainer is you should consider joining my talk on Monday about &#8216;<a title="Building EPP Packages" href="http://www.eclipsecon.org/2010/sessions/?page=sessions&amp;id=1398" target="_blank">Building EPP packages</a>&#8216;.)</p>
<ul>
<li><a title="git" href="http://git-scm.com/" target="_blank">git</a> is becoming more and more popular at Eclipse and <a href="http://www.eclipse.org/egit/" target="_blank">EGit</a> is always one of the first plug-ins that I am installing whenever I unpack a new Eclipse milestone on my computer. The logical step: Include EGit in my RCP package because I think that I am not the only one who needs this tool.</li>
<li>Another addition that I recently made is the RAP tooling. My daily work has changed and in the last months I am doing more RAP development than RCP development. I am not entirely sure if one needs both in one package, maybe RAP needs to go into its own package, but so far I think both technologies  complement each other. I am happy to get feedback &#8211; see <a title="RCP package content" href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=230357" target="_blank">bug 230357</a>.</li>
<li>Last but not least: The <a title="MPC" href="http://eclipse.org/mpc/" target="_blank">Marketplace Client (MPC)</a> is included  to allow early feedback &#8211; the developers of this nice tool need your feedback to bring it into the best possible shape for Helios!</li>
</ul>
<p>Now let&#8217;s wait until the packages are available&#8230; and I need to go back preparing my EclipseCon slides.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/03/19/helios-m6-rcp-package/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Making history</title>
		<link>http://eclipsesource.com/blogs/2009/01/02/making-history/</link>
		<comments>http://eclipsesource.com/blogs/2009/01/02/making-history/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 17:31:25 +0000</pubDate>
		<dc:creator>Manuel Woelker</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[egit]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[jgit]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=173</guid>
		<description><![CDATA[I used what little free time I had over the holidays to catch up on the recent developments in source control management systems, which have been quite interesting to follow. Especially the arrival of Distributed Version Control Systems has caused quite a buzz in the software development industry. Somehow Eclipse as a whole totally missed [...]]]></description>
			<content:encoded><![CDATA[<p>I used what little free time I had over the holidays to catch up on the recent developments in source control management systems, which have been quite interesting to follow. Especially the arrival of Distributed Version Control Systems has caused quite a buzz in the software development industry.</p>
<p>Somehow Eclipse as a whole totally missed the SVN boat. Only in the last year has there been any uptake of <a href="http://www.eclipse.org/subversive/">Subversion within the Eclipse Foundation</a> itself. And although there are two separate plugins (and by my count at least 3 different adapter libraries) it still doesn&#8217;t feel quite as solid as the CVS counterpart. But the writing is on the wall: CVS does not fulfill all the needs we expect from a contemporary source code management system. And while I have been a long-time fan of Subversion (atomic-commits and rename tracking, yay!) I still feel that maybe the time of centralized source control is over, especially in an open source environment. <a href="http://cdtdoug.blogspot.com/2008/12/time-for-distributed-source-control-is.html">Doug Schaefer seems to agree</a>. Distributed source control makes it much easier for potential contributors to get started. Experimental and &#8220;investigative&#8221; branches are easier to manage, and things like feature branches are more easily merged again. While it&#8217;s not all roses either (partial checkouts and IP-taints anyone?), but it does make the the development process quite a bit better. And isn&#8217;t that one of the main goals of the Eclipse Foundation?</p>
<p>So over the holiday I checked out (<a href="http://repo.or.cz/w/egit.git">quite literally</a>) the latest <a href="http://code.google.com/p/egit/">egit</a> sources and played around with it a little. I must say that I came away quite impressed. Although there are still some features missing, the core looks very solid and usable.</p>
<div id="attachment_183" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-183" title="git-history1" src="http://eclipsesource.com/blogs/wp-content/uploads/2009/01/git-history1-300x222.png" alt="git history1 300x222 Making history" width="300" height="222" /><p class="wp-caption-text">The history of the egit project</p></div>
<p>Because the source for egit is openly available, it was very easy for me to &#8220;grok&#8221; the innards of the git system. My C is getting a little rusty these days, so a Java implementation made a much better reading experience for me. Debugging and Ctrl-clicking as well for that matter. With the core jgit library in hand, I even tried to implement a versioned POJO persistence store, but that&#8217;s a story for another time. What struck me most about git was the raw and brutal simplicity and the resulting elegance of its design. Believe it or not, but git only knows four different types of objects. Java&#8217;s &#8220;hello world&#8221; uses about that many! Another neat thing is the hash value that is calculated for virtually everything you do. When I first readabout this feature, I was quite skeptical to be honest: For starters, I don&#8217;t want to type 40 letter strings anytime I want to reference a revision and secondly, what about collisions? Well I worked out the math on that one, and what it comes down to is this: by the time I will create my first collision I will have been struck by lightning three times over <em>and</em> have survived the sun going supernova. And as for typing in those hashes, well you need it less than you would think and even then you usually only need the first few letters to make it unambiguous.</p>
<p>So kudos to the egit team for the great and continued work on this project. There even is an <a href="http://wiki.eclipse.org/EGit/Proposal">egit project proposal</a> up. Although git support was <a href="http://eclipse-committer-reps.blogspot.com/2008/12/december-2008-board-meeting.html">postponed in the last board meeting</a>, I still think this a step in the right direction and I&#8217;m looking forward to future developments.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2009/01/02/making-history/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

