<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for No Relation To...</title>
	
	<link>http://blog.emmanuelbernard.com</link>
	<description />
	<lastBuildDate>Thu, 15 Jul 2010 11:59:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/NoRelationToComments" /><feedburner:info uri="norelationtocomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Git: how my life has improved since last month when I used SVN by Kabir Khan</title>
		<link>http://feedproxy.google.com/~r/NoRelationToComments/~3/1vnulOxZVC8/</link>
		<dc:creator>Kabir Khan</dc:creator>
		<pubDate>Thu, 15 Jul 2010 11:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmanuelbernard.com/?p=128#comment-1608</guid>
		<description>I was getting some problems where the 'git svn fetch' would bomb out with the following "useful" error message:
Assertion failed: (svn_path_is_canonical(component, pool)), function svn_path_join, file subversion/libsvn_subr/path.c, line 115.
error: git-svn died of signal 6

Modifying the following of .git/config
        branches = projects/cl-benchmark/branches&lt;strong&gt;//&lt;/strong&gt;*:refs/remotes/*
        tags = projects/cl-benchmark/tags&lt;strong&gt;//&lt;/strong&gt;*:refs/remotes/tags/*
to
        branches = projects/cl-benchmark/branches&lt;strong&gt;/&lt;/strong&gt;*:refs/remotes/*
        tags = projects/cl-benchmark/tags&lt;strong&gt;/&lt;/strong&gt;*:refs/remotes/tags/*

Fixes it (thanks Carlo!)</description>
		<content:encoded><![CDATA[<p>I was getting some problems where the &#8216;git svn fetch&#8217; would bomb out with the following &#8220;useful&#8221; error message:<br />
Assertion failed: (svn_path_is_canonical(component, pool)), function svn_path_join, file subversion/libsvn_subr/path.c, line 115.<br />
error: git-svn died of signal 6</p>
<p>Modifying the following of .git/config<br />
        branches = projects/cl-benchmark/branches<strong>//</strong>*:refs/remotes/*<br />
        tags = projects/cl-benchmark/tags<strong>//</strong>*:refs/remotes/tags/*<br />
to<br />
        branches = projects/cl-benchmark/branches<strong>/</strong>*:refs/remotes/*<br />
        tags = projects/cl-benchmark/tags<strong>/</strong>*:refs/remotes/tags/*</p>
<p>Fixes it (thanks Carlo!)</p>
<img src="http://feeds.feedburner.com/~r/NoRelationToComments/~4/1vnulOxZVC8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.emmanuelbernard.com/2010/05/git-how-my-life-has-improved-since-last-month-when-i-used-svn/comment-page-1/#comment-1608</feedburner:origLink></item>
	<item>
		<title>Comment on Retour sur l’Universite du SI 2010: geek et boss une equipe qui gagne by Antonio Goncalves</title>
		<link>http://feedproxy.google.com/~r/NoRelationToComments/~3/xNjKzxXfM-w/</link>
		<dc:creator>Antonio Goncalves</dc:creator>
		<pubDate>Sun, 11 Jul 2010 17:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmanuelbernard.com/?p=143#comment-1548</guid>
		<description>Dans la même veine des mondes parallèles au Paris JUG on a eu "Les Juggers viennent de Mars et les commerciaux de Venus". Effectivement, on est pas fait pareil ;o)

http://www.parisjug.org/xwiki/bin/view/Meeting/20080911</description>
		<content:encoded><![CDATA[<p>Dans la même veine des mondes parallèles au Paris JUG on a eu &#8220;Les Juggers viennent de Mars et les commerciaux de Venus&#8221;. Effectivement, on est pas fait pareil ;o)</p>
<p><a href="http://www.parisjug.org/xwiki/bin/view/Meeting/20080911" rel="nofollow">http://www.parisjug.org/xwiki/bin/view/Meeting/20080911</a></p>
<img src="http://feeds.feedburner.com/~r/NoRelationToComments/~4/xNjKzxXfM-w" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.emmanuelbernard.com/2010/07/retour-sur-luniversite-du-si-2010-geek-et-boss-une-equipe-qui-gagne/comment-page-1/#comment-1548</feedburner:origLink></item>
	<item>
		<title>Comment on Git: how my life has improved since last month when I used SVN by Samuel Le Berrigaud</title>
		<link>http://feedproxy.google.com/~r/NoRelationToComments/~3/TnwVFjfd9Uo/</link>
		<dc:creator>Samuel Le Berrigaud</dc:creator>
		<pubDate>Mon, 28 Jun 2010 14:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmanuelbernard.com/?p=128#comment-1414</guid>
		<description>Me again. I've had an interesting issue with Git SVN today and I thought I would &lt;a href="http://sam.leberrigaud.org/2010/06/using-git-with-svn-repositories.html" rel="nofollow"&gt;share it&lt;/a&gt;.
In short, sometimes &lt;code&gt;trunk&lt;/code&gt; is not linked to &lt;code&gt;master&lt;/code&gt; and running the following command fixes it:
git reset --hard remotes/trunk</description>
		<content:encoded><![CDATA[<p>Me again. I&#8217;ve had an interesting issue with Git SVN today and I thought I would <a href="http://sam.leberrigaud.org/2010/06/using-git-with-svn-repositories.html" rel="nofollow">share it</a>.<br />
In short, sometimes <code>trunk</code> is not linked to <code>master</code> and running the following command fixes it:<br />
git reset &#8211;hard remotes/trunk</p>
<img src="http://feeds.feedburner.com/~r/NoRelationToComments/~4/TnwVFjfd9Uo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.emmanuelbernard.com/2010/05/git-how-my-life-has-improved-since-last-month-when-i-used-svn/comment-page-1/#comment-1414</feedburner:origLink></item>
	<item>
		<title>Comment on Git: how my life has improved since last month when I used SVN by emmanuel</title>
		<link>http://feedproxy.google.com/~r/NoRelationToComments/~3/EIEFpVDFMoM/</link>
		<dc:creator>emmanuel</dc:creator>
		<pubDate>Wed, 23 Jun 2010 21:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmanuelbernard.com/?p=128#comment-1353</guid>
		<description>-s did not work well for me at the time, that's why I used the manual option.</description>
		<content:encoded><![CDATA[<p>-s did not work well for me at the time, that&#8217;s why I used the manual option.</p>
<img src="http://feeds.feedburner.com/~r/NoRelationToComments/~4/EIEFpVDFMoM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.emmanuelbernard.com/2010/05/git-how-my-life-has-improved-since-last-month-when-i-used-svn/comment-page-1/#comment-1353</feedburner:origLink></item>
	<item>
		<title>Comment on Git: how my life has improved since last month when I used SVN by Samuel Le Berrigaud</title>
		<link>http://feedproxy.google.com/~r/NoRelationToComments/~3/FwOa_ytODZQ/</link>
		<dc:creator>Samuel Le Berrigaud</dc:creator>
		<pubDate>Wed, 23 Jun 2010 17:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmanuelbernard.com/?p=128#comment-1349</guid>
		<description>I like and use Git with SVN projects for all the same reasons! You might be interested by a 'simpler' command to init and checkout an SVN project, simply go:
&lt;code&gt;git svn clone -s my/svn/repo/project&lt;/code&gt;

That will actually do the &lt;em&gt;init&lt;/em&gt; and &lt;em&gt;fetch&lt;/em&gt;. The &lt;em&gt;-s&lt;/em&gt; option tells Git SVN that the project uses the standard SVN layout, so no need to specify where trunk, tags and branches are. And you can stop and resume using &lt;code&gt;git svn fetch&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>I like and use Git with SVN projects for all the same reasons! You might be interested by a &#8217;simpler&#8217; command to init and checkout an SVN project, simply go:<br />
<code>git svn clone -s my/svn/repo/project</code></p>
<p>That will actually do the <em>init</em> and <em>fetch</em>. The <em>-s</em> option tells Git SVN that the project uses the standard SVN layout, so no need to specify where trunk, tags and branches are. And you can stop and resume using <code>git svn fetch</code>.</p>
<img src="http://feeds.feedburner.com/~r/NoRelationToComments/~4/FwOa_ytODZQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.emmanuelbernard.com/2010/05/git-how-my-life-has-improved-since-last-month-when-i-used-svn/comment-page-1/#comment-1349</feedburner:origLink></item>
	<item>
		<title>Comment on Git: how my life has improved since last month when I used SVN by emmanuel</title>
		<link>http://feedproxy.google.com/~r/NoRelationToComments/~3/-MQa8wj2Xxk/</link>
		<dc:creator>emmanuel</dc:creator>
		<pubDate>Thu, 17 Jun 2010 09:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmanuelbernard.com/?p=128#comment-1270</guid>
		<description>It's more at the philosophy level. 

When I look at the available menus and command names in IntelliJ, it seems the SVN world has been mapped onto the Git world (for example, unstaged / staged). At the end of the day I was totally unsure what to do and did not want to screw things up. So I came back to the command line or GitX.

I find that GitX provides a lot of what I need graphically on a daily basis.

BTW when you execute things on the command line, IntelliJ seems to not notice (at least for a while) and show files as not committed.</description>
		<content:encoded><![CDATA[<p>It&#8217;s more at the philosophy level. </p>
<p>When I look at the available menus and command names in IntelliJ, it seems the SVN world has been mapped onto the Git world (for example, unstaged / staged). At the end of the day I was totally unsure what to do and did not want to screw things up. So I came back to the command line or GitX.</p>
<p>I find that GitX provides a lot of what I need graphically on a daily basis.</p>
<p>BTW when you execute things on the command line, IntelliJ seems to not notice (at least for a while) and show files as not committed.</p>
<img src="http://feeds.feedburner.com/~r/NoRelationToComments/~4/-MQa8wj2Xxk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.emmanuelbernard.com/2010/05/git-how-my-life-has-improved-since-last-month-when-i-used-svn/comment-page-1/#comment-1270</feedburner:origLink></item>
	<item>
		<title>Comment on Git: how my life has improved since last month when I used SVN by Michael Schuetz</title>
		<link>http://feedproxy.google.com/~r/NoRelationToComments/~3/-PE9SZI-m2c/</link>
		<dc:creator>Michael Schuetz</dc:creator>
		<pubDate>Wed, 16 Jun 2010 11:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmanuelbernard.com/?p=128#comment-1259</guid>
		<description>Really like this post.

I'm interested in problems you mentioned with IDEA git support. What did not work in detail? Anyway, what do you think: which IDE has best git support? Thanks</description>
		<content:encoded><![CDATA[<p>Really like this post.</p>
<p>I&#8217;m interested in problems you mentioned with IDEA git support. What did not work in detail? Anyway, what do you think: which IDE has best git support? Thanks</p>
<img src="http://feeds.feedburner.com/~r/NoRelationToComments/~4/-PE9SZI-m2c" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.emmanuelbernard.com/2010/05/git-how-my-life-has-improved-since-last-month-when-i-used-svn/comment-page-1/#comment-1259</feedburner:origLink></item>
	<item>
		<title>Comment on Git: how my life has improved since last month when I used SVN by Ranga</title>
		<link>http://feedproxy.google.com/~r/NoRelationToComments/~3/k_36Z4t52_I/</link>
		<dc:creator>Ranga</dc:creator>
		<pubDate>Wed, 02 Jun 2010 13:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmanuelbernard.com/?p=128#comment-1087</guid>
		<description>One hopes git will be incorporated into eclipse soon. There's no looking back once you have gotten bit by git.</description>
		<content:encoded><![CDATA[<p>One hopes git will be incorporated into eclipse soon. There&#8217;s no looking back once you have gotten bit by git.</p>
<img src="http://feeds.feedburner.com/~r/NoRelationToComments/~4/k_36Z4t52_I" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.emmanuelbernard.com/2010/05/git-how-my-life-has-improved-since-last-month-when-i-used-svn/comment-page-1/#comment-1087</feedburner:origLink></item>
	<item>
		<title>Comment on Git: how my life has improved since last month when I used SVN by Thomas Einwaller</title>
		<link>http://feedproxy.google.com/~r/NoRelationToComments/~3/xupB9-dGvxc/</link>
		<dc:creator>Thomas Einwaller</dc:creator>
		<pubDate>Mon, 31 May 2010 13:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmanuelbernard.com/?p=128#comment-1053</guid>
		<description>I experienced exactly the same within the last months using git svn - I really love the possibility of switching to git without having all the other team members forced to use it too. 

As for EGit I can only speak for myself but I really like the command line interface of git. I tried some GUI tools but in most use cases I am happy with the shell ;-)</description>
		<content:encoded><![CDATA[<p>I experienced exactly the same within the last months using git svn &#8211; I really love the possibility of switching to git without having all the other team members forced to use it too. </p>
<p>As for EGit I can only speak for myself but I really like the command line interface of git. I tried some GUI tools but in most use cases I am happy with the shell <img src='http://blog.emmanuelbernard.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/NoRelationToComments/~4/xupB9-dGvxc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.emmanuelbernard.com/2010/05/git-how-my-life-has-improved-since-last-month-when-i-used-svn/comment-page-1/#comment-1053</feedburner:origLink></item>
	<item>
		<title>Comment on Getter / Setter generation in Java by Jesper Steen Møller</title>
		<link>http://feedproxy.google.com/~r/NoRelationToComments/~3/kGn0L-BMgBQ/</link>
		<dc:creator>Jesper Steen Møller</dc:creator>
		<pubDate>Mon, 31 May 2010 13:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmanuelbernard.com/?p=88#comment-1050</guid>
		<description>One thing which irks me about property get/setters is how they mess up single stepping. I wrote an &lt;a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=254677" rel="nofollow"&gt;enhancement&lt;/a&gt; for the Eclipse JDT debugger, but it wasn't picked up :-(</description>
		<content:encoded><![CDATA[<p>One thing which irks me about property get/setters is how they mess up single stepping. I wrote an <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=254677" rel="nofollow">enhancement</a> for the Eclipse JDT debugger, but it wasn&#8217;t picked up <img src='http://blog.emmanuelbernard.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/NoRelationToComments/~4/kGn0L-BMgBQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://blog.emmanuelbernard.com/2010/03/getter-setter-generation-in-java/comment-page-1/#comment-1050</feedburner:origLink></item>
</channel>
</rss>
