<?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"
	>
<channel>
	<title>Comments on: Subversion bulk move</title>
	<atom:link href="http://fredericiana.com/2008/01/28/subversion-bulk-move/feed/" rel="self" type="application/rss+xml" />
	<link>http://fredericiana.com/2008/01/28/subversion-bulk-move/</link>
	<description>german. and stuff.</description>
	<pubDate>Fri, 05 Sep 2008 20:42:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Fred</title>
		<link>http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111854</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 30 Jan 2008 12:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111854</guid>
		<description>Except for that you need quotes, that should work :) However, the find command will allow you to do more complex filtering than that.</description>
		<content:encoded><![CDATA[<p>Except for that you need quotes, that should work <img src='http://fredericiana.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> However, the find command will allow you to do more complex filtering than that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111853</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Wed, 30 Jan 2008 12:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111853</guid>
		<description>So what about following small snippet?

for i in 06* ; do svn mv $i 2006/ ; done</description>
		<content:encoded><![CDATA[<p>So what about following small snippet?</p>
<p>for i in 06* ; do svn mv $i 2006/ ; done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111712</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 29 Jan 2008 19:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111712</guid>
		<description>Tsahi: I wasn't using Linux.

Also, obviously using a GUI tool is always a possibility, but of course I didn't say anything to the contrary in the article.

At last, the "find" command I was showing exemplarily here can be modified to satisfy much more complicated requirements than "filename starts with abc", so that it makes more sense. An example would be a distinction by file creation date, file size, or a combination of them.</description>
		<content:encoded><![CDATA[<p>Tsahi: I wasn&#8217;t using Linux.</p>
<p>Also, obviously using a GUI tool is always a possibility, but of course I didn&#8217;t say anything to the contrary in the article.</p>
<p>At last, the &#8220;find&#8221; command I was showing exemplarily here can be modified to satisfy much more complicated requirements than &#8220;filename starts with abc&#8221;, so that it makes more sense. An example would be a distinction by file creation date, file size, or a combination of them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tsahi</title>
		<link>http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111709</link>
		<dc:creator>Tsahi</dc:creator>
		<pubDate>Tue, 29 Jan 2008 19:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111709</guid>
		<description>using linux looks like great fun.
with TortoiseSVN, i just drag and drop. no need to remember complicated commands.</description>
		<content:encoded><![CDATA[<p>using linux looks like great fun.<br />
with TortoiseSVN, i just drag and drop. no need to remember complicated commands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Sullivan</title>
		<link>http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111659</link>
		<dc:creator>Kim Sullivan</dc:creator>
		<pubDate>Tue, 29 Jan 2008 13:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111659</guid>
		<description>Alex: This command actually works on the working copy, so you can still commit all the moves in one go. Unfortunately the svn mv command doesn't accept a list of files to move, so it has to be called for each file and directory separately. GUI tools usually don't have this limitation, but if you're stuck with the command line client, that line is definitely a keeper.

Now if only SVN supported "true" renames, instead of simulating a file move with copy &#38; delete :-(</description>
		<content:encoded><![CDATA[<p>Alex: This command actually works on the working copy, so you can still commit all the moves in one go. Unfortunately the svn mv command doesn&#8217;t accept a list of files to move, so it has to be called for each file and directory separately. GUI tools usually don&#8217;t have this limitation, but if you&#8217;re stuck with the command line client, that line is definitely a keeper.</p>
<p>Now if only SVN supported &#8220;true&#8221; renames, instead of simulating a file move with copy &amp; delete <img src='http://fredericiana.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111614</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 29 Jan 2008 07:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111614</guid>
		<description>Yes, but that will get rid of the file history (i.e. the commit log).</description>
		<content:encoded><![CDATA[<p>Yes, but that will get rid of the file history (i.e. the commit log).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Vincent</title>
		<link>http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111569</link>
		<dc:creator>Alex Vincent</dc:creator>
		<pubDate>Tue, 29 Jan 2008 02:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111569</guid>
		<description>You could also do the move on your local copy, for more than one file at a time, and then commit them all at once... can't you?</description>
		<content:encoded><![CDATA[<p>You could also do the move on your local copy, for more than one file at a time, and then commit them all at once&#8230; can&#8217;t you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fredrik</title>
		<link>http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111550</link>
		<dc:creator>fredrik</dc:creator>
		<pubDate>Mon, 28 Jan 2008 23:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2008/01/28/subversion-bulk-move/#comment-111550</guid>
		<description>Ah, that -exec flag is handy. I've found myself on numerous occasions just using find (or ls) piped through a "perl -ne" construct (or awk) to build actual Bash command strings and then pipe that through /bin/sh. Which works well, but is slightly icky. The good thing is without the last pipe to /bin/sh you can do dry runs to make sure it does what the doctor ordered.</description>
		<content:encoded><![CDATA[<p>Ah, that -exec flag is handy. I&#8217;ve found myself on numerous occasions just using find (or ls) piped through a &#8220;perl -ne&#8221; construct (or awk) to build actual Bash command strings and then pipe that through /bin/sh. Which works well, but is slightly icky. The good thing is without the last pipe to /bin/sh you can do dry runs to make sure it does what the doctor ordered.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
