<?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; svn</title>
	<atom:link href="http://36flavours.com/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://36flavours.com</link>
	<description>A taste of something different...</description>
	<lastBuildDate>Mon, 19 Apr 2010 20:01:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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>
	</channel>
</rss>
