[UPHPU] svn mv multiple files

Joshua Simpson std3rr at gmail.com
Tue Nov 27 12:06:40 MST 2007


On Nov 27, 2007 10:47 AM, Wade Preston Shearer <lists at wadeshearer.com>
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


More information about the UPHPU mailing list