<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
		>
<channel>
	<title>Comments for Flavio Castelli</title>
	<atom:link href="http://flavio.castelli.name/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://flavio.castelli.name</link>
	<description>debugging my life</description>
	<lastBuildDate>Sat, 28 Jan 2012 07:37:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Howto use Git and svn together by git-svn: 整合使用git和svn - IceskYsl@1sters</title>
		<link>http://flavio.castelli.name/howto_use_git_with_svn/comment-page-1#comment-14215</link>
		<dc:creator>git-svn: 整合使用git和svn - IceskYsl@1sters</dc:creator>
		<pubDate>Sat, 28 Jan 2012 07:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.flavio.castelli.name/howto_use_git_with_svn/#comment-14215</guid>
		<description>[...] and subversion&#8221;和&#8220;Howto use Git and svn together&#8221;以及&#8220;git-svn [...]</description>
		<content:encoded><![CDATA[<p>[...] and subversion&rdquo;和&ldquo;Howto use Git and svn together&rdquo;以及&ldquo;git-svn [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto use Git and svn together by Vishal</title>
		<link>http://flavio.castelli.name/howto_use_git_with_svn/comment-page-1#comment-14207</link>
		<dc:creator>Vishal</dc:creator>
		<pubDate>Thu, 26 Jan 2012 22:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.flavio.castelli.name/howto_use_git_with_svn/#comment-14207</guid>
		<description>Happened to me too... it works if you use clone instead of init fetch.

git svn clone -s -r1234:HEAD http://some.svn.repo/repo repo

where 1234 is some revision in the svn repo.</description>
		<content:encoded><![CDATA[<p>Happened to me too&#8230; it works if you use clone instead of init fetch.</p>
<p>git svn clone -s -r1234:HEAD <a href="http://some.svn.repo/repo" rel="nofollow">http://some.svn.repo/repo</a> repo</p>
<p>where 1234 is some revision in the svn repo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to run a single rails unit test by Flavio</title>
		<link>http://flavio.castelli.name/rails_execute_single_test/comment-page-1#comment-14170</link>
		<dc:creator>Flavio</dc:creator>
		<pubDate>Fri, 20 Jan 2012 08:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.castelli.name/?p=295#comment-14170</guid>
		<description>Thanks for the note, I fixed it.</description>
		<content:encoded><![CDATA[<p>Thanks for the note, I fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to run a single rails unit test by Aaron</title>
		<link>http://flavio.castelli.name/rails_execute_single_test/comment-page-1#comment-14167</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 19 Jan 2012 20:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.castelli.name/?p=295#comment-14167</guid>
		<description>A rather important typo:

ruby -I&quot;lib:test&quot; test/unit/invitation_test.rb - test_should_create_invitation

should be:

ruby -I&quot;lib:test&quot; test/unit/invitation_test.rb -n test_should_create_invitation

You wrote it correctly elsewhere. :)</description>
		<content:encoded><![CDATA[<p>A rather important typo:</p>
<p>ruby -I&#8221;lib:test&#8221; test/unit/invitation_test.rb &#8211; test_should_create_invitation</p>
<p>should be:</p>
<p>ruby -I&#8221;lib:test&#8221; test/unit/invitation_test.rb -n test_should_create_invitation</p>
<p>You wrote it correctly elsewhere. <img src='http://flavio.castelli.name/wp-content/plugins/smilies-themer/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto use Git and svn together by Paul McCann</title>
		<link>http://flavio.castelli.name/howto_use_git_with_svn/comment-page-1#comment-14159</link>
		<dc:creator>Paul McCann</dc:creator>
		<pubDate>Tue, 17 Jan 2012 03:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.flavio.castelli.name/howto_use_git_with_svn/#comment-14159</guid>
		<description>Hey, I tried following your instructions, but when I use &quot;git svn rebase&quot; I get this output:

fatal: ambiguous argument &#039;HEAD&#039;: unknown revision or path not in the working tree.
Use &#039;--&#039; to separate paths from revisions
log --no-color --no-decorate --first-parent --pretty=medium HEAD: command returned error: 128

Any idea why that might be happening?</description>
		<content:encoded><![CDATA[<p>Hey, I tried following your instructions, but when I use &#8220;git svn rebase&#8221; I get this output:</p>
<p>fatal: ambiguous argument &#8216;HEAD&#8217;: unknown revision or path not in the working tree.<br />
Use &#8216;&#8211;&#8217; to separate paths from revisions<br />
log &#8211;no-color &#8211;no-decorate &#8211;first-parent &#8211;pretty=medium HEAD: command returned error: 128</p>
<p>Any idea why that might be happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto use Git and svn together by Flavio</title>
		<link>http://flavio.castelli.name/howto_use_git_with_svn/comment-page-1#comment-14156</link>
		<dc:creator>Flavio</dc:creator>
		<pubDate>Fri, 13 Jan 2012 10:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.flavio.castelli.name/howto_use_git_with_svn/#comment-14156</guid>
		<description>just decide which scm to use. Then store the cms inside of a dedicated repo. Store the other projects inside of dedicated repositories and bring the scm code into them using svn externals or git submodules.</description>
		<content:encoded><![CDATA[<p>just decide which scm to use. Then store the cms inside of a dedicated repo. Store the other projects inside of dedicated repositories and bring the scm code into them using svn externals or git submodules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto use Git and svn together by Levi</title>
		<link>http://flavio.castelli.name/howto_use_git_with_svn/comment-page-1#comment-14155</link>
		<dc:creator>Levi</dc:creator>
		<pubDate>Fri, 13 Jan 2012 09:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.flavio.castelli.name/howto_use_git_with_svn/#comment-14155</guid>
		<description>Hmm, don&#039;t really understand...
Where should I store the CMS repo, and where the other projects&#039; repos?</description>
		<content:encoded><![CDATA[<p>Hmm, don&#8217;t really understand&#8230;<br />
Where should I store the CMS repo, and where the other projects&#8217; repos?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto use Git and svn together by Flavio</title>
		<link>http://flavio.castelli.name/howto_use_git_with_svn/comment-page-1#comment-14153</link>
		<dc:creator>Flavio</dc:creator>
		<pubDate>Thu, 12 Jan 2012 14:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.flavio.castelli.name/howto_use_git_with_svn/#comment-14153</guid>
		<description>Just stay with one scm, this will make your life easier. You can share the cms code using svn&#039;s externals or using git&#039;s submodules.

If you use svn as main cms you will still be able to checkout the code using git even when svn externals are used.</description>
		<content:encoded><![CDATA[<p>Just stay with one scm, this will make your life easier. You can share the cms code using svn&#8217;s externals or using git&#8217;s submodules.</p>
<p>If you use svn as main cms you will still be able to checkout the code using git even when svn externals are used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto use Git and svn together by Levi</title>
		<link>http://flavio.castelli.name/howto_use_git_with_svn/comment-page-1#comment-14152</link>
		<dc:creator>Levi</dc:creator>
		<pubDate>Thu, 12 Jan 2012 12:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.flavio.castelli.name/howto_use_git_with_svn/#comment-14152</guid>
		<description>Hi,
Maybe you can help me in my problem. I wish to use in my projects git and svn together. The reason is complicated. We are making webpages and we have our own cms. Well, each webpage project is different, so I want to store them in SVN version control, in different projects. But each has the cms, with is common, that I want to store in other version control as a self standing project. The cms I would store in GIT. 
My target is, that from any project I have to be able to commit in the repo of the website project and in the repo of the common cms as well.
Can I do this?

Thank you very much for your help!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Maybe you can help me in my problem. I wish to use in my projects git and svn together. The reason is complicated. We are making webpages and we have our own cms. Well, each webpage project is different, so I want to store them in SVN version control, in different projects. But each has the cms, with is common, that I want to store in other version control as a self standing project. The cms I would store in GIT.<br />
My target is, that from any project I have to be able to commit in the repo of the website project and in the repo of the common cms as well.<br />
Can I do this?</p>
<p>Thank you very much for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto use Git and svn together by Linux Howtos</title>
		<link>http://flavio.castelli.name/howto_use_git_with_svn/comment-page-1#comment-14151</link>
		<dc:creator>Linux Howtos</dc:creator>
		<pubDate>Tue, 10 Jan 2012 16:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.flavio.castelli.name/howto_use_git_with_svn/#comment-14151</guid>
		<description>hi!,I love your writing so a lot! proportion we keep up a correspondence extra about your article on AOL? I need an expert on this house to solve my problem. Maybe that is you! Having a look forward to see you.</description>
		<content:encoded><![CDATA[<p>hi!,I love your writing so a lot! proportion we keep up a correspondence extra about your article on AOL? I need an expert on this house to solve my problem. Maybe that is you! Having a look forward to see you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

