<?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: Subversion for web development: Part 1</title>
	<atom:link href="http://f6design.com/journal/2009/12/23/subversion-for-web-development-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://f6design.com/journal/2009/12/23/subversion-for-web-development-part-1/</link>
	<description>Adventures in web and graphic design</description>
	<lastBuildDate>Sun, 25 Jul 2010 23:46:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jonathan</title>
		<link>http://f6design.com/journal/2009/12/23/subversion-for-web-development-part-1/comment-page-1/#comment-113963</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 30 Dec 2009 02:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://f6design.com/journal/?p=764#comment-113963</guid>
		<description>&lt;a href=&quot;#comment-113897&quot; rel=&quot;nofollow&quot;&gt;@John&lt;/a&gt; Thanks for suggesting some SVN clients for Mac :)

&lt;a href=&quot;#comment-113931&quot; rel=&quot;nofollow&quot;&gt;@Cracks&lt;/a&gt; I&#039;m afraid I don&#039;t have any first hand experience deploying a single file to multiple sites. But I wonder if the alternative deployment technique I discuss in my &lt;a href=&quot;http://f6design.com/journal/2009/12/27/subversion-for-web-development-part-3/&quot; rel=&quot;nofollow&quot;&gt;third article&lt;/a&gt; (where the production site is a Subversion working copy) might suit your requirements. It does require that the sites are hosted on a server that has Subversion installed, and that you have shell access to the sites, which rules out many shared hosting accounts.

Otherwise (and this has nothing to do with Subversion) an FTP synchronisation program would probably be suitable - I use &lt;a href=&quot;http://www.ftpgetter.com/&quot; rel=&quot;nofollow&quot;&gt;FTPGetter&lt;/a&gt;, mostly for downloading to my working copy files that have been uploaded to the server by the website owner (ie: via a CMS), but of course you could set up the reverse, rules to automate the uploading of certain files. There are plenty of FTP automation apps around that do the same thing as FTPGetter.</description>
		<content:encoded><![CDATA[<p><a href="#comment-113897" rel="nofollow">@John</a> Thanks for suggesting some SVN clients for Mac <img src='http://f6design.com/journal/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="#comment-113931" rel="nofollow">@Cracks</a> I&#8217;m afraid I don&#8217;t have any first hand experience deploying a single file to multiple sites. But I wonder if the alternative deployment technique I discuss in my <a href="http://f6design.com/journal/2009/12/27/subversion-for-web-development-part-3/" rel="nofollow">third article</a> (where the production site is a Subversion working copy) might suit your requirements. It does require that the sites are hosted on a server that has Subversion installed, and that you have shell access to the sites, which rules out many shared hosting accounts.</p>
<p>Otherwise (and this has nothing to do with Subversion) an FTP synchronisation program would probably be suitable &#8211; I use <a href="http://www.ftpgetter.com/" rel="nofollow">FTPGetter</a>, mostly for downloading to my working copy files that have been uploaded to the server by the website owner (ie: via a CMS), but of course you could set up the reverse, rules to automate the uploading of certain files. There are plenty of FTP automation apps around that do the same thing as FTPGetter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cracks</title>
		<link>http://f6design.com/journal/2009/12/23/subversion-for-web-development-part-1/comment-page-1/#comment-113931</link>
		<dc:creator>Cracks</dc:creator>
		<pubDate>Tue, 29 Dec 2009 01:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://f6design.com/journal/?p=764#comment-113931</guid>
		<description>This article is perfect timing for me - I&#039;m where you were pre-Subversion -  looking into it has long been on my list of things to. So I have a question you may be able to help with.

I need to share a single stylesheet amongst multiple sites..? So when I make changes to the single, local file (style.css), I need those changes rolled out to all the live sites. Is this possible with Subversions, or is that the job for some other organisation technique?

I have a network of WordPress sites, and I need a better-than-manual-upload option.</description>
		<content:encoded><![CDATA[<p>This article is perfect timing for me &#8211; I&#8217;m where you were pre-Subversion &#8211;  looking into it has long been on my list of things to. So I have a question you may be able to help with.</p>
<p>I need to share a single stylesheet amongst multiple sites..? So when I make changes to the single, local file (style.css), I need those changes rolled out to all the live sites. Is this possible with Subversions, or is that the job for some other organisation technique?</p>
<p>I have a network of WordPress sites, and I need a better-than-manual-upload option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://f6design.com/journal/2009/12/23/subversion-for-web-development-part-1/comment-page-1/#comment-113897</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 27 Dec 2009 23:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://f6design.com/journal/?p=764#comment-113897</guid>
		<description>Very nice overview of version control Jonathan. 

On a mac I&#039;ve found &lt;a href=&quot;http://www.syntevo.com/smartsvn/download.html&quot; rel=&quot;nofollow&quot;&gt;SmartSVN&lt;/a&gt; to be good, although the last time I used it it had a rather clunky, un-Mac like GUI.

&lt;a href=&quot;http://versionsapp.com/&quot; rel=&quot;nofollow&quot;&gt;Versions&lt;/a&gt; on the other hand has a pleasantly Mac-like GUI, but I have yet to have a project in which to test out its feature set—I note some other users declaring SmartSVN still to be the way to go, or else &lt;a href=&quot;http://git-scm.com/&quot; rel=&quot;nofollow&quot;&gt;Git&lt;/a&gt; if one is more comfortable using the Terminal.

A friend, who is more of a fully fledged programmer than myself, has been encouraging me to return to Subversion for web development, but I&#039;ve hesitated because it just seems like overkill for what are mostly one-man projects. Your article however makes a lot of good points, and it may be time to rethink my current approach.</description>
		<content:encoded><![CDATA[<p>Very nice overview of version control Jonathan. </p>
<p>On a mac I&#8217;ve found <a href="http://www.syntevo.com/smartsvn/download.html" rel="nofollow">SmartSVN</a> to be good, although the last time I used it it had a rather clunky, un-Mac like GUI.</p>
<p><a href="http://versionsapp.com/" rel="nofollow">Versions</a> on the other hand has a pleasantly Mac-like GUI, but I have yet to have a project in which to test out its feature set—I note some other users declaring SmartSVN still to be the way to go, or else <a href="http://git-scm.com/" rel="nofollow">Git</a> if one is more comfortable using the Terminal.</p>
<p>A friend, who is more of a fully fledged programmer than myself, has been encouraging me to return to Subversion for web development, but I&#8217;ve hesitated because it just seems like overkill for what are mostly one-man projects. Your article however makes a lot of good points, and it may be time to rethink my current approach.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
