<?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: SVN batch commands for adding or deleting multiple files (Linux)</title>
	<atom:link href="http://www.gilluminate.com/2008/10/16/svn-batch-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gilluminate.com/2008/10/16/svn-batch-commands/</link>
	<description>By Jason Gill</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:45:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jason Gill</title>
		<link>http://www.gilluminate.com/2008/10/16/svn-batch-commands/#comment-480</link>
		<dc:creator>Jason Gill</dc:creator>
		<pubDate>Thu, 04 Nov 2010 20:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gilluminate.com/?p=5302#comment-480</guid>
		<description>Not at all. Thanks!</description>
		<content:encoded><![CDATA[<p>Not at all. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://www.gilluminate.com/2008/10/16/svn-batch-commands/#comment-479</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Thu, 04 Nov 2010 09:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gilluminate.com/?p=5302#comment-479</guid>
		<description>Cheers, this was spot on, first one certainly works on GNU bash, version 3.2.33(1)-release (i386-redhat-linux-gnu)

DO you mind if i repost with appropriate credit given?</description>
		<content:encoded><![CDATA[<p>Cheers, this was spot on, first one certainly works on GNU bash, version 3.2.33(1)-release (i386-redhat-linux-gnu)</p>
<p>DO you mind if i repost with appropriate credit given?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://www.gilluminate.com/2008/10/16/svn-batch-commands/#comment-478</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Fri, 06 Nov 2009 19:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gilluminate.com/?p=5302#comment-478</guid>
		<description>Thanks, this was an excellent tip, exactly what I needed!</description>
		<content:encoded><![CDATA[<p>Thanks, this was an excellent tip, exactly what I needed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.gilluminate.com/2008/10/16/svn-batch-commands/#comment-477</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 09 Mar 2009 16:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gilluminate.com/?p=5302#comment-477</guid>
		<description>I am using Windows XP, VisualSVN.
took the svn file from http://unxutils.sourceforge.net/.

Using the following lines, after looking at your unix example.

&quot;c:\Program Files\VisualSVN Server\bin\svn.exe&quot; status &#124; sed -e &quot;/^?/ !d&quot; -e &quot;s/^?//g&quot; &gt; filestoadd.txt

FOR /F &quot;eol=;&quot; %%i in (filestoadd.txt) do &quot;c:\Program Files\VisualSVN Server\bin\svn.exe&quot; add %%i

Thanks you very much.
Mark</description>
		<content:encoded><![CDATA[<p>I am using Windows XP, VisualSVN.<br />
took the svn file from <a href="http://unxutils.sourceforge.net/" rel="nofollow">http://unxutils.sourceforge.net/</a>.</p>
<p>Using the following lines, after looking at your unix example.</p>
<p>&#8220;c:\Program Files\VisualSVN Server\bin\svn.exe&#8221; status | sed -e &#8220;/^?/ !d&#8221; -e &#8220;s/^?//g&#8221; &gt; filestoadd.txt</p>
<p>FOR /F &#8220;eol=;&#8221; %%i in (filestoadd.txt) do &#8220;c:\Program Files\VisualSVN Server\bin\svn.exe&#8221; add %%i</p>
<p>Thanks you very much.<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M</title>
		<link>http://www.gilluminate.com/2008/10/16/svn-batch-commands/#comment-476</link>
		<dc:creator>M</dc:creator>
		<pubDate>Thu, 30 Oct 2008 18:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gilluminate.com/?p=5302#comment-476</guid>
		<description>The first one returns the following error:

svn: invalid option character: f</description>
		<content:encoded><![CDATA[<p>The first one returns the following error:</p>
<p>svn: invalid option character: f</p>
]]></content:encoded>
	</item>
</channel>
</rss>

