On Nov 27, 2007 10:47 AM, Wade Preston Shearer <[EMAIL PROTECTED]>
wrote:

> Is is possible to mv more than one file at a time with svn mv? All I
> have been able to do is move one at a time or entire directories. I
> have thousands of files to move and can't imagine doing them one at a
> time. I am getting an error when trying to use a wild card (svn mv
> *.gif) though.
>
>
for i in *.gif ; do svn mv $i target/dir/ ; done
-- 
-
http://stderr.ws/
"Insert pseudo-insightful quote here." - Some Guy

_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to