<?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: Version Control: SVN, PHP and MySQL</title>
	<atom:link href="http://lpetrov.mylo.bg/version-control-svn-php-and-mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://lpetrov.mylo.bg/version-control-svn-php-and-mysql</link>
	<description>entrepreneurship, e-commerce, marketing, web, freelance and personal thoughts</description>
	<lastBuildDate>Fri, 08 Apr 2011 19:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Gerry</title>
		<link>http://lpetrov.mylo.bg/version-control-svn-php-and-mysql/comment-page-1#comment-26</link>
		<dc:creator>Gerry</dc:creator>
		<pubDate>Mon, 01 Feb 2010 23:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://lpetrov.mylo.bg/index.php/2007/08/23/version-control-svn-php-and-mysql/#comment-26</guid>
		<description>BTW, your comments script incorrectly labels me as using Safari, when I&#039;m using Chrome

I think this is mostly Google&#039;s fault as their useragent identifies itself as such in part:

http://www.google.com/chrome/intl/en/webmasters-faq.html#useragent

(switching to Firefox for this post)</description>
		<content:encoded><![CDATA[<p>BTW, your comments script incorrectly labels me as using Safari, when I&#8217;m using Chrome</p>
<p>I think this is mostly Google&#8217;s fault as their useragent identifies itself as such in part:</p>
<p><a href="http://www.google.com/chrome/intl/en/webmasters-faq.html#useragent" rel="nofollow">http://www.google.com/chrome/intl/en/webmasters-faq.html#useragent</a></p>
<p>(switching to Firefox for this post)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry</title>
		<link>http://lpetrov.mylo.bg/version-control-svn-php-and-mysql/comment-page-1#comment-25</link>
		<dc:creator>Gerry</dc:creator>
		<pubDate>Mon, 01 Feb 2010 22:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://lpetrov.mylo.bg/index.php/2007/08/23/version-control-svn-php-and-mysql/#comment-25</guid>
		<description>Sounds similar to what we have done too. So do you check out all of the dev folder into the staging folder, because surely some things in the dev repository would still be in development, while others would be reading for staging. How do you manage this?</description>
		<content:encoded><![CDATA[<p>Sounds similar to what we have done too. So do you check out all of the dev folder into the staging folder, because surely some things in the dev repository would still be in development, while others would be reading for staging. How do you manage this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyubomir Petrov</title>
		<link>http://lpetrov.mylo.bg/version-control-svn-php-and-mysql/comment-page-1#comment-24</link>
		<dc:creator>Lyubomir Petrov</dc:creator>
		<pubDate>Mon, 26 Nov 2007 20:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://lpetrov.mylo.bg/index.php/2007/08/23/version-control-svn-php-and-mysql/#comment-24</guid>
		<description>Our public are is a working copy (with checkout) with an mod_rewrite option do deny access to .svn directories from users (via HTTP).
I think this is the fastest way to sync the public area, a large project ~60-70MB with alot of files can need 1-2mins for svn export, so checkout will fix only the changed files and the application will not hangout.

Other way of doing this is using svn export to temporary directory and after all files are exported, just use /bin/mv to move the files (you must 1st remove the old folder), but this will need time.

Depending on the site/application (public large scale web application, private (itranet) web site/application and etc..) type you can use other suitable ways of syncing. There are many other ways, but I think those are the most used ones.</description>
		<content:encoded><![CDATA[<p>Our public are is a working copy (with checkout) with an mod_rewrite option do deny access to .svn directories from users (via HTTP).<br />
I think this is the fastest way to sync the public area, a large project ~60-70MB with alot of files can need 1-2mins for svn export, so checkout will fix only the changed files and the application will not hangout.</p>
<p>Other way of doing this is using svn export to temporary directory and after all files are exported, just use /bin/mv to move the files (you must 1st remove the old folder), but this will need time.</p>
<p>Depending on the site/application (public large scale web application, private (itranet) web site/application and etc..) type you can use other suitable ways of syncing. There are many other ways, but I think those are the most used ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iñaki</title>
		<link>http://lpetrov.mylo.bg/version-control-svn-php-and-mysql/comment-page-1#comment-23</link>
		<dc:creator>Iñaki</dc:creator>
		<pubDate>Mon, 26 Nov 2007 18:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://lpetrov.mylo.bg/index.php/2007/08/23/version-control-svn-php-and-mysql/#comment-23</guid>
		<description>Lyubomir, how do you copy files from staging to the public area? rsync? Or do you checkout from SVN again?</description>
		<content:encoded><![CDATA[<p>Lyubomir, how do you copy files from staging to the public area? rsync? Or do you checkout from SVN again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyubomir Petrov</title>
		<link>http://lpetrov.mylo.bg/version-control-svn-php-and-mysql/comment-page-1#comment-22</link>
		<dc:creator>Lyubomir Petrov</dc:creator>
		<pubDate>Wed, 17 Oct 2007 16:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://lpetrov.mylo.bg/index.php/2007/08/23/version-control-svn-php-and-mysql/#comment-22</guid>
		<description>PS: We can do a chat in Skype if you need more information and ofcourse If i can help somehow :) my skype is: cheaser-r0x
:)</description>
		<content:encoded><![CDATA[<p>PS: We can do a chat in Skype if you need more information and ofcourse If i can help somehow <img src='http://lpetrov.mylo.bg/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  my skype is: cheaser-r0x <img src='http://lpetrov.mylo.bg/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyubomir Petrov</title>
		<link>http://lpetrov.mylo.bg/version-control-svn-php-and-mysql/comment-page-1#comment-21</link>
		<dc:creator>Lyubomir Petrov</dc:creator>
		<pubDate>Wed, 17 Oct 2007 16:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://lpetrov.mylo.bg/index.php/2007/08/23/version-control-svn-php-and-mysql/#comment-21</guid>
		<description>I don&#039;t know what you mean in &#039;shadow folders&#039;, but using SVN is easy.
Just checking out the &#039;dev&#039; folder in a temporary folder, clearing the current (old) &#039;staging&#039;, then checking out the temp folder to &#039;staging&#039;.
And we have a fresh &#039;staging&#039; now and we can proceed to run tests and etc.
(with the same procedure we checkout the &#039;staging&#039; to &#039;public&#039; if we think that staging works OK).

This is for the SVN part. About DBChanges, we had developed an tool that reads db table information from XML files and then parses it. If they are changed (the XML files), we create Patches files that are recorded on the file space (later we sync it with SVN, for some reasons).

Another way of creating an DBChanges Version Control on the data in a dbtable is the usage of &#039;audition&#039;  observer, that looks around for &#039;UPDATE&#039;,&#039;INSERT&#039;,&#039;DELETE&#039; and saves meta information in a DBTable or files. This is some kind of usable cos&#039; almost any information can be reversed to its parent version and this helps while the (web)application is in Beta version :)

About &#039;branches&#039;, yah they can be used after we get an working and stable version (all works in the `staging`), so we can copy the working version to an &#039;branch&#039; with common version name.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know what you mean in &#8216;shadow folders&#8217;, but using SVN is easy.<br />
Just checking out the &#8216;dev&#8217; folder in a temporary folder, clearing the current (old) &#8216;staging&#8217;, then checking out the temp folder to &#8216;staging&#8217;.<br />
And we have a fresh &#8216;staging&#8217; now and we can proceed to run tests and etc.<br />
(with the same procedure we checkout the &#8216;staging&#8217; to &#8216;public&#8217; if we think that staging works OK).</p>
<p>This is for the SVN part. About DBChanges, we had developed an tool that reads db table information from XML files and then parses it. If they are changed (the XML files), we create Patches files that are recorded on the file space (later we sync it with SVN, for some reasons).</p>
<p>Another way of creating an DBChanges Version Control on the data in a dbtable is the usage of &#8216;audition&#8217;  observer, that looks around for &#8216;UPDATE&#8217;,'INSERT&#8217;,'DELETE&#8217; and saves meta information in a DBTable or files. This is some kind of usable cos&#8217; almost any information can be reversed to its parent version and this helps while the (web)application is in Beta version <img src='http://lpetrov.mylo.bg/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>About &#8216;branches&#8217;, yah they can be used after we get an working and stable version (all works in the `staging`), so we can copy the working version to an &#8216;branch&#8217; with common version name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://lpetrov.mylo.bg/version-control-svn-php-and-mysql/comment-page-1#comment-20</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Wed, 17 Oct 2007 16:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://lpetrov.mylo.bg/index.php/2007/08/23/version-control-svn-php-and-mysql/#comment-20</guid>
		<description>hi.  i read your article.  we are in the middle of selecting a versioning software.  Our setup is exactly as you describe yours.  we have played around with quite a few options and have failed to find anything that is a perfect fit.

Would you care to share how you deploy from deve to staging and so on.

deploying to dev is simple with shadow folders, but how do deploy to your staging box?

branches?  triggers?  a little info would be greatly appreciated.

Thanks</description>
		<content:encoded><![CDATA[<p>hi.  i read your article.  we are in the middle of selecting a versioning software.  Our setup is exactly as you describe yours.  we have played around with quite a few options and have failed to find anything that is a perfect fit.</p>
<p>Would you care to share how you deploy from deve to staging and so on.</p>
<p>deploying to dev is simple with shadow folders, but how do deploy to your staging box?</p>
<p>branches?  triggers?  a little info would be greatly appreciated.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

