<?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: 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 with the occasional motorcycle post.</description>
	<pubDate>Sun, 06 Jul 2008 02:33:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Rob Wilkerson</title>
		<link>http://www.thecrumb.com/2008/04/07/quickly-setup-new-projects-using-svn/#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'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?  <img src='http://www.thecrumb.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.thecrumb.com/2008/04/07/quickly-setup-new-projects-using-svn/#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'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 'create projectname' and it'll run everything for me...</description>
		<content:encoded><![CDATA[<p>@Rob - Hopefully we&#8217;re doing it the right way <img src='http://www.thecrumb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>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 &#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-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'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 ".template" (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 "Copying base structure from the template" .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'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 - 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>
