RE: Update with joker ?
From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-04-27 19:46:41 CEST
> From: Anthony Muller [mailto:Anthony.Mueller@hyperoffice.fr]
That is because your shell expands "t*" into "toto.txt" before invoking svn.
> However, when the file is not locally present, the command
Because "t*" matched no files, your shell left it unchanged. svn sees "svn
Try doing "echo svn update t*" under different circumstances. It will show
Yes, but you need to do something like "svn update $( find . -name '*.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.