<?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: Bulletproof Subversion Web Workflow</title>
	<atom:link href="http://anantgarg.com/2009/04/22/bulletproof-subversion-web-workflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://anantgarg.com/2009/04/22/bulletproof-subversion-web-workflow/</link>
	<description>on web development</description>
	<pubDate>Thu, 29 Jul 2010 19:21:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Clint</title>
		<link>http://anantgarg.com/2009/04/22/bulletproof-subversion-web-workflow/comment-page-1/#comment-2467</link>
		<dc:creator>Clint</dc:creator>
		<pubDate>Wed, 28 Oct 2009 19:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=234#comment-2467</guid>
		<description>I work for a web dev company that builds numerous websites. We have an private development server and a public production server. We'd like to use Subversion on the development server and push approved sites/updates to production. Should we have a single repository for all websites or create a unique repository for each site?</description>
		<content:encoded><![CDATA[<p>I work for a web dev company that builds numerous websites. We have an private development server and a public production server. We&#8217;d like to use Subversion on the development server and push approved sites/updates to production. Should we have a single repository for all websites or create a unique repository for each site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anant Garg</title>
		<link>http://anantgarg.com/2009/04/22/bulletproof-subversion-web-workflow/comment-page-1/#comment-270</link>
		<dc:creator>Anant Garg</dc:creator>
		<pubDate>Thu, 14 May 2009 16:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=234#comment-270</guid>
		<description>@Barry Hello, Once you have baselined your database (i.e. mysqldumped your database), all you have to do is create sequential files starting with 2.sql whenever you make a change to the database schema. Now inorder to understand dbbvc.php, it is quite simple. When you run dbbvc.php on your deployment server, it imports the baseline file and creates a file called db.version.php in the folder. This file stores the version number which has been last imported. The next time you import, the version number is again updated. Feel free to let me know incase the process is still unclear.</description>
		<content:encoded><![CDATA[<p>@Barry Hello, Once you have baselined your database (i.e. mysqldumped your database), all you have to do is create sequential files starting with 2.sql whenever you make a change to the database schema. Now inorder to understand dbbvc.php, it is quite simple. When you run dbbvc.php on your deployment server, it imports the baseline file and creates a file called db.version.php in the folder. This file stores the version number which has been last imported. The next time you import, the version number is again updated. Feel free to let me know incase the process is still unclear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://anantgarg.com/2009/04/22/bulletproof-subversion-web-workflow/comment-page-1/#comment-268</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Thu, 14 May 2009 14:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=234#comment-268</guid>
		<description>Hello, thanks for the writeup, really appreciate you taking the time!
I've got a bit confused about steps 11 and 12, but am I right in saying that I need to create these sequential files manually, each containing the set of database changes I've just made? 
I'm pretty sure you only mean for the new (ie, since previous tag) sequential files to be run as part of the upgrade, but I can't see where this logic comes in. How does dbbvc.php know where to start from each time?

Thanks again</description>
		<content:encoded><![CDATA[<p>Hello, thanks for the writeup, really appreciate you taking the time!<br />
I&#8217;ve got a bit confused about steps 11 and 12, but am I right in saying that I need to create these sequential files manually, each containing the set of database changes I&#8217;ve just made?<br />
I&#8217;m pretty sure you only mean for the new (ie, since previous tag) sequential files to be run as part of the upgrade, but I can&#8217;t see where this logic comes in. How does dbbvc.php know where to start from each time?</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
</channel>
</rss>
