RE: wildcard svn move
From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-01-13 19:45:21 CET
-----Original Message-----
Seems I've hit a bit of a snag. I was hoping that svn move would
On Un*x systems, programs don't handle wildcards (with a few exceptions).
svn move *.java ../../test/com/foo
the shell actually runs
svn move 1.java 2.java 3.java 4.java ../../test/com/foo
The problem is that "svn move" only moves one source to one destination, so
You might find a shell loop useful. For instance, if your shell is bash,
for F in *.java
Dale
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.