<?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 Subversion with WordPress &#8211; Part 2: Maintaining Vendor Branches and Upgrading WP Core Files</title>
	<atom:link href="http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/</link>
	<description>Techblog is collection of articles covering a wide variety of tech related topics including: Linux, Microsoft, Google, web development, web design, open source, wordpress, security, and more.</description>
	<lastBuildDate>Sun, 29 Jan 2012 02:25:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: largo</title>
		<link>http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/comment-page-1/#comment-36451</link>
		<dc:creator>largo</dc:creator>
		<pubDate>Thu, 27 Oct 2011 11:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/#comment-36451</guid>
		<description>I enjoy what you guys tend to be up too. This sort of clever work and exposure! Keep up the excellent works guys I&#039;ve incorporated you guys to  blogroll.</description>
		<content:encoded><![CDATA[<p>I enjoy what you guys tend to be up too. This sort of clever work and exposure! Keep up the excellent works guys I&#8217;ve incorporated you guys to  blogroll.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patrick</title>
		<link>http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/comment-page-1/#comment-36304</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Thu, 14 Apr 2011 23:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/#comment-36304</guid>
		<description>ben,

old files may indeed be left behind, but you can get the full discussion from the relevant section of the subversion book to which the author refers in the first article (part 1).  That section is comprehensive and also provides links to some tools to deal with such problems.  Alternatively, if you just want to know that they are no longer part of the repos, you can do an svn diff --summarize between your working copy and a current vendor export.</description>
		<content:encoded><![CDATA[<p>ben,</p>
<p>old files may indeed be left behind, but you can get the full discussion from the relevant section of the subversion book to which the author refers in the first article (part 1).  That section is comprehensive and also provides links to some tools to deal with such problems.  Alternatively, if you just want to know that they are no longer part of the repos, you can do an svn diff &#8211;summarize between your working copy and a current vendor export.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/comment-page-1/#comment-36202</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Fri, 07 Jan 2011 14:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/#comment-36202</guid>
		<description>Nice article, but...in step 2 has some questions.

How about wordpress original source delete some files or directories?

Use cp -a, you will leave the deleted files or directories in your repositories, and never aware about their deletion.

Any good idea?</description>
		<content:encoded><![CDATA[<p>Nice article, but&#8230;in step 2 has some questions.</p>
<p>How about wordpress original source delete some files or directories?</p>
<p>Use cp -a, you will leave the deleted files or directories in your repositories, and never aware about their deletion.</p>
<p>Any good idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elran</title>
		<link>http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/comment-page-1/#comment-36126</link>
		<dc:creator>elran</dc:creator>
		<pubDate>Tue, 27 Apr 2010 15:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/#comment-36126</guid>
		<description>Hi Spencer,

we created the &quot;current&quot; folder automatically when we checked out a copy of the current vendor branch.

$ svn co http://svn.yourdomain.com/vendor/wordpress/current/

this creates the folder for you.
see &quot;&lt;a href=&quot;http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-1-creating-vendor-branches-and-integrating-your-existing-code/&quot; rel=&quot;nofollow&quot;&gt;Part 1&lt;/a&gt;&quot; for more details.</description>
		<content:encoded><![CDATA[<p>Hi Spencer,</p>
<p>we created the &#8220;current&#8221; folder automatically when we checked out a copy of the current vendor branch.</p>
<p>$ svn co <a href="http://svn.yourdomain.com/vendor/wordpress/current/" rel="nofollow">http://svn.yourdomain.com/vendor/wordpress/current/</a></p>
<p>this creates the folder for you.<br />
see &#8220;<a href="http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-1-creating-vendor-branches-and-integrating-your-existing-code/" rel="nofollow">Part 1</a>&#8221; for more details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spencer Hill</title>
		<link>http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/comment-page-1/#comment-36125</link>
		<dc:creator>Spencer Hill</dc:creator>
		<pubDate>Mon, 26 Apr 2010 06:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/#comment-36125</guid>
		<description>Hey man - looks like a great tutorial to hit the need right on the head, but you lost me in part two where you said: &quot;cd current...&quot; where did we create a folder called current?</description>
		<content:encoded><![CDATA[<p>Hey man &#8211; looks like a great tutorial to hit the need right on the head, but you lost me in part two where you said: &#8220;cd current&#8230;&#8221; where did we create a folder called current?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gib</title>
		<link>http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/comment-page-1/#comment-36055</link>
		<dc:creator>gib</dc:creator>
		<pubDate>Mon, 08 Feb 2010 07:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/#comment-36055</guid>
		<description>fully agree with tunesmith,
what about a svn switch automattic/tags/2.9.1.1
inside vendor/wordpress/current ?
anyway very useful articles, thanks a lot !</description>
		<content:encoded><![CDATA[<p>fully agree with tunesmith,<br />
what about a svn switch automattic/tags/2.9.1.1<br />
inside vendor/wordpress/current ?<br />
anyway very useful articles, thanks a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tunesmith</title>
		<link>http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/comment-page-1/#comment-35882</link>
		<dc:creator>tunesmith</dc:creator>
		<pubDate>Sat, 07 Nov 2009 02:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/#comment-35882</guid>
		<description>It would be nicer to just pull over the wordpress update through a svn update, and then merge it into one&#039;s own workspace.  Is this possible?  It just seems that that export/delete/copy process is something that subversion should be able to do.

The alternative is externals, but it requires wordpress being in its own directory, and wp-content screws that up.</description>
		<content:encoded><![CDATA[<p>It would be nicer to just pull over the wordpress update through a svn update, and then merge it into one&#8217;s own workspace.  Is this possible?  It just seems that that export/delete/copy process is something that subversion should be able to do.</p>
<p>The alternative is externals, but it requires wordpress being in its own directory, and wp-content screws that up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elran</title>
		<link>http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/comment-page-1/#comment-34697</link>
		<dc:creator>elran</dc:creator>
		<pubDate>Sun, 20 Apr 2008 18:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/#comment-34697</guid>
		<description>no they won&#039;t.

if you followed steps #5 and #6 from &lt;a href=&quot;http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-1-creating-vendor-branches-and-integrating-your-existing-code/&quot; rel=&quot;nofollow&quot;&gt;Part 1&lt;/a&gt; and prepared your files correctly - all your custom plugins and themes should already be under version control at this point.

furthermore, you would be merging only the differences between 2 versions of WordPress (an upgrade of core files) - this has nothing to do with your custom plugins and themes.</description>
		<content:encoded><![CDATA[<p>no they won&#8217;t.</p>
<p>if you followed steps #5 and #6 from <a href="http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-1-creating-vendor-branches-and-integrating-your-existing-code/" rel="nofollow">Part 1</a> and prepared your files correctly &#8211; all your custom plugins and themes should already be under version control at this point.</p>
<p>furthermore, you would be merging only the differences between 2 versions of WordPress (an upgrade of core files) &#8211; this has nothing to do with your custom plugins and themes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/comment-page-1/#comment-34696</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 19 Apr 2008 22:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/using-subversion-with-wordpress-part-2-maintaining-vendor-branches-and-upgrading-wp-core-files/#comment-34696</guid>
		<description>what about all your custom plugins, themes, etc? those will be overwritten with these commands...</description>
		<content:encoded><![CDATA[<p>what about all your custom plugins, themes, etc? those will be overwritten with these commands&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

