<?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: Source Control for Micro-ISVs</title>
	<atom:link href="http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/</link>
	<description>Passionate about Startups and MicroISVs</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:42:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ethan Giffin</title>
		<link>http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/comment-page-1/#comment-473</link>
		<dc:creator>Ethan Giffin</dc:creator>
		<pubDate>Wed, 06 Jun 2007 18:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/#comment-473</guid>
		<description>Great posting.  I too was in a similar boat.  Small 4 person startup.  I also needed access via the Internet to a freelancer across the country.  So SS was out.  I was used to using Vault at my last job.  It was just an extra expense, plus hosting and backups that we weren&#039;t ready to take on.  This really helped to seal the deal for me.  Although Subversion is a little bit different process than Vault, I am sure we will figure it out along the way.</description>
		<content:encoded><![CDATA[<p>Great posting.  I too was in a similar boat.  Small 4 person startup.  I also needed access via the Internet to a freelancer across the country.  So SS was out.  I was used to using Vault at my last job.  It was just an extra expense, plus hosting and backups that we weren&#8217;t ready to take on.  This really helped to seal the deal for me.  Although Subversion is a little bit different process than Vault, I am sure we will figure it out along the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Cull</title>
		<link>http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/comment-page-1/#comment-472</link>
		<dc:creator>Tim Cull</dc:creator>
		<pubDate>Mon, 04 Jun 2007 04:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/#comment-472</guid>
		<description>I&#039;ve used SVN at DreamHost, too, for about a year with no complaints.  I just couldn&#039;t believe my luck after stumbling on it on their wiki.  I just hope they don&#039;t do the same research you and I did and realize how much it&#039;s worth.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used SVN at DreamHost, too, for about a year with no complaints.  I just couldn&#8217;t believe my luck after stumbling on it on their wiki.  I just hope they don&#8217;t do the same research you and I did and realize how much it&#8217;s worth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael C. Neel</title>
		<link>http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/comment-page-1/#comment-471</link>
		<dc:creator>Michael C. Neel</dc:creator>
		<pubDate>Fri, 25 May 2007 17:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/#comment-471</guid>
		<description>This is awesome - I&#039;m in the same boat.  It would be nice if there was a Team Server host out there, but I don&#039;t think the price points would work for that =p  If you use SVN I can highly recommend VisualSVN (http://visualsvn.com/) - for a few bucks this is a rocking little VS2005 plugin.</description>
		<content:encoded><![CDATA[<p>This is awesome &#8211; I&#8217;m in the same boat.  It would be nice if there was a Team Server host out there, but I don&#8217;t think the price points would work for that =p  If you use SVN I can highly recommend VisualSVN (<a href="http://visualsvn.com/" rel="nofollow">http://visualsvn.com/</a>) &#8211; for a few bucks this is a rocking little VS2005 plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Zygler</title>
		<link>http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/comment-page-1/#comment-470</link>
		<dc:creator>Rich Zygler</dc:creator>
		<pubDate>Fri, 25 May 2007 15:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/#comment-470</guid>
		<description>To protect against the host going down, you can always do a &quot;svnadmin dump&quot; as part of your back up strategy to dump a copy of the repo, keep that off site, then use &quot;svnadmin load&quot; to load that dumped copy into a new repo</description>
		<content:encoded><![CDATA[<p>To protect against the host going down, you can always do a &#8220;svnadmin dump&#8221; as part of your back up strategy to dump a copy of the repo, keep that off site, then use &#8220;svnadmin load&#8221; to load that dumped copy into a new repo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik </title>
		<link>http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/comment-page-1/#comment-469</link>
		<dc:creator>Karthik </dc:creator>
		<pubDate>Fri, 25 May 2007 15:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/#comment-469</guid>
		<description>Rob,  Be careful with Dreamhost. They seem like a dream at first but they can quickly turn into a nightmare.  I had some major performance problems on my sites so I&#039;ve left my dreamhost account for subversion/static html content only.  I had issues like downtime, slow perf during peak hours, and random database connection errors quite often.  I would suggest at least keeping the latest copy of your code somewhere in archive that you control *just in case* Dreamhost&#039;s subversion server takes a dive.</description>
		<content:encoded><![CDATA[<p>Rob,  Be careful with Dreamhost. They seem like a dream at first but they can quickly turn into a nightmare.  I had some major performance problems on my sites so I&#8217;ve left my dreamhost account for subversion/static html content only.  I had issues like downtime, slow perf during peak hours, and random database connection errors quite often.  I would suggest at least keeping the latest copy of your code somewhere in archive that you control *just in case* Dreamhost&#8217;s subversion server takes a dive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/comment-page-1/#comment-468</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 25 May 2007 08:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/#comment-468</guid>
		<description>I also use SubVersion at DreamHost.  Be sure to add WebSVN and syntax highlighting.  http://wiki.dreamhost.com/WebSVN</description>
		<content:encoded><![CDATA[<p>I also use SubVersion at DreamHost.  Be sure to add WebSVN and syntax highlighting.  <a href="http://wiki.dreamhost.com/WebSVN" rel="nofollow">http://wiki.dreamhost.com/WebSVN</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Zhakov</title>
		<link>http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/comment-page-1/#comment-467</link>
		<dc:creator>Ivan Zhakov</dc:creator>
		<pubDate>Fri, 25 May 2007 08:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2007/05/24/source-control-for-micro-isvs/#comment-467</guid>
		<description>Take a look to VisualSVN (http://www.visualsvn.com/). It&#039;s based on Subversion. Setup takes 10 minutes and it price is only $49.</description>
		<content:encoded><![CDATA[<p>Take a look to VisualSVN (<a href="http://www.visualsvn.com/" rel="nofollow">http://www.visualsvn.com/</a>). It&#8217;s based on Subversion. Setup takes 10 minutes and it price is only $49.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

