<?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"
	>
<channel>
	<title>Comments on: SVK - Distributed Version Control - Part III</title>
	<atom:link href="http://www.bieberlabs.com/archives/2005/01/08/svk-distributed-version-control-part-iii/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bieberlabs.com/archives/2005/01/08/svk-distributed-version-control-part-iii/</link>
	<description>Looking for the practical in a world full of cruft</description>
	<pubDate>Sun, 07 Sep 2008 07:27:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Saverio</title>
		<link>http://www.bieberlabs.com/archives/2005/01/08/svk-distributed-version-control-part-iii/#comment-43143</link>
		<dc:creator>Saverio</dc:creator>
		<pubDate>Sat, 24 May 2008 21:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.bieberlabs.com/wordpress/archives/2005/01/08/svk-distributed-version-control-part-iii#comment-43143</guid>
		<description>Congratulations, nice tutorial.

NB. just to nitpick, i would use the standard "\" as a line continuator, rather than "_".</description>
		<content:encoded><![CDATA[<p>Congratulations, nice tutorial.</p>
<p>NB. just to nitpick, i would use the standard &#8220;\&#8221; as a line continuator, rather than &#8220;_&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniele Primon</title>
		<link>http://www.bieberlabs.com/archives/2005/01/08/svk-distributed-version-control-part-iii/#comment-42369</link>
		<dc:creator>Daniele Primon</dc:creator>
		<pubDate>Wed, 20 Feb 2008 18:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.bieberlabs.com/wordpress/archives/2005/01/08/svk-distributed-version-control-part-iii#comment-42369</guid>
		<description>Thanks for a comprehensive tutorial on SVK usage. I admit it hasn't been a snap to follow your instructions but in the end it proves promising!

- Using SVK on Debian</description>
		<content:encoded><![CDATA[<p>Thanks for a comprehensive tutorial on SVK usage. I admit it hasn&#8217;t been a snap to follow your instructions but in the end it proves promising!</p>
<p>- Using SVK on Debian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Hannah</title>
		<link>http://www.bieberlabs.com/archives/2005/01/08/svk-distributed-version-control-part-iii/#comment-40315</link>
		<dc:creator>Jay Hannah</dc:creator>
		<pubDate>Thu, 27 Dec 2007 22:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.bieberlabs.com/wordpress/archives/2005/01/08/svk-distributed-version-control-part-iii#comment-40315</guid>
		<description>Awesome! Thank you!

Installing SVK is also trivial on Mac OS X. Just download 2 .dmg files, double-click them, and everything works!

http://homepage.mac.com/hiirem/svkbuilds.html</description>
		<content:encoded><![CDATA[<p>Awesome! Thank you!</p>
<p>Installing SVK is also trivial on Mac OS X. Just download 2 .dmg files, double-click them, and everything works!</p>
<p><a href="http://homepage.mac.com/hiirem/svkbuilds.html" rel="nofollow">http://homepage.mac.com/hiirem/svkbuilds.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Bieber</title>
		<link>http://www.bieberlabs.com/archives/2005/01/08/svk-distributed-version-control-part-iii/#comment-40172</link>
		<dc:creator>Ron Bieber</dc:creator>
		<pubDate>Thu, 29 Nov 2007 10:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.bieberlabs.com/wordpress/archives/2005/01/08/svk-distributed-version-control-part-iii#comment-40172</guid>
		<description>Welcome ;)   Glad it was useful.</description>
		<content:encoded><![CDATA[<p>Welcome <img src='http://www.bieberlabs.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   Glad it was useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete McKinstry</title>
		<link>http://www.bieberlabs.com/archives/2005/01/08/svk-distributed-version-control-part-iii/#comment-40170</link>
		<dc:creator>Pete McKinstry</dc:creator>
		<pubDate>Thu, 29 Nov 2007 04:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bieberlabs.com/wordpress/archives/2005/01/08/svk-distributed-version-control-part-iii#comment-40170</guid>
		<description>Ron,

Thanks for a great intro to svk. Got me going lickity split!

-pgm</description>
		<content:encoded><![CDATA[<p>Ron,</p>
<p>Thanks for a great intro to svk. Got me going lickity split!</p>
<p>-pgm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LeParrain</title>
		<link>http://www.bieberlabs.com/archives/2005/01/08/svk-distributed-version-control-part-iii/#comment-39003</link>
		<dc:creator>LeParrain</dc:creator>
		<pubDate>Wed, 18 Jul 2007 10:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.bieberlabs.com/wordpress/archives/2005/01/08/svk-distributed-version-control-part-iii#comment-39003</guid>
		<description>Thanks a lot for your very useful articles. For my company use, I'd like to implement SVK but for maintaining local SVN servers and not SVN clients. Our architecture implies 1 central server and 2 geographically distant development teams and their dedicated SVN server (one server per team). SVK would be used for synchronising local devs made on local SVN servers onto one central server. So, is it possible to set a local SVK created branch (on the local SVN servers) as the repository for SVN clients?
I would really appreciate your opinion on this point as you have some experience with SVK implementation. Feel free to contact me via email if you'd like some precisions about my needs.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your very useful articles. For my company use, I&#8217;d like to implement SVK but for maintaining local SVN servers and not SVN clients. Our architecture implies 1 central server and 2 geographically distant development teams and their dedicated SVN server (one server per team). SVK would be used for synchronising local devs made on local SVN servers onto one central server. So, is it possible to set a local SVK created branch (on the local SVN servers) as the repository for SVN clients?<br />
I would really appreciate your opinion on this point as you have some experience with SVK implementation. Feel free to contact me via email if you&#8217;d like some precisions about my needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jprenaud.info &#187; Blog Archive &#187; Using svk to mirror a subversion repository</title>
		<link>http://www.bieberlabs.com/archives/2005/01/08/svk-distributed-version-control-part-iii/#comment-38782</link>
		<dc:creator>jprenaud.info &#187; Blog Archive &#187; Using svk to mirror a subversion repository</dc:creator>
		<pubDate>Sat, 30 Jun 2007 08:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bieberlabs.com/wordpress/archives/2005/01/08/svk-distributed-version-control-part-iii#comment-38782</guid>
		<description>[...] - Part I - Part II - Part III [...]</description>
		<content:encoded><![CDATA[<p>[...] - Part I - Part II - Part III [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: augusto</title>
		<link>http://www.bieberlabs.com/archives/2005/01/08/svk-distributed-version-control-part-iii/#comment-35188</link>
		<dc:creator>augusto</dc:creator>
		<pubDate>Sun, 03 Dec 2006 16:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bieberlabs.com/wordpress/archives/2005/01/08/svk-distributed-version-control-part-iii#comment-35188</guid>
		<description>Some great tutorials for SVK. Installation was so easy with your articles. I'm going to write some German translation with the main-steps. &lt;a href="http://blog.bauer-online.org/archives/263-SVK-dezentrale-Versionskontrolle-mit-Subversion.html" rel="nofollow"&gt;Part I&lt;/a&gt; is already done.

Tanks a lot.</description>
		<content:encoded><![CDATA[<p>Some great tutorials for SVK. Installation was so easy with your articles. I&#8217;m going to write some German translation with the main-steps. <a href="http://blog.bauer-online.org/archives/263-SVK-dezentrale-Versionskontrolle-mit-Subversion.html" rel="nofollow">Part I</a> is already done.</p>
<p>Tanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Gerungan</title>
		<link>http://www.bieberlabs.com/archives/2005/01/08/svk-distributed-version-control-part-iii/#comment-25472</link>
		<dc:creator>Charles Gerungan</dc:creator>
		<pubDate>Sun, 27 Aug 2006 07:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.bieberlabs.com/wordpress/archives/2005/01/08/svk-distributed-version-control-part-iii#comment-25472</guid>
		<description>Along with all the other info on svk, this tutorial is the main reason for trying out svk. Thanks!</description>
		<content:encoded><![CDATA[<p>Along with all the other info on svk, this tutorial is the main reason for trying out svk. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Bieber</title>
		<link>http://www.bieberlabs.com/archives/2005/01/08/svk-distributed-version-control-part-iii/#comment-463</link>
		<dc:creator>Ron Bieber</dc:creator>
		<pubDate>Tue, 30 Aug 2005 22:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bieberlabs.com/wordpress/archives/2005/01/08/svk-distributed-version-control-part-iii#comment-463</guid>
		<description>Your welcome.  Thanks for posting up!</description>
		<content:encoded><![CDATA[<p>Your welcome.  Thanks for posting up!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
