<?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: SVN and MySQL Schema Synchronization</title>
	<atom:link href="http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/</link>
	<description></description>
	<lastBuildDate>Mon, 01 Mar 2010 14:26:11 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MR</title>
		<link>http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/comment-page-1/#comment-419</link>
		<dc:creator>MR</dc:creator>
		<pubDate>Mon, 05 Oct 2009 23:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/#comment-419</guid>
		<description>oh i forgot,

liquibase support database other than mysql as well .. like oracle, sql server, postgres etc.
 it also using versioning while you can roll back to previous version as well.. 
nice ..

the cons: it just using XML ... hate it lot hahaha ... but it worth to use</description>
		<content:encoded><![CDATA[<p>oh i forgot,</p>
<p>liquibase support database other than mysql as well .. like oracle, sql server, postgres etc.<br />
 it also using versioning while you can roll back to previous version as well..<br />
nice ..</p>
<p>the cons: it just using XML &#8230; hate it lot hahaha &#8230; but it worth to use</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adwin</title>
		<link>http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/comment-page-1/#comment-194</link>
		<dc:creator>adwin</dc:creator>
		<pubDate>Fri, 01 May 2009 05:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/#comment-194</guid>
		<description>oh i forgot,

liquibase support database other than mysql as well .. like oracle, sql server, postgres etc.
 it also using versioning while you can roll back to previous version as well.. 
nice ..

the cons: it just using XML ... hate it lot hahaha ... but it worth to use</description>
		<content:encoded><![CDATA[<p>oh i forgot,</p>
<p>liquibase support database other than mysql as well .. like oracle, sql server, postgres etc.<br />
 it also using versioning while you can roll back to previous version as well..<br />
nice ..</p>
<p>the cons: it just using XML &#8230; hate it lot hahaha &#8230; but it worth to use</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adwin</title>
		<link>http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/comment-page-1/#comment-193</link>
		<dc:creator>adwin</dc:creator>
		<pubDate>Fri, 01 May 2009 05:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/#comment-193</guid>
		<description>try to use Liquibase. it is written using java but can stand alone and have nice features to do database sync. 

www.liquibase.org</description>
		<content:encoded><![CDATA[<p>try to use Liquibase. it is written using java but can stand alone and have nice features to do database sync. </p>
<p><a href="http://www.liquibase.org" rel="nofollow">http://www.liquibase.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brenden Frank</title>
		<link>http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/comment-page-1/#comment-187</link>
		<dc:creator>Brenden Frank</dc:creator>
		<pubDate>Fri, 20 Feb 2009 02:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/#comment-187</guid>
		<description>Why don&#039;t you simply add the flat file storage of MYSQL to repository and commit/update as usual? When developing, I work locally with my colleagues anyways on a program called Appserv.</description>
		<content:encoded><![CDATA[<p>Why don&#8217;t you simply add the flat file storage of MYSQL to repository and commit/update as usual? When developing, I work locally with my colleagues anyways on a program called Appserv.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gavin</title>
		<link>http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/comment-page-1/#comment-185</link>
		<dc:creator>gavin</dc:creator>
		<pubDate>Wed, 11 Feb 2009 01:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/#comment-185</guid>
		<description>you should also check out `Ruckusing`</description>
		<content:encoded><![CDATA[<p>you should also check out `Ruckusing`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: earpick</title>
		<link>http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/comment-page-1/#comment-173</link>
		<dc:creator>earpick</dc:creator>
		<pubDate>Thu, 27 Nov 2008 02:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/#comment-173</guid>
		<description>Sooo, any news on a public release of the scripts? =) I&#039;ve been looking for a solution to keep MySQL versioned as well and so far nothing much has come up in google.</description>
		<content:encoded><![CDATA[<p>Sooo, any news on a public release of the scripts? =) I&#8217;ve been looking for a solution to keep MySQL versioned as well and so far nothing much has come up in google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/comment-page-1/#comment-159</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Tue, 21 Oct 2008 17:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/#comment-159</guid>
		<description>Now everyone is talking about the American economy and eclections, nice to read something different. Eugene</description>
		<content:encoded><![CDATA[<p>Now everyone is talking about the American economy and eclections, nice to read something different. Eugene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sab</title>
		<link>http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/comment-page-1/#comment-148</link>
		<dc:creator>Sab</dc:creator>
		<pubDate>Fri, 10 Oct 2008 07:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/#comment-148</guid>
		<description>Yes .. i am working on fine tuning the scripts , so that they are worth public viewing .. write now they are just a bunch of hastily written lines of code. Once i am done , hopefully within the next couple of weeks , i will post the scripts for anyone willing to take a look.

As for multiple databases .. i don&#039;t see why it cant be done. right now my scenario doesn&#039;t need something like that but i will put something like that in the scripts i will post here.</description>
		<content:encoded><![CDATA[<p>Yes .. i am working on fine tuning the scripts , so that they are worth public viewing .. write now they are just a bunch of hastily written lines of code. Once i am done , hopefully within the next couple of weeks , i will post the scripts for anyone willing to take a look.</p>
<p>As for multiple databases .. i don&#8217;t see why it cant be done. right now my scenario doesn&#8217;t need something like that but i will put something like that in the scripts i will post here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Child</title>
		<link>http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/comment-page-1/#comment-147</link>
		<dc:creator>Dave Child</dc:creator>
		<pubDate>Thu, 09 Oct 2008 16:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/#comment-147</guid>
		<description>Great post - would be interested to see the actual scripts too, if you could share them?

Could this handle multiple databases - in an agency for example, with every client having their own database and every developer having their own copy of every database available to work on? Without using a unique repository for each client?</description>
		<content:encoded><![CDATA[<p>Great post &#8211; would be interested to see the actual scripts too, if you could share them?</p>
<p>Could this handle multiple databases &#8211; in an agency for example, with every client having their own database and every developer having their own copy of every database available to work on? Without using a unique repository for each client?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Itamar</title>
		<link>http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/comment-page-1/#comment-143</link>
		<dc:creator>Itamar</dc:creator>
		<pubDate>Wed, 01 Oct 2008 17:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodephp.com/2008/09/29/svn-and-mysql-schema-synchronization/#comment-143</guid>
		<description>Can I offer you something? (database comparison and migration tool, for free)

http://www.nobhillsoft.com/NHDBCompare.aspx</description>
		<content:encoded><![CDATA[<p>Can I offer you something? (database comparison and migration tool, for free)</p>
<p><a href="http://www.nobhillsoft.com/NHDBCompare.aspx" rel="nofollow">http://www.nobhillsoft.com/NHDBCompare.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
