<?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 on: Why not Subversion + DVCS of Choice?</title>
	<atom:link href="http://blog.schmichael.com/2009/01/06/why-not-subversion-dvcs-of-choice/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schmichael.com/2009/01/06/why-not-subversion-dvcs-of-choice/</link>
	<description>good good study, day day up</description>
	<lastBuildDate>Wed, 01 Sep 2010 23:30:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: John Carr</title>
		<link>http://blog.schmichael.com/2009/01/06/why-not-subversion-dvcs-of-choice/comment-page-1/#comment-41878</link>
		<dc:creator>John Carr</dc:creator>
		<pubDate>Thu, 08 Jan 2009 16:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=511#comment-41878</guid>
		<description>@Michael Schurter: Thanks!

I agree with your reasoning, its less madness for me because i&#039;m already quite familiar with git internals from other work and I can help normal bzr-git development and the dulwich project all at the same time.

And because i&#039;m building on a lot of dulwich, bzr-git and bazaar code, theres only about 140 lines of code specific to this idea to maintain even if it doesnt work out.</description>
		<content:encoded><![CDATA[<p>@Michael Schurter: Thanks!</p>
<p>I agree with your reasoning, its less madness for me because i&#8217;m already quite familiar with git internals from other work and I can help normal bzr-git development and the dulwich project all at the same time.</p>
<p>And because i&#8217;m building on a lot of dulwich, bzr-git and bazaar code, theres only about 140 lines of code specific to this idea to maintain even if it doesnt work out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Schurter</title>
		<link>http://blog.schmichael.com/2009/01/06/why-not-subversion-dvcs-of-choice/comment-page-1/#comment-41877</link>
		<dc:creator>Michael Schurter</dc:creator>
		<pubDate>Thu, 08 Jan 2009 16:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=511#comment-41877</guid>
		<description>@John Carr:  Thanks for commenting and sorry WordPress eats formatting.  I guess it only seems like madness to me because $dvcs-svn already exists, whereas building servers on top of bzr&#039;s repository format doesn&#039;t.  So part of my skepticism is just being overly conservative about things like this, but if the concept doesn&#039;t catch on outside Gnome you have a long lonely road of maintainership ahead of you.

Also just let me say thanks for all your contributions to Gnome!  I&#039;m one of the lazy jerks that just sits back, reaps the rewards, and bitches about the bugs.  Hopefully someday I&#039;ll graduate from part-time-bug-submitter to something a bit more beneficial.  :)</description>
		<content:encoded><![CDATA[<p>@John Carr:  Thanks for commenting and sorry WordPress eats formatting.  I guess it only seems like madness to me because $dvcs-svn already exists, whereas building servers on top of bzr&#8217;s repository format doesn&#8217;t.  So part of my skepticism is just being overly conservative about things like this, but if the concept doesn&#8217;t catch on outside Gnome you have a long lonely road of maintainership ahead of you.</p>
<p>Also just let me say thanks for all your contributions to Gnome!  I&#8217;m one of the lazy jerks that just sits back, reaps the rewards, and bitches about the bugs.  Hopefully someday I&#8217;ll graduate from part-time-bug-submitter to something a bit more beneficial.  <img src='http://blog.schmichael.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Carr</title>
		<link>http://blog.schmichael.com/2009/01/06/why-not-subversion-dvcs-of-choice/comment-page-1/#comment-41873</link>
		<dc:creator>John Carr</dc:creator>
		<pubDate>Thu, 08 Jan 2009 13:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=511#comment-41873</guid>
		<description>Bah. It ate the ascii art :(</description>
		<content:encoded><![CDATA[<p>Bah. It ate the ascii art <img src='http://blog.schmichael.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Carr</title>
		<link>http://blog.schmichael.com/2009/01/06/why-not-subversion-dvcs-of-choice/comment-page-1/#comment-41872</link>
		<dc:creator>John Carr</dc:creator>
		<pubDate>Thu, 08 Jan 2009 13:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=511#comment-41872</guid>
		<description>I need a whiteboard for this...

On the left we have the server, on the right the client.

bzr and bzr+git             just bzr or just git (no weird plugins)

svn                 git + git+svn or bzr + bzr-svn

They are the same idea, but by putting the mapping on the server side we reducing the failure points. Its better to use the Bazaar repository because it is closer to Gits and the mapping will be simpler.

In summary, if my idea sounds crazy, carrying on using SVN whilst encouraging $(dvcs)-svn is crazy. A lot of the people who bashed the idea are bashing it because they think it will be as bad as carrying on using SVN.

If people really really want SVN, they only need to ask. I&#039;m quite interested in finishing the SVN server in bzr-svn too.</description>
		<content:encoded><![CDATA[<p>I need a whiteboard for this&#8230;</p>
<p>On the left we have the server, on the right the client.</p>
<p>bzr and bzr+git             just bzr or just git (no weird plugins)</p>
<p>svn                 git + git+svn or bzr + bzr-svn</p>
<p>They are the same idea, but by putting the mapping on the server side we reducing the failure points. Its better to use the Bazaar repository because it is closer to Gits and the mapping will be simpler.</p>
<p>In summary, if my idea sounds crazy, carrying on using SVN whilst encouraging $(dvcs)-svn is crazy. A lot of the people who bashed the idea are bashing it because they think it will be as bad as carrying on using SVN.</p>
<p>If people really really want SVN, they only need to ask. I&#8217;m quite interested in finishing the SVN server in bzr-svn too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
