<?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: Automating TortoiseSVN on Windows to Update Multiple Repositories</title>
	<atom:link href="http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/?source=rss</link>
	<description>A bit of my personal life, mainly focused on my kids. A bit of code, mainly focused on Wordpress and PHP. Overall, bits of nothing in particular.</description>
	<lastBuildDate>Wed, 23 May 2012 13:43:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Drive-by Commenter</title>
		<link>http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/comment-page-1/#comment-197855</link>
		<dc:creator>Drive-by Commenter</dc:creator>
		<pubDate>Thu, 08 Mar 2012 20:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1032#comment-197855</guid>
		<description>Thanks for the script. Worked for me, though if you need to provide an absolute path that includes a space, change line 6 to something like the following:

&quot;) DO START &quot;Batch Update SVN&quot; &quot;C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe&quot; /command:update /path:%%A /closeonend:0&quot;

&quot;Batch Update SVN&quot; was added because if START is followed by an argument in quotes, it uses that as the window name. You can make it anything. Then, you can use quotes in the next argument for your absolute path.</description>
		<content:encoded><![CDATA[<p>Thanks for the script. Worked for me, though if you need to provide an absolute path that includes a space, change line 6 to something like the following:</p>
<p>&#8220;) DO START &#8220;Batch Update SVN&#8221; &#8220;C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe&#8221; /command:update /path:%%A /closeonend:0&#8243;</p>
<p>&#8220;Batch Update SVN&#8221; was added because if START is followed by an argument in quotes, it uses that as the window name. You can make it anything. Then, you can use quotes in the next argument for your absolute path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RK</title>
		<link>http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/comment-page-1/#comment-96063</link>
		<dc:creator>RK</dc:creator>
		<pubDate>Thu, 24 Sep 2009 22:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1032#comment-96063</guid>
		<description>I have been looking all over for a way to start multiple TSVN updates in parallel. Using &quot;START&quot; while calling the command did it for me.
Thanks a lot.</description>
		<content:encoded><![CDATA[<p>I have been looking all over for a way to start multiple TSVN updates in parallel. Using &#8220;START&#8221; while calling the command did it for me.<br />
Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viper007Bond</title>
		<link>http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/comment-page-1/#comment-85068</link>
		<dc:creator>Viper007Bond</dc:creator>
		<pubDate>Thu, 04 Dec 2008 14:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1032#comment-85068</guid>
		<description>A better solution IMO is to set up a scheduled task. Since I never turn off my computer, your BAT would never run for me. ;)

I have a scheduled task that starts TortoiseSVN up every 15 minutes and updates multiple SVN checkouts.

Full details (guide + pictures) on &lt;a href=&quot;http://www.viper007bond.com/2008/09/29/automatically-keep-your-svn-checkouts-up-to-date-in-windows-rev-2/&quot; rel=&quot;nofollow&quot;&gt;my blog&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>A better solution IMO is to set up a scheduled task. Since I never turn off my computer, your BAT would never run for me. ;)</p>
<p>I have a scheduled task that starts TortoiseSVN up every 15 minutes and updates multiple SVN checkouts.</p>
<p>Full details (guide + pictures) on <a href="http://www.viper007bond.com/2008/09/29/automatically-keep-your-svn-checkouts-up-to-date-in-windows-rev-2/" rel="nofollow">my blog</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/comment-page-1/#comment-83571</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Mon, 17 Nov 2008 21:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1032#comment-83571</guid>
		<description>Robert » I know this. But as I&#039;ve said, I find ToirtoiseSVN GUI unmatched.</description>
		<content:encoded><![CDATA[<p>Robert » I know this. But as I&#8217;ve said, I find ToirtoiseSVN GUI unmatched.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/comment-page-1/#comment-83553</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 17 Nov 2008 18:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1032#comment-83553</guid>
		<description>Ozh, SVN binaries for Windows are available at http://www.collab.net/downloads/subversion/. The syntax is cross-platform.</description>
		<content:encoded><![CDATA[<p>Ozh, SVN binaries for Windows are available at <a href="http://www.collab.net/downloads/subversion/" rel="nofollow">http://www.collab.net/downloads/subversion/</a>. The syntax is cross-platform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/comment-page-1/#comment-83509</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Mon, 17 Nov 2008 10:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1032#comment-83509</guid>
		<description>Randolf » One man&#039;s opinion. I find Tortoise far from being &quot;half-baked&quot; and much faster to use in a visual environment than a pure command line binary.</description>
		<content:encoded><![CDATA[<p>Randolf » One man&#8217;s opinion. I find Tortoise far from being &#8220;half-baked&#8221; and much faster to use in a visual environment than a pure command line binary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randolf</title>
		<link>http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/comment-page-1/#comment-83496</link>
		<dc:creator>Randolf</dc:creator>
		<pubDate>Mon, 17 Nov 2008 08:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1032#comment-83496</guid>
		<description>If I want to work with command line, I&#039;ll take command line SVN and don&#039;t bother with half-baked SVN clients like Tortoise.</description>
		<content:encoded><![CDATA[<p>If I want to work with command line, I&#8217;ll take command line SVN and don&#8217;t bother with half-baked SVN clients like Tortoise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/comment-page-1/#comment-83434</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 16 Nov 2008 21:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1032#comment-83434</guid>
		<description>Thanks Ozh! Thats a cool one.</description>
		<content:encoded><![CDATA[<p>Thanks Ozh! Thats a cool one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hemostick</title>
		<link>http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/comment-page-1/#comment-83416</link>
		<dc:creator>hemostick</dc:creator>
		<pubDate>Sun, 16 Nov 2008 18:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1032#comment-83416</guid>
		<description>Maieuh !</description>
		<content:encoded><![CDATA[<p>Maieuh !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hemostick</title>
		<link>http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/comment-page-1/#comment-83415</link>
		<dc:creator>hemostick</dc:creator>
		<pubDate>Sun, 16 Nov 2008 18:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1032#comment-83415</guid>
		<description>Because TortoiseSVN has its own set of binaries, it isn&#039;t just a frontend that requires you to install vanilla svn first. So, no svn from the commandline.</description>
		<content:encoded><![CDATA[<p>Because TortoiseSVN has its own set of binaries, it isn&#8217;t just a frontend that requires you to install vanilla svn first. So, no svn from the commandline.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

