<?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"
	>
<channel>
	<title>Comments on: Cleaning Up After SVN</title>
	<atom:link href="http://prototypecreative.com/blog/2006/12/cleaning-up-after-svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://prototypecreative.com/blog/2006/12/cleaning-up-after-svn/</link>
	<description>i code in iambic pentameter</description>
	<pubDate>Mon, 01 Dec 2008 18:20:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: prototypecreative.com &#187; SVN Cleanup Crew</title>
		<link>http://prototypecreative.com/blog/2006/12/cleaning-up-after-svn/#comment-41</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://www.prototypecreative.com/2006/12/cleaning-up-after-svn/#comment-41</guid>
		<description>[...] posted a terminal command about 7 months ago about cleaning up SVN working directories. Unbeknownst to me, wordpress chewed [...]</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://prototypecreative.com/blog/2006/12/cleaning-up-after-svn/#comment-25</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Wed, 13 Dec 2006 11:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.prototypecreative.com/2006/12/cleaning-up-after-svn/#comment-25</guid>
		<description>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...

of course, people familiar with svn should already know this... lol

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't wanna export all the files outta svn,.. also like sxtxixtxcxh mentions, when uploading your web-based apps to the production server...

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'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'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. :)

thats my web-development and deployment plans, which i'll be implementing soon together with sxtxixtxcxh on his &lt;a href="http://lib.rario.us/" rel="nofollow"&gt;lib.rario.us&lt;/a&gt; project. one of us will blog about the details with working code and configuration options once we're done ;)</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/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/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://prototypecreative.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
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/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/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://prototypecreative.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: twa</title>
		<link>http://prototypecreative.com/blog/2006/12/cleaning-up-after-svn/#comment-24</link>
		<dc:creator>twa</dc:creator>
		<pubDate>Wed, 13 Dec 2006 04:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.prototypecreative.com/2006/12/cleaning-up-after-svn/#comment-24</guid>
		<description>These files only exist when doing a "checkout". If you do an "export" these files are removed.</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>

<!-- Dynamic Page Served (once) in 0.434 seconds -->
