<?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: Cleaning Up After SVN</title>
	<atom:link href="http://octidextro.us/2006/12/12/cleaning-up-after-svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://octidextro.us/2006/12/12/cleaning-up-after-svn/</link>
	<description>i code in iambic pentameter</description>
	<lastBuildDate>Mon, 27 Jun 2011 20:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: prototypecreative.com &#187; SVN Cleanup Crew</title>
		<link>http://octidextro.us/2006/12/12/cleaning-up-after-svn/comment-page-1/#comment-229</link>
		<dc:creator>prototypecreative.com &#187; SVN Cleanup Crew</dc:creator>
		<pubDate>Sun, 08 Jul 2007 05:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://octidextro.us/2006/12/cleaning-up-after-svn/#comment-229</guid>
		<description>&lt;p&gt;[...] posted a terminal command about 7 months ago about cleaning up SVN working directories. Unbeknownst to me, wordpress chewed [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] posted a terminal command about 7 months ago about cleaning up SVN working directories. Unbeknownst to me, wordpress chewed [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://octidextro.us/2006/12/12/cleaning-up-after-svn/comment-page-1/#comment-228</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Wed, 13 Dec 2006 11:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://octidextro.us/2006/12/cleaning-up-after-svn/#comment-228</guid>
		<description>&lt;p&gt;yeah, or rather, export, as its name proclaims, exports the files of the project just... while the checkout feature is meant to create a local working directory which can be updated if the repository is updated, or changes can be committed to the repository...&lt;/p&gt;

&lt;p&gt;of course, people familiar with svn should already know this... lol&lt;/p&gt;

&lt;p&gt;but yeah, it can be useful to remove all &lt;i&gt;.svn&lt;/i&gt; folders in a flash if you need archive your project for distrobution, and don&#039;t wanna export all the files outta svn,.. also like sxtxixtxcxh mentions, when uploading your web-based apps to the production server...&lt;/p&gt;

&lt;p&gt;my approach to it tho would be to create a tag in the repository called &lt;i&gt;production&lt;/i&gt;, login then ssh/telnet into the production server, and simply checkout a copy of &lt;i&gt;http://domain/svn/project/tags/production/&lt;/i&gt; for example, into the sites root, or wherever the script lives on the server. then obviously configure apache to block access if any &lt;i&gt;.svn&lt;/i&gt; folders are requested. then i&#039;d create a php script which requires me to authenticate, which can execute &lt;i&gt;svn update&lt;/i&gt; on the scripts working directory, then i&#039;d just have to copy &lt;i&gt;/trunk&lt;/i&gt; to &lt;i&gt;/tags/production&lt;/i&gt; and run the php update script (or login via ssh) whenever &lt;i&gt;/trunk&lt;/i&gt; is in a production stable form. :)&lt;/p&gt;

&lt;p&gt;thats my web-development and deployment plans, which i&#039;ll be implementing soon together with sxtxixtxcxh on his &lt;a href=&quot;http://lib.rario.us/&quot; rel=&quot;nofollow&quot;&gt;lib.rario.us&lt;/a&gt; project. one of us will blog about the details with working code and configuration options once we&#039;re done ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>yeah, or rather, export, as its name proclaims, exports the files of the project just&#8230; while the checkout feature is meant to create a local working directory which can be updated if the repository is updated, or changes can be committed to the repository&#8230;</p>

<p>of course, people familiar with svn should already know this&#8230; lol</p>

<p>but yeah, it can be useful to remove all <i>.svn</i> folders in a flash if you need archive your project for distrobution, and don&#8217;t wanna export all the files outta svn,.. also like sxtxixtxcxh mentions, when uploading your web-based apps to the production server&#8230;</p>

<p>my approach to it tho would be to create a tag in the repository called <i>production</i>, login then ssh/telnet into the production server, and simply checkout a copy of <i><a href="http://domain/svn/project/tags/production/" rel="nofollow">http://domain/svn/project/tags/production/</a></i> for example, into the sites root, or wherever the script lives on the server. then obviously configure apache to block access if any <i>.svn</i> folders are requested. then i&#8217;d create a php script which requires me to authenticate, which can execute <i>svn update</i> on the scripts working directory, then i&#8217;d just have to copy <i>/trunk</i> to <i>/tags/production</i> and run the php update script (or login via ssh) whenever <i>/trunk</i> is in a production stable form. <img src='http://octidextro.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>thats my web-development and deployment plans, which i&#8217;ll be implementing soon together with sxtxixtxcxh on his <a href="http://lib.rario.us/" rel="nofollow">lib.rario.us</a> project. one of us will blog about the details with working code and configuration options once we&#8217;re done <img src='http://octidextro.us/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: twa</title>
		<link>http://octidextro.us/2006/12/12/cleaning-up-after-svn/comment-page-1/#comment-227</link>
		<dc:creator>twa</dc:creator>
		<pubDate>Wed, 13 Dec 2006 04:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://octidextro.us/2006/12/cleaning-up-after-svn/#comment-227</guid>
		<description>&lt;p&gt;These files only exist when doing a &quot;checkout&quot;. If you do an &quot;export&quot; these files are removed.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>These files only exist when doing a &#8220;checkout&#8221;. If you do an &#8220;export&#8221; these files are removed.</p>]]></content:encoded>
	</item>
</channel>
</rss>

