<?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: When svn up does not work (Wordpress subversion)</title>
	<atom:link href="http://www.h4x3d.com/when-svn-up-does-not-work-wordpress-subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.h4x3d.com/when-svn-up-does-not-work-wordpress-subversion/</link>
	<description>online portfolio of Julian Klewes</description>
	<lastBuildDate>Tue, 10 Nov 2009 17:15:45 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: wordpress 2.5 and subversion by Rich Zygler at boringguys.com</title>
		<link>http://www.h4x3d.com/when-svn-up-does-not-work-wordpress-subversion/comment-page-1/#comment-1561</link>
		<dc:creator>wordpress 2.5 and subversion by Rich Zygler at boringguys.com</dc:creator>
		<pubDate>Sat, 02 Aug 2008 12:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.h4x3d.com/when-svn-up-does-not-work-wordpress-subversion/#comment-1561</guid>
		<description>[...] For some reason, performing an svn update on the external repository http://svn.automattic.com/wordpress/trunk/ does absolutely nothing.Â  This is pretty baffling behavior.Â  Same wordpress and subversion issue also mentioned here. [...]</description>
		<content:encoded><![CDATA[<p>[...] For some reason, performing an svn update on the external repository <a  href="http://svn.automattic.com/wordpress/trunk/" rel="nofollow" class="external">http://svn.automattic.com/wordpress/trunk/</a> does absolutely nothing.Â  This is pretty baffling behavior.Â  Same wordpress and subversion issue also mentioned here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jez</title>
		<link>http://www.h4x3d.com/when-svn-up-does-not-work-wordpress-subversion/comment-page-1/#comment-1560</link>
		<dc:creator>jez</dc:creator>
		<pubDate>Tue, 10 Jun 2008 05:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.h4x3d.com/when-svn-up-does-not-work-wordpress-subversion/#comment-1560</guid>
		<description>@Jonathan: thanks for the hint, I will definitely bash that into putty later on!</description>
		<content:encoded><![CDATA[<p>@Jonathan: thanks for the hint, I will definitely bash that into putty later on!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.h4x3d.com/when-svn-up-does-not-work-wordpress-subversion/comment-page-1/#comment-1559</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Mon, 09 Jun 2008 18:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.h4x3d.com/when-svn-up-does-not-work-wordpress-subversion/#comment-1559</guid>
		<description>There&#039;s a happy medium:
&lt;code&gt;svn sw http://automattic.com/wordpress/branches/2.5/ .&lt;/code&gt;
Today that would give you v2.5.2 alpha. And the only svn sw you&#039;d have to do is when the 2.6 branch is ready enough for you.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a happy medium:<br />
<code>svn sw <a  href="http://automattic.com/wordpress/branches/2.5/" rel="nofollow" class="external">http://automattic.com/wordpress/branches/2.5/</a> .</code><br />
Today that would give you v2.5.2 alpha. And the only svn sw you&#8217;d have to do is when the 2.6 branch is ready enough for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jez</title>
		<link>http://www.h4x3d.com/when-svn-up-does-not-work-wordpress-subversion/comment-page-1/#comment-1558</link>
		<dc:creator>jez</dc:creator>
		<pubDate>Fri, 02 May 2008 14:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.h4x3d.com/when-svn-up-does-not-work-wordpress-subversion/#comment-1558</guid>
		<description>@Jeremy: thanks a lot for your detailed comment! I do now understand why I have to use &lt;em&gt;svn sw ..&lt;/em&gt; , still it is annoying :) Using the bleeding edge release is one possibility, as stated by you, however this comes at certain caveats...</description>
		<content:encoded><![CDATA[<p>@Jeremy: thanks a lot for your detailed comment! I do now understand why I have to use <em>svn sw ..</em> , still it is annoying :) Using the bleeding edge release is one possibility, as stated by you, however this comes at certain caveats&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.h4x3d.com/when-svn-up-does-not-work-wordpress-subversion/comment-page-1/#comment-1557</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 02 May 2008 14:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.h4x3d.com/when-svn-up-does-not-work-wordpress-subversion/#comment-1557</guid>
		<description>You have to use the sw command because your svn is tied to a particular branch. For instance, at the time you posted, your blog&#039;s svn was set to 2.3.3 and you will need to keep switching to stay updated. &quot;svn update&quot; only updates your stuff to the branch that you&#039;re on. You /could/ sw to wordpress&#039;s trunk, but then you risk breakage and difficulties (in exchange for earlier access to new features).</description>
		<content:encoded><![CDATA[<p>You have to use the sw command because your svn is tied to a particular branch. For instance, at the time you posted, your blog&#8217;s svn was set to 2.3.3 and you will need to keep switching to stay updated. &#8220;svn update&#8221; only updates your stuff to the branch that you&#8217;re on. You /could/ sw to wordpress&#8217;s trunk, but then you risk breakage and difficulties (in exchange for earlier access to new features).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
