<?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: Backing Up Subversion Automatically</title>
	<atom:link href="http://blog.markwshead.com/101/backing-up-subversion-automatically/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.markwshead.com/101/backing-up-subversion-automatically/</link>
	<description>Mark's thoughts on being Mark Shead and other random subjects</description>
	<lastBuildDate>Fri, 26 Feb 2010 19:40:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: flihp</title>
		<link>http://blog.markwshead.com/101/backing-up-subversion-automatically/comment-page-1/#comment-265</link>
		<dc:creator>flihp</dc:creator>
		<pubDate>Wed, 21 Oct 2009 03:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markwshead.com/archives/2005/09/21/backing-up-subversion-automatically.html#comment-265</guid>
		<description>Great post.  Came up very high on Google :)  I just automated backups in my post-commit hook but opted for the svn-fast-backup script as provided for the fsfs repository.  Works like a charm.</description>
		<content:encoded><![CDATA[<p>Great post.  Came up very high on Google :)  I just automated backups in my post-commit hook but opted for the svn-fast-backup script as provided for the fsfs repository.  Works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slavi</title>
		<link>http://blog.markwshead.com/101/backing-up-subversion-automatically/comment-page-1/#comment-129</link>
		<dc:creator>Slavi</dc:creator>
		<pubDate>Fri, 15 May 2009 18:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markwshead.com/archives/2005/09/21/backing-up-subversion-automatically.html#comment-129</guid>
		<description>wow!
I like the idea of testing the backup!
Thanks for sharing.
Slavi</description>
		<content:encoded><![CDATA[<p>wow!<br />
I like the idea of testing the backup!<br />
Thanks for sharing.<br />
Slavi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linux</title>
		<link>http://blog.markwshead.com/101/backing-up-subversion-automatically/comment-page-1/#comment-47</link>
		<dc:creator>linux</dc:creator>
		<pubDate>Sat, 04 Apr 2009 11:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markwshead.com/archives/2005/09/21/backing-up-subversion-automatically.html#comment-47</guid>
		<description>I use svnmirror.sh file to backup the subversion repository.</description>
		<content:encoded><![CDATA[<p>I use svnmirror.sh file to backup the subversion repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javaguy</title>
		<link>http://blog.markwshead.com/101/backing-up-subversion-automatically/comment-page-1/#comment-45</link>
		<dc:creator>javaguy</dc:creator>
		<pubDate>Fri, 03 Apr 2009 16:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markwshead.com/archives/2005/09/21/backing-up-subversion-automatically.html#comment-45</guid>
		<description>svn-hot-backup - the python script</description>
		<content:encoded><![CDATA[<p>svn-hot-backup &#8211; the python script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuan</title>
		<link>http://blog.markwshead.com/101/backing-up-subversion-automatically/comment-page-1/#comment-18</link>
		<dc:creator>Tuan</dc:creator>
		<pubDate>Wed, 05 Nov 2008 08:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markwshead.com/archives/2005/09/21/backing-up-subversion-automatically.html#comment-18</guid>
		<description>Thank you. I&#039;ve tried this script, it&#039;s worked (modified a little).
You are great</description>
		<content:encoded><![CDATA[<p>Thank you. I&#8217;ve tried this script, it&#8217;s worked (modified a little).<br />
You are great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://blog.markwshead.com/101/backing-up-subversion-automatically/comment-page-1/#comment-17</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 13 Oct 2008 12:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markwshead.com/archives/2005/09/21/backing-up-subversion-automatically.html#comment-17</guid>
		<description>Thanks for this... doing a test check-out seems like a very sensible idea. I will use this as a template for doing something similar in PHP (I&#039;m on a Windows box and so don&#039;t have Perl installed by default).</description>
		<content:encoded><![CDATA[<p>Thanks for this&#8230; doing a test check-out seems like a very sensible idea. I will use this as a template for doing something similar in PHP (I&#8217;m on a Windows box and so don&#8217;t have Perl installed by default).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ypetiot</title>
		<link>http://blog.markwshead.com/101/backing-up-subversion-automatically/comment-page-1/#comment-15</link>
		<dc:creator>ypetiot</dc:creator>
		<pubDate>Wed, 13 Dec 2006 23:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markwshead.com/archives/2005/09/21/backing-up-subversion-automatically.html#comment-15</guid>
		<description>Excellent script, but I am just wondering what would happen if during the dumping, there&#039;s a write action on one of the files in the repository.
What is the best way: shutdown the Apache process before the dumping and restart it after?</description>
		<content:encoded><![CDATA[<p>Excellent script, but I am just wondering what would happen if during the dumping, there&#8217;s a write action on one of the files in the repository.<br />
What is the best way: shutdown the Apache process before the dumping and restart it after?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blacky</title>
		<link>http://blog.markwshead.com/101/backing-up-subversion-automatically/comment-page-1/#comment-13</link>
		<dc:creator>blacky</dc:creator>
		<pubDate>Tue, 25 Oct 2005 17:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markwshead.com/archives/2005/09/21/backing-up-subversion-automatically.html#comment-13</guid>
		<description>A very nice script indeed. I&#039;ve got a enhancement proposal, though: use ISO-Format timestamps. Those are guaranteed to be understood by people and machines alike. date -Is produces such timestamps to second-level precision. They look like this:

2005-10-25T18:56:37+0200

Easily parseable by machines and unsuspecting non-nerdy ;) users. It also includes the timezone, which is nifty if you admin machines across time or even date borders. I&#039;ve taken to only use ISO stamps everywhere since they can be sorted quite easily, too.</description>
		<content:encoded><![CDATA[<p>A very nice script indeed. I&#8217;ve got a enhancement proposal, though: use ISO-Format timestamps. Those are guaranteed to be understood by people and machines alike. date -Is produces such timestamps to second-level precision. They look like this:</p>
<p>2005-10-25T18:56:37+0200</p>
<p>Easily parseable by machines and unsuspecting non-nerdy ;) users. It also includes the timezone, which is nifty if you admin machines across time or even date borders. I&#8217;ve taken to only use ISO stamps everywhere since they can be sorted quite easily, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bieber Labs</title>
		<link>http://blog.markwshead.com/101/backing-up-subversion-automatically/comment-page-1/#comment-14</link>
		<dc:creator>Bieber Labs</dc:creator>
		<pubDate>Fri, 23 Sep 2005 11:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markwshead.com/archives/2005/09/21/backing-up-subversion-automatically.html#comment-14</guid>
		<description>&lt;strong&gt;Backing up Subversion Automatically&lt;/strong&gt;

	Mark W. Shead has an article on Backing Up Subversion Automatically.   I&#8217;ve been trying to make time to write a script like this, now Mark has provided one.   Thanks Mark!
...</description>
		<content:encoded><![CDATA[<p><strong>Backing up Subversion Automatically</strong></p>
<p>	Mark W. Shead has an article on Backing Up Subversion Automatically.   I&#8217;ve been trying to make time to write a script like this, now Mark has provided one.   Thanks Mark!<br />
&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
