<?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></description>
	<lastBuildDate>Mon, 15 Mar 2010 09:50:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jared</title>
		<link>http://www.gilluminate.com/2008/10/16/svn-batch-commands/comment-page-1/#comment-7324</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-7324</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-page-1/#comment-5730</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-5730</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-page-1/#comment-5537</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-5537</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>
