<?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: Share your plugins on WordPress.org</title>
	<atom:link href="http://idealienstudios.com/blog/tutorials/share-your-plugin-on-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://idealienstudios.com/blog/tutorials/share-your-plugin-on-wordpress/</link>
	<description>We will turn your dreams into reality together!</description>
	<lastBuildDate>Mon, 19 Jul 2010 08:40:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Jamie</title>
		<link>http://idealienstudios.com/blog/tutorials/share-your-plugin-on-wordpress/comment-page-1/#comment-243</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Wed, 11 Nov 2009 14:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://idealienstudios.com/?p=233#comment-243</guid>
		<description>Thanks Rodolfo. Short answer is that in order to have your plugins show up in wordpress.org extend / plugins gallery, you must use their SVN repository. But for other pieces of code...If you are very organized with your digital materials and working in isolation on a project, a system like SVN &quot;isn&#039;t&quot; specifically required. You could use Dreamweaver to FTP your files to the server, make copies of the entire code base before you make any changes and &quot;effectively&quot; manually track versions if you want.

However, a version management system like SVN makes that process a lot easier once you get familiar with it. It also takes up a lot less time / disk space once you do start to use it - not to mention the benefits which come when you are working on a project collaborating with other developers. I&#039;m sure others would have different opinions on the matter, but once I get beyond the alpha concept stage for any code, I usually setup a repository of some form so that the code base is not entirely dependant on me (and one hard drive).</description>
		<content:encoded><![CDATA[<p>Thanks Rodolfo. Short answer is that in order to have your plugins show up in wordpress.org extend / plugins gallery, you must use their SVN repository. But for other pieces of code&#8230;If you are very organized with your digital materials and working in isolation on a project, a system like SVN &#8220;isn&#8217;t&#8221; specifically required. You could use Dreamweaver to FTP your files to the server, make copies of the entire code base before you make any changes and &#8220;effectively&#8221; manually track versions if you want.</p>
<p>However, a version management system like SVN makes that process a lot easier once you get familiar with it. It also takes up a lot less time / disk space once you do start to use it &#8211; not to mention the benefits which come when you are working on a project collaborating with other developers. I&#8217;m sure others would have different opinions on the matter, but once I get beyond the alpha concept stage for any code, I usually setup a repository of some form so that the code base is not entirely dependant on me (and one hard drive).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodolfo</title>
		<link>http://idealienstudios.com/blog/tutorials/share-your-plugin-on-wordpress/comment-page-1/#comment-242</link>
		<dc:creator>Rodolfo</dc:creator>
		<pubDate>Wed, 11 Nov 2009 05:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://idealienstudios.com/?p=233#comment-242</guid>
		<description>Great tutorial, it goes directly to the objective of sharing in wordpress. But I am a little unsure about what is SVN and if I could  implement a technique like this with my other pieces of code. Can Dreamweaver also work with a remote repository in you server, for example ?

Thanks a lot !</description>
		<content:encoded><![CDATA[<p>Great tutorial, it goes directly to the objective of sharing in wordpress. But I am a little unsure about what is SVN and if I could  implement a technique like this with my other pieces of code. Can Dreamweaver also work with a remote repository in you server, for example ?</p>
<p>Thanks a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://idealienstudios.com/blog/tutorials/share-your-plugin-on-wordpress/comment-page-1/#comment-104</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Wed, 17 Jun 2009 19:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://idealienstudios.com/?p=233#comment-104</guid>
		<description>Thanks for the comment Dave. I&#039;ve updated the trunk, tag, branch descriptions so that it is a little clearer.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment Dave. I&#8217;ve updated the trunk, tag, branch descriptions so that it is a little clearer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Doolin</title>
		<link>http://idealienstudios.com/blog/tutorials/share-your-plugin-on-wordpress/comment-page-1/#comment-103</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Wed, 17 Jun 2009 18:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://idealienstudios.com/?p=233#comment-103</guid>
		<description>You do not have to tag every commit to trunk.  In fact, you shouldn&#039;t, it&#039;s redundant.  

Tag when you release.

Big difference.

There is something funny in how wordpress.org is scripting the releases with respect to tags.  I&#039;m going to have to dig out the script to see exactly what they are doing.

But in general, develop in trunk and increment your version independently.   When you&#039;re ready to release, then update your readme.txt and make a tagged copy.  Or use a branch, then merge into trunk, update version, copy to tags for release.</description>
		<content:encoded><![CDATA[<p>You do not have to tag every commit to trunk.  In fact, you shouldn&#8217;t, it&#8217;s redundant.  </p>
<p>Tag when you release.</p>
<p>Big difference.</p>
<p>There is something funny in how wordpress.org is scripting the releases with respect to tags.  I&#8217;m going to have to dig out the script to see exactly what they are doing.</p>
<p>But in general, develop in trunk and increment your version independently.   When you&#8217;re ready to release, then update your readme.txt and make a tagged copy.  Or use a branch, then merge into trunk, update version, copy to tags for release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ber2</title>
		<link>http://idealienstudios.com/blog/tutorials/share-your-plugin-on-wordpress/comment-page-1/#comment-95</link>
		<dc:creator>Ber2</dc:creator>
		<pubDate>Mon, 15 Jun 2009 03:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://idealienstudios.com/?p=233#comment-95</guid>
		<description>Great article. Thanks for the sharing.</description>
		<content:encoded><![CDATA[<p>Great article. Thanks for the sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
