<?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: bzr, again</title>
	<atom:link href="http://changelog.complete.org/archives/595-bzr-again/feed" rel="self" type="application/rss+xml" />
	<link>http://changelog.complete.org/archives/595-bzr-again</link>
	<description>Viewpoints on technology, society, and government</description>
	<lastBuildDate>Tue, 14 May 2013 02:23:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Jakub Narebski</title>
		<link>http://changelog.complete.org/archives/595-bzr-again/comment-page-1#comment-1492</link>
		<dc:creator>Jakub Narebski</dc:creator>
		<pubDate>Sat, 31 Mar 2007 13:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/595-bzr-again.html#comment-1492</guid>
		<description><![CDATA[Git support pushing via HTTP(S) + WebDAV, without need for git installed on remote side (so called &quot;dumb&quot; transport).

It has from some time fetching via FTP, it should be fairly easy to add pushing via (S)FTP.]]></description>
		<content:encoded><![CDATA[<p>Git support pushing via HTTP(S) + WebDAV, without need for git installed on remote side (so called &#8220;dumb&#8221; transport).</p>
<p>It has from some time fetching via FTP, it should be fairly easy to add pushing via (S)FTP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Siebenmann</title>
		<link>http://changelog.complete.org/archives/595-bzr-again/comment-page-1#comment-1472</link>
		<dc:creator>Chris Siebenmann</dc:creator>
		<pubDate>Mon, 26 Mar 2007 05:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/595-bzr-again.html#comment-1472</guid>
		<description><![CDATA[For two-way sync with Subversion, you might want to look at [url=http://darcs.net/DarcsWiki/Tailor]tailor[/url], which says it supports this for a number of version control systems. (I&#039;ve yet to try it myself, so I don&#039;t have any direct experience with how well it works.)]]></description>
		<content:encoded><![CDATA[<p>For two-way sync with Subversion, you might want to look at [url=http://darcs.net/DarcsWiki/Tailor]tailor[/url], which says it supports this for a number of version control systems. (I&#8217;ve yet to try it myself, so I don&#8217;t have any direct experience with how well it works.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Goerzen</title>
		<link>http://changelog.complete.org/archives/595-bzr-again/comment-page-1#comment-1471</link>
		<dc:creator>John Goerzen</dc:creator>
		<pubDate>Sat, 24 Mar 2007 19:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/595-bzr-again.html#comment-1471</guid>
		<description><![CDATA[But is that entirely safe if users are actively pulling from the repo at the time?  Also sshfs is not exactly a lightweight solution available on all hg platforms.

Don&#039;t get me wrong, Mercurial is great and I prefer it over bzr, but I do think bzr has a feature of use to some here.]]></description>
		<content:encoded><![CDATA[<p>But is that entirely safe if users are actively pulling from the repo at the time?  Also sshfs is not exactly a lightweight solution available on all hg platforms.</p>
<p>Don&#8217;t get me wrong, Mercurial is great and I prefer it over bzr, but I do think bzr has a feature of use to some here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Goerzen</title>
		<link>http://changelog.complete.org/archives/595-bzr-again/comment-page-1#comment-1470</link>
		<dc:creator>John Goerzen</dc:creator>
		<pubDate>Sat, 24 Mar 2007 19:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/595-bzr-again.html#comment-1470</guid>
		<description><![CDATA[That&#039;s not correct; you must have the darcs binary installed on the server for that.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s not correct; you must have the darcs binary installed on the server for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Arendsen Hein</title>
		<link>http://changelog.complete.org/archives/595-bzr-again/comment-page-1#comment-1469</link>
		<dc:creator>Thomas Arendsen Hein</dc:creator>
		<pubDate>Sat, 24 Mar 2007 19:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/595-bzr-again.html#comment-1469</guid>
		<description><![CDATA[Regarding &quot;4. No server-side process necessary for pushing repos&quot;:

Mercurial can pull from plain http servers since the very beginning (using static-http://), but of course this is much slower than with server side hg support.

Pushing without an hg server can be done with sshfs and a quick benchmark showed that it is as fast/slow as static-http.]]></description>
		<content:encoded><![CDATA[<p>Regarding &#8220;4. No server-side process necessary for pushing repos&#8221;:</p>
<p>Mercurial can pull from plain http servers since the very beginning (using static-http://), but of course this is much slower than with server side hg support.</p>
<p>Pushing without an hg server can be done with sshfs and a quick benchmark showed that it is as fast/slow as static-http.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Cox</title>
		<link>http://changelog.complete.org/archives/595-bzr-again/comment-page-1#comment-1468</link>
		<dc:creator>Matthew Cox</dc:creator>
		<pubDate>Sat, 24 Mar 2007 19:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/595-bzr-again.html#comment-1468</guid>
		<description><![CDATA[Regarding #4

With darcs, you can push to remote servers that you have ssh-access to. There&#039;s no server-side machinery needed.]]></description>
		<content:encoded><![CDATA[<p>Regarding #4</p>
<p>With darcs, you can push to remote servers that you have ssh-access to. There&#8217;s no server-side machinery needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Arendsen Hein</title>
		<link>http://changelog.complete.org/archives/595-bzr-again/comment-page-1#comment-1467</link>
		<dc:creator>Thomas Arendsen Hein</dc:creator>
		<pubDate>Sat, 24 Mar 2007 18:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/595-bzr-again.html#comment-1467</guid>
		<description><![CDATA[Regarding &quot;1. Renaming of directories&quot;:
hg supports merges for renamed directories  in the way you describe since 0.9.2 (released end of 2006)]]></description>
		<content:encoded><![CDATA[<p>Regarding &#8220;1. Renaming of directories&#8221;:<br />
hg supports merges for renamed directories  in the way you describe since 0.9.2 (released end of 2006)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olaf</title>
		<link>http://changelog.complete.org/archives/595-bzr-again/comment-page-1#comment-1466</link>
		<dc:creator>olaf</dc:creator>
		<pubDate>Sat, 24 Mar 2007 18:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/595-bzr-again.html#comment-1466</guid>
		<description><![CDATA[somebody in #mercurial was asking whether all the fact assumed here are true about hg, and mpm said, that &quot;fact #1&quot; is not true iirc!]]></description>
		<content:encoded><![CDATA[<p>somebody in #mercurial was asking whether all the fact assumed here are true about hg, and mpm said, that &#8220;fact #1&#8243; is not true iirc!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasily Sulatskov</title>
		<link>http://changelog.complete.org/archives/595-bzr-again/comment-page-1#comment-1465</link>
		<dc:creator>Vasily Sulatskov</dc:creator>
		<pubDate>Sat, 24 Mar 2007 17:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/595-bzr-again.html#comment-1465</guid>
		<description><![CDATA[Tags was available using plugin for ages.
See http://michael.ellerman.id.au/bzr/plugins/tags/

One doesn&#039;t need to even google for it, as this plugin is listed here: http://bazaar-vcs.org/BzrPlugins]]></description>
		<content:encoded><![CDATA[<p>Tags was available using plugin for ages.<br />
See <a href="http://michael.ellerman.id.au/bzr/plugins/tags/" rel="nofollow">http://michael.ellerman.id.au/bzr/plugins/tags/</a></p>
<p>One doesn&#8217;t need to even google for it, as this plugin is listed here: <a href="http://bazaar-vcs.org/BzrPlugins" rel="nofollow">http://bazaar-vcs.org/BzrPlugins</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Goerzen</title>
		<link>http://changelog.complete.org/archives/595-bzr-again/comment-page-1#comment-1463</link>
		<dc:creator>John Goerzen</dc:creator>
		<pubDate>Sat, 24 Mar 2007 16:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/595-bzr-again.html#comment-1463</guid>
		<description><![CDATA[0.15 is supposed to have it.]]></description>
		<content:encoded><![CDATA[<p>0.15 is supposed to have it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teki321</title>
		<link>http://changelog.complete.org/archives/595-bzr-again/comment-page-1#comment-1462</link>
		<dc:creator>teki321</dc:creator>
		<pubDate>Sat, 24 Mar 2007 13:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/595-bzr-again.html#comment-1462</guid>
		<description><![CDATA[What about tagging ?]]></description>
		<content:encoded><![CDATA[<p>What about tagging ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://changelog.complete.org/archives/595-bzr-again/comment-page-1#comment-1460</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 23 Mar 2007 23:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/595-bzr-again.html#comment-1460</guid>
		<description><![CDATA[Next thing you could do is asking the hg, git and darcs guys, what they have and &quot;the others&quot; don&#039;t.

Still very interesting.

I can see bzr being ahead in everything in about half a years time, but I think that bzr is a little bit too much fixed on Canoncial Products...]]></description>
		<content:encoded><![CDATA[<p>Next thing you could do is asking the hg, git and darcs guys, what they have and &#8220;the others&#8221; don&#8217;t.</p>
<p>Still very interesting.</p>
<p>I can see bzr being ahead in everything in about half a years time, but I think that bzr is a little bit too much fixed on Canoncial Products&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://changelog.complete.org/archives/595-bzr-again/comment-page-1#comment-1459</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 23 Mar 2007 23:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://changelog2.complete.org/archives/595-bzr-again.html#comment-1459</guid>
		<description><![CDATA[uploading repos via FTP will be soon possible with HG as well

pachi wrote a patch.]]></description>
		<content:encoded><![CDATA[<p>uploading repos via FTP will be soon possible with HG as well</p>
<p>pachi wrote a patch.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
