<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>36Flavours.com &#187; subversion</title>
	<atom:link href="http://36flavours.com/tag/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://36flavours.com</link>
	<description>A taste of something different...</description>
	<lastBuildDate>Mon, 09 Aug 2010 18:20:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress hosted plugins and Tortoise SVN (Windows)</title>
		<link>http://36flavours.com/2009/10/wordpress-hosted-plugins-and-tortoise-svn-windows/</link>
		<comments>http://36flavours.com/2009/10/wordpress-hosted-plugins-and-tortoise-svn-windows/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 22:47:23 +0000</pubDate>
		<dc:creator>Steve Whiteley</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[tortoise]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://36flavours.com/?p=494</guid>
		<description><![CDATA[Plugins are used to extend the core functionality of WordPress, allowing you to create almost anything you could possibly require. The Plugin Directory contains thousands of community contributed plugins that you can download, rate, and comment on. If you&#8217;re looking to create your own plugin and want to get it noticed, it&#8217;s recommended that you [...]]]></description>
			<content:encoded><![CDATA[<p class="first">Plugins are used to extend the core functionality of <a href="http://wordpress.org/" target="_blank">WordPress</a>, allowing you to create almost anything you could possibly require. The <a href="http://wordpress.org/extend/plugins/" target="_blank">Plugin Directory</a> contains thousands of community contributed plugins that you can download, rate, and comment on.</p>
<p>If you&#8217;re looking to create your own plugin and want to get it noticed, it&#8217;s <em>recommended</em> that you publish and host it in the directory. Here&#8217;s a <strong>quick guide</strong> to take you through the steps of publishing a plugin on a Windows based system.<span id="more-494"></span></p>
<ol>
<li><strong>Download</strong> and install <strong><a href="http://tortoisesvn.net/downloads" target="_blank">Tortoise SVN</a></strong></li>
<li>Request an <strong>SVN repository</strong> using the <a href="http://wordpress.org/extend/plugins/add/" target="_blank">Add Your Plugin</a> page <em>(It may take few hours to get your request approved)</em>.</li>
<li>Once you receive the <strong>SVN credentials</strong> you will be able to access the repository from <em>http://svn.wp-plugins.org/plugin_name</em>.</li>
<li><strong>Checkout</strong> the blank repository from your svn account. (This contains three empty folders &#8211; <em>branches, tag, trunk</em>). To do this, right click the folder you want to Checkout to and select <strong>SVN Checkout</strong>.
<p style="text-align: center; margin-top: 20px;"><img class="aligncenter size-full wp-image-520" title="Initial Checkout" src="http://36flavours.com/wp-content/uploads/2009/10/initial_checkout.png" alt="Initial Checkout" width="401" height="359" /></p>
<p><strong>Enter the URL</strong> of your plugin repository and <strong>click OK</strong>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-522" title="Initial Checkout URL" src="http://36flavours.com/wp-content/uploads/2009/10/initial_checkout_url.png" alt="Initial Checkout URL" width="468" height="361" /></p>
<p>Once the <strong>process is complete</strong> you will see the three folders that have been added.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-521" title="Initial Checkout Done" src="http://36flavours.com/wp-content/uploads/2009/10/initial_checkout_done.png" alt="Initial Checkout Done" width="559" height="219" /></p>
</li>
<li><strong>Copy</strong> the plugin files into the <strong>trunk</strong> folder and create a <a href="http://wordpress.org/extend/plugins/about/readme.txt" target="_blank">readme.txt</a> file if one is not already present.</li>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-519" title="Copy Files" src="http://36flavours.com/wp-content/uploads/2009/10/copy_files.png" alt="Copy Files" width="459" height="101" /></p>
<li>Commit your changes by right clicking the folder and selecting <strong>SVN commit</strong>.<a href="http://36flavours.com/wp-content/uploads/2009/10/commit.png"></a></li>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-517" title="Commit Plugin" src="http://36flavours.com/wp-content/uploads/2009/10/commit.png" alt="Commit Plugin" width="482" height="393" /></p>
<li>You will be prompted for your <strong>authentication details</strong>, enter your WordPress.org/bbPress.org username and password (the same one you use on the forums). <a href="http://36flavours.com/wp-content/uploads/2009/10/commit_auth.png"></a></li>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-518" title="Commit Auth" src="http://36flavours.com/wp-content/uploads/2009/10/commit_auth.png" alt="Commit Auth" width="346" height="241" /></p>
<li>Now create a <strong>tag</strong>. Right click on the trunk folder and in the context menu go to TortoiseSVN and choose <strong>Branch/Tag</strong>. In the dialogue box change the url path from /trunk to <strong>/tags/0.1</strong> (or whatever you have stated as the stable tag  in the readme file.<a href="http://36flavours.com/wp-content/uploads/2009/10/tag.png"></a></li>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-523" title="Create Tag" src="http://36flavours.com/wp-content/uploads/2009/10/tag.png" alt="Create Tag" width="468" height="393" /></p>
<li>Run <strong>SVN update</strong> on the tags folder <em>(Right click the tags folder and select SVN Update)</em>.</li>
</ol>
<h3>Committing a modified plugin / new version</h3>
<ol>
<li>Make modifications to the <strong>trunk</strong> folder.</li>
<li>Change the <strong>stable tag</strong> value in the readme file to the latest stable version, <em>e.g. 0.1.1</em></li>
<li><strong>SVN commit</strong> the latest changes in the trunk.</li>
<li><strong>Tag</strong> the new version <em>(see step 8 above) </em>.</li>
<li><strong>SVN update</strong> the tags folder.</li>
</ol>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">download the <a onclick="window.open('http://www.digimantra.com/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://tortoisesvn.net/downloads&amp;wp-toolbar-fromurl=http://www.digimantra.com/tutorials/wordpress/publish-wordpress-plugin-on-windows/&amp;wp-toolbar-fromtitle=Publish wordpress plugin on windows using tortoise svn&amp;wp-toolbar-blogurl=http://www.digimantra.com&amp;wp-toolbar-blogtitle=DigiMantra','wordpress-toolbar');return false;" rel="nofollow" href="http://tortoisesvn.net/downloads" target="_blank">Tortoise SVN</a></div>
]]></content:encoded>
			<wfw:commentRss>http://36flavours.com/2009/10/wordpress-hosted-plugins-and-tortoise-svn-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading to WordPress 2.5.1</title>
		<link>http://36flavours.com/2008/04/upgrading-to-wordpress-251/</link>
		<comments>http://36flavours.com/2008/04/upgrading-to-wordpress-251/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 11:50:15 +0000</pubDate>
		<dc:creator>Steve Whiteley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sha.re.it/?p=17</guid>
		<description><![CDATA[After receiving notification of the latest WordPress release I wandered over to the WordPress Blog to see what was included in the latest version (2.5.1). Aside from what has been described as a &#8220;very important security fix&#8221; there were over 70 additional bug fixes, most of which I hadn&#8217;t come across myself although had heard [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><img class="alignnone size-full wp-image-18 alignleft" style="float: left; margin-right: 10px; border: 0;" title="WordPress Icon" src="http://36flavours.com/blog/wp-content/uploads/2008/04/wordpressicon-hanttula2.gif" alt="" width="80" height="80" />After receiving notification of the latest WordPress release I wandered over to the <a title="WordPress Development Blog" href="http://wordpress.org/development/2008/04/wordpress-251/" target="_blank">WordPress Blog</a> to see what was included in the latest version (2.5.1).</p>
<p>Aside from what has been described as a &#8220;very important security fix&#8221; there were over <a title="WordPress 2.5.1 Bug Fixes" href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.5.1&amp;resolution=fixed&amp;order=priority" target="_blank">70 additional bug fixes</a>, most of which I hadn&#8217;t come across myself although had heard of some troubles encountered by others.</p>
<p>Unlike my previous upgrade this time I just switched the subversion repository and ran the web based update script, shaving off an additional few minutes and therefore upgrading my install in under two minutes from start to finish!</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">svn switch http://svn.automattic.com/wordpress/tags/2.5.1/</pre></div></div>

<p>Luckily everything seems to be working fine and I have faith in the WordPress releases, but if you want to be more cautious you should probably backup your database first.</p>
<p>As Paul&#8217;s response to my previous upgrade post mentions, any web scripts can be rolled back using svn.</p>
<p>It is highly recommended that you carry out the upgrade as it is said that the vulnerability to 2.5 will be made public shortly.</p>
<p>There is also to introduction of additional security in the form of secret keys, introducing randomness into the cryptographic functions used for cookies.</p>
<p>Simply <a title="WordPress Secret Key Generator" href="http://api.wordpress.org/secret-key/1.0/" target="_blank">obtain a secret key</a> and paste the code into your wp-config.php file along with the other defined variables.</p>
]]></content:encoded>
			<wfw:commentRss>http://36flavours.com/2008/04/upgrading-to-wordpress-251/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading WordPress using SubVersion</title>
		<link>http://36flavours.com/2008/03/upgrading-wordpress-using-subversion/</link>
		<comments>http://36flavours.com/2008/03/upgrading-wordpress-using-subversion/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 11:52:24 +0000</pubDate>
		<dc:creator>Steve Whiteley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sha.re.it/?p=10</guid>
		<description><![CDATA[I have just upgraded my WordPress install to the lastest release, luckily with SubVersion the whole process can be achieved with minimum time and effort. Paul went through the upgrade steps on his blog, but thought I would go through them here as I went along. Unfortunately when I initially installed WordPress I committed it [...]]]></description>
			<content:encoded><![CDATA[<p class="first">I have just upgraded my <a title="WordPress" href="http://wordpress.org" target="_blank">WordPress</a> install to the <a title="Download WordPress" href="http://wordpress.org/download/" target="_blank">lastest release</a>, luckily with SubVersion the whole process can be achieved with minimum time and effort.</p>
<p><a title="Paul Maunders" href="http://www.pyrosoft.co.uk/blog/2007/11/18/upgrading-wordpress-with-subversion/" target="_blank">Paul</a> went through the upgrade steps on his blog, but thought I would go through them here as I went along.</p>
<p>Unfortunately when I initially installed WordPress I committed it directly to the root directory unlike the more popular location of the subdirectory /blog, but not to worry.</p>
<p>Here are the steps I followed to complete the update:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;"># Backup the current directory...
cp -Rp http httpBACKUP
# Create a new location for the update...
mkdir httpNEW
# Checkout the latest release from the repository...
svn co http://svn.automattic.com/wordpress/tags/2.5/ httpNEW/
# Copy across any custom changes/themes and config file...
cp -Rp http/wp-con* httpNEW/
# Copy over the .htaccess file..
cp -Rp http/.htaccess httpNEW/
# Delete the old directory...
rm -rf http
# Rename/move the update to the original location...
mv httpNEW/ http
# Switch the SubVersion Repository...
svn switch http://svn.automattic.com/wordpress/tags/2.5/
# Finally, run the browser based update script...
http://yourdomain/wp-admin/upgrade.php</pre></div></div>

<p>And that&#8217;s all there is to it really, now every time I need to update WordPress I can simply copy and paste the above commands.</p>
]]></content:encoded>
			<wfw:commentRss>http://36flavours.com/2008/03/upgrading-wordpress-using-subversion/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Becoming a Blogger</title>
		<link>http://36flavours.com/2008/03/hello-world-2/</link>
		<comments>http://36flavours.com/2008/03/hello-world-2/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 20:07:29 +0000</pubDate>
		<dc:creator>Steve Whiteley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[fubra]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://sha.re.it/?p=1</guid>
		<description><![CDATA[At last I am now an official blogger according to the results from Google. define: blogger &#8211; &#8220;The author of a blog&#8221;. Over at Fubra they like to encourage &#8211; or nag &#8211; all employees to write their own blog and be part of the ever increasing population of online bloggers. Until now I have [...]]]></description>
			<content:encoded><![CDATA[<p class="first">At last I am now an official blogger according to the results from <a title="Googles results for define: blogger" href="http://www.google.co.uk/search?q=define%3A+blogger" target="_blank">Google</a>.</p>
<blockquote><p>define: blogger &#8211; &#8220;The author of a blog&#8221;.</p></blockquote>
<p>Over at <a title="Fubra Limited" href="http://www.fubra.com" target="_blank">Fubra</a> they like to encourage &#8211; or nag &#8211; all employees to write their own blog and be part of the ever increasing population of online bloggers.</p>
<p>Until now I have been putting off the process of setting up my own blog in the hope that one would just magically appear or allow me to create one with minimum effort.</p>
<p>Thanks to the wonders of <a title="Subversion - A version control system" href="http://subversion.tigris.org/" target="_blank">Subversion</a> and <a title="WordPress - A state-of-the-art semantic personal publishing platform" href="http://wordpress.org/" target="_blank">WordPress</a> I was able to quickly and easily install a blog on my vserver that Fubra have kindly supplied.</p>
<p>It can&#8217;t really get much easier than running the following cmd to checkout from the WordPress repository:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">svn co http://svn.automattic.com/wordpress/branches/2.3/ .</pre></div></div>

<p>All that was left was to come up with a quick and simple design to get away from the default template theme.</p>
<p>So there you have it, the kick start to my future in blogging.</p>
<p>Oh, and a quick thank you to my boss <a title="Paul Maunders Web log" href="http://www.pyrosoft.co.uk/blog/">Paul</a> for backing me into a corner and pressuring me into this whole blogging malarkey.</p>
]]></content:encoded>
			<wfw:commentRss>http://36flavours.com/2008/03/hello-world-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
