<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Quickly Setup New Projects Using SVN</title>
	<atom:link href="http://www.thecrumb.com/2008/04/07/quickly-setup-new-projects-using-svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecrumb.com/2008/04/07/quickly-setup-new-projects-using-svn/</link>
	<description>ColdFusion, Ant, jQuery and other geeky stuff</description>
	<lastBuildDate>Sat, 13 Mar 2010 02:08:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rob Wilkerson</title>
		<link>http://www.thecrumb.com/2008/04/07/quickly-setup-new-projects-using-svn/comment-page-1/#comment-5244</link>
		<dc:creator>Rob Wilkerson</dc:creator>
		<pubDate>Mon, 07 Apr 2008 19:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=409#comment-5244</guid>
		<description>

I worked with my sys admin to do just that.  The script creates the new environment, scripts out a new Trac project (with permissions set) and links the two.  Quick and easy.  Can&#039;t beat that, right?  :-)</description>
		<content:encoded><![CDATA[<p>I worked with my sys admin to do just that.  The script creates the new environment, scripts out a new Trac project (with permissions set) and links the two.  Quick and easy.  Can&#8217;t beat that, right?  :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.thecrumb.com/2008/04/07/quickly-setup-new-projects-using-svn/comment-page-1/#comment-5243</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 07 Apr 2008 19:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=409#comment-5243</guid>
		<description>@Rob - Hopefully we&#039;re doing it the right way :)

Your system sounds very similar - and much easier in your one repo/multi-project environment.   At some point I need to build a little script so I can just go &#039;create projectname&#039; and it&#039;ll run everything for me...</description>
		<content:encoded><![CDATA[<p>@Rob &#8211; Hopefully we&#8217;re doing it the right way :)</p>
<p>Your system sounds very similar &#8211; and much easier in your one repo/multi-project environment.   At some point I need to build a little script so I can just go &#8216;create projectname&#8217; and it&#8217;ll run everything for me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Wilkerson</title>
		<link>http://www.thecrumb.com/2008/04/07/quickly-setup-new-projects-using-svn/comment-page-1/#comment-5242</link>
		<dc:creator>Rob Wilkerson</dc:creator>
		<pubDate>Mon, 07 Apr 2008 19:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=409#comment-5242</guid>
		<description>It&#039;s always funny to read your posts about the same technologies I use.  Seems our methods are almost always the same or nearly so.  In my case I have one repository with multiple project directories.  One of those projects is named &quot;.template&quot; (so that it appears at the top of any listing and to denote its status as a non-active- or hidden - project).  When I need a new project, I just copy the contents of .template:

svn cp -m &quot;Copying base structure from the template&quot; .template mynewproject

I also keep a lot of core directories and files (e.g. build.xml.sample, _global.css) in my template.  As long as I keep the template project up to date, any new projects will always get the latest.  It&#039;s a very convenient system.</description>
		<content:encoded><![CDATA[<p>It&#8217;s always funny to read your posts about the same technologies I use.  Seems our methods are almost always the same or nearly so.  In my case I have one repository with multiple project directories.  One of those projects is named &#8220;.template&#8221; (so that it appears at the top of any listing and to denote its status as a non-active- or hidden &#8211; project).  When I need a new project, I just copy the contents of .template:</p>
<p>svn cp -m &#8220;Copying base structure from the template&#8221; .template mynewproject</p>
<p>I also keep a lot of core directories and files (e.g. build.xml.sample, _global.css) in my template.  As long as I keep the template project up to date, any new projects will always get the latest.  It&#8217;s a very convenient system.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
