<?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>Eclipse Papercuts &#187; Source</title>
	<atom:link href="http://www.vogella.de/blog/tag/source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vogella.de/blog</link>
	<description>Tips around Java, Eclipse and Web programming</description>
	<lastBuildDate>Tue, 31 Aug 2010 09:48:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Checking out EGit source code with EGit</title>
		<link>http://www.vogella.de/blog/2010/02/12/checkout-egit-source-code/</link>
		<comments>http://www.vogella.de/blog/2010/02/12/checkout-egit-source-code/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 01:13:37 +0000</pubDate>
		<dc:creator>Lars Vogel</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[EGit]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Source]]></category>

		<guid isPermaLink="false">http://www.vogella.de/blog/?p=1916</guid>
		<description><![CDATA[Git and EGit are getting popular. In case you want to s [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		var dzone_url = "http://www.vogella.de/blog/2010/02/12/checkout-egit-source-code/";
		var dzone_title = "Checking out EGit source code with EGit";
		var dzone_style = "1";
		var dzone_blurb = "";
		//-->
		</script>
		<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script></div><!--S-ButtonZ 1.1.5 End--><p>Git and EGit are getting popular. In case you want to start hacking on EGit this will give you some hints. </p>
<p>First install EGit following this guide <a href="http://www.vogella.de/articles/EGit/article.html">EGit Tutorial</a>.</p>
<p>First you need a few libraries from Orbit via cvs. The cvs location is  &#8220;:pserver:anonymous@dev.eclipse.org/cvsroot/tools&#8221;. You need:</p>
<ul>
<li>org.eclipse.orbit/com.jcraft.jsch</li>
<li>org.eclipse.orbit/org.kohsuke.args4j</li>
<li>org.eclipse.orbit/javax.servlet</li>
</ul>
<p>See  <a href="http://wiki.eclipse.org/EGit/Contributor_Guide#Libraries_from_Orbit"> Libraries from Orbit</a> for getting these libraries.</p>
<p>Select File -&gt; Import -&gt; Git -&gt; Git Repository and paste the URL &#8220;git://egit.eclipse.org/jgit.git&#8221; into the first line.</p>
<p><a href="http://www.vogella.de/blog/wp-content/uploads/2010/02/checkout.gif"><img src="http://www.vogella.de/blog/wp-content/uploads/2010/02/checkout.gif" alt="" width="419" height="431" class="aligncenter size-full wp-image-1920" /></a></p>
<p>Do the same with &#8220;git://egit.eclipse.org/egit.git&#8221;.</p>
<p>Currently there is a little bug in EGit, please see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=298027">Bug Report</a>. If you facing the problem that the Team operations are not available on your new project my <a href="http://www.vogella.de/articles/EGit/article.html">EGit Tutorial</a> describes what to do to make the Team operations available. This <strong>should be fixed very soon</strong>, path is already commited to the master branch. </p>
<p>You have now the source code in your workspace and can start hacking. </p>
<p>For more info please see the excellent <a href="http://wiki.eclipse.org/EGit/Contributor_Guide">EGit Contributor Guide</a>.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://www.vogella.de/blog/2010/02/12/checkout-egit-source-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting the Eclipse source code via Git</title>
		<link>http://www.vogella.de/blog/2009/11/24/eclipse-source-git/</link>
		<comments>http://www.vogella.de/blog/2009/11/24/eclipse-source-git/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 13:57:07 +0000</pubDate>
		<dc:creator>Lars Vogel</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Source]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.vogella.de/blog/?p=1417</guid>
		<description><![CDATA[Eclipse recently started to provide Git mirrors of the  [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		var dzone_url = "http://www.vogella.de/blog/2009/11/24/eclipse-source-git/";
		var dzone_title = "Getting the Eclipse source code via Git";
		var dzone_style = "1";
		var dzone_blurb = "";
		//-->
		</script>
		<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script></div><!--S-ButtonZ 1.1.5 End--><p>Eclipse recently started to provide Git mirrors of the cvs repositories.You find the location of the Git repository on the following website <a href="http://dev.eclipse.org/git/">Eclipse Git repositories</a>.</p>
<p>If you have the git commad line tools installed (Ubuntu: sudo apt-get git-core) you can use the following command to check these repositories out from the command line: </p>
<pre class="brush: bash;">
git clone url
</pre>
<p>for example to get the JFace snippets use the following command.</p>
<pre class="brush: bash;">
git clone git://dev.eclipse.org/org.eclipse.jface/org.eclipse.jface.snippets.git
</pre>
<p>After that checkout you can import the project into Eclipse via File -&gt; Import -&gt; General -&gt; Existing Project into Workspace.</p>
<p>Of course you can use the <a href="http://www.eclipse.org/egit/">EGit plugin</a> to checkout Git repositories directly in Eclipse. Check the excellent <a href="http://wiki.eclipse.org/EGit/User_Guide/">EGit User Guide</a> for this.</p>
<p>Via Git we have another nice option to get the Eclipse source code in additon <a href="http://www.vogella.de/articles/EclipseCodeAccess/article.html#versioncontrol">to cvs and svn</a>. <img src='http://www.vogella.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>I believe Git does currently not support Project Set Files (.psf) similar to cvs to get a consistent set of plugins but at least individual plugins can be checked out. </p>
<p><strong>Update</strong> I have created a small  introduction to Git <a href="http://www.vogella.de/articles/Git/article.html">Git Tutorial</a> and to EGit <a href="http://www.vogella.de/articles/EGit/article.html">Git with Eclipse &#8211; EGit Tutorial</a>. Hope this helps.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://www.vogella.de/blog/2009/11/24/eclipse-source-git/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
