<?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: Using svk and svn to Maintain a FooBSD</title>
	<atom:link href="http://blogs.freebsdish.org/jhb/2009/05/26/using-svk-foobsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.freebsdish.org/jhb/2009/05/26/using-svk-foobsd/</link>
	<description>Just another FreeBSD Committers Blogs weblog</description>
	<lastBuildDate>Wed, 23 Jan 2013 20:42:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: jhb</title>
		<link>http://blogs.freebsdish.org/jhb/2009/05/26/using-svk-foobsd/comment-page-1/#comment-14</link>
		<dc:creator>jhb</dc:creator>
		<pubDate>Mon, 31 Aug 2009 14:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.freebsdish.org/jhb/?p=5#comment-14</guid>
		<description><![CDATA[An update to this, I&#039;ve recently added support to the release Makefile for using SVN with &quot;make release&quot;.  One would do &#039;make SVNROOT=file:///home/foobsd SVNBRANCH=stable/7&#039; with those changes to build a release of FooBSD 7.x.]]></description>
		<content:encoded><![CDATA[<p>An update to this, I&#8217;ve recently added support to the release Makefile for using SVN with &#8220;make release&#8221;.  One would do &#8216;make SVNROOT=file:///home/foobsd SVNBRANCH=stable/7&#8242; with those changes to build a release of FooBSD 7.x.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhb</title>
		<link>http://blogs.freebsdish.org/jhb/2009/05/26/using-svk-foobsd/comment-page-1/#comment-13</link>
		<dc:creator>jhb</dc:creator>
		<pubDate>Mon, 31 Aug 2009 14:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.freebsdish.org/jhb/?p=5#comment-13</guid>
		<description><![CDATA[My understanding is that SVK, Git, and Mercurial are all supposed to do this sort of task fairly well.  As I noted in the conclusion, SVK isn&#039;t the only way to do this.  One possible advantage of the SVK approach is that if you are already familiar with SVN, then this approach allows you to use a tool you are already familiar with for most of your day-to-day tasks.]]></description>
		<content:encoded><![CDATA[<p>My understanding is that SVK, Git, and Mercurial are all supposed to do this sort of task fairly well.  As I noted in the conclusion, SVK isn&#8217;t the only way to do this.  One possible advantage of the SVK approach is that if you are already familiar with SVN, then this approach allows you to use a tool you are already familiar with for most of your day-to-day tasks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saifi Khan</title>
		<link>http://blogs.freebsdish.org/jhb/2009/05/26/using-svk-foobsd/comment-page-1/#comment-12</link>
		<dc:creator>Saifi Khan</dc:creator>
		<pubDate>Sun, 30 Aug 2009 03:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.freebsdish.org/jhb/?p=5#comment-12</guid>
		<description><![CDATA[Hi John:

Isn&#039;t this what Mercurial or Git supposed to do very well ?

thanks
Saifi.]]></description>
		<content:encoded><![CDATA[<p>Hi John:</p>
<p>Isn&#8217;t this what Mercurial or Git supposed to do very well ?</p>
<p>thanks<br />
Saifi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Le guide du forkeur FreeBSD at FreeBSD-fr: Les nouvelles du géant en français</title>
		<link>http://blogs.freebsdish.org/jhb/2009/05/26/using-svk-foobsd/comment-page-1/#comment-3</link>
		<dc:creator>Le guide du forkeur FreeBSD at FreeBSD-fr: Les nouvelles du géant en français</dc:creator>
		<pubDate>Wed, 27 May 2009 22:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.freebsdish.org/jhb/?p=5#comment-3</guid>
		<description><![CDATA[[...] Mais comment suivre des développements et maintenir un code à jour et qui compile. Dans ce magnifique post,  il nous livre sa solution pour maintenir une version modifiée en dupliquant et synchronisant [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Mais comment suivre des développements et maintenir un code à jour et qui compile. Dans ce magnifique post,  il nous livre sa solution pour maintenir une version modifiée en dupliquant et synchronisant [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhb</title>
		<link>http://blogs.freebsdish.org/jhb/2009/05/26/using-svk-foobsd/comment-page-1/#comment-2</link>
		<dc:creator>jhb</dc:creator>
		<pubDate>Wed, 27 May 2009 19:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.freebsdish.org/jhb/?p=5#comment-2</guid>
		<description><![CDATA[Right now make release doesn&#039;t handle SVN, but you can workaround that by checking out an SVN branch and then using EXTSRCDIR.  So for example:

# svn co file://home/foobsd/stable/7 /some/path
# make release EXTSRCDIR=/some/path]]></description>
		<content:encoded><![CDATA[<p>Right now make release doesn&#8217;t handle SVN, but you can workaround that by checking out an SVN branch and then using EXTSRCDIR.  So for example:</p>
<p># svn co file://home/foobsd/stable/7 /some/path<br />
# make release EXTSRCDIR=/some/path</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://blogs.freebsdish.org/jhb/2009/05/26/using-svk-foobsd/comment-page-1/#comment-1</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 27 May 2009 19:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.freebsdish.org/jhb/?p=5#comment-1</guid>
		<description><![CDATA[Is it possible to build your own custom iso image with &quot;make release&quot; in with an svn branch?
AFAIK make release needs a CVSROOT environment. Maybe CVSROOT=/foobsd/stable/7?]]></description>
		<content:encoded><![CDATA[<p>Is it possible to build your own custom iso image with &#8220;make release&#8221; in with an svn branch?<br />
AFAIK make release needs a CVSROOT environment. Maybe CVSROOT=/foobsd/stable/7?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
