[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: which svn commands take wildcards on Windows?

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-10-04 23:48:51 CEST

"Charles E. Doucette" <cdoucette@med-learn.com> writes:

> As most of you probably know, the Windows command processor does not do file
> name expansion -
> that's left to each individual command.
>
> I'm moving a bunch of files in a top-level Subversion working-copy directory
> into a subdirectory.
>
> I was hoping that I didn't have to type them all individually.
>
> Apparently, I do.
>
> I didn't think any Subversion commands took wildcards on Windows;
> but, I found out that the status command does take wildcards, and at least
> the move command does not.
>
> Can someone summarize the commands that do allow wildcards and/or those that
> don't?
> Could this information be added to the command line help text and/or the
> book?

It's not about what takes wildcards and what doesn't. If you run 'svn
help <subcommand>' you should see which commands accept multiple
targets, wildcards or not.

   $ svn help status
   status (stat, st): Print the status of working copy files and directories.
   usage: status [PATH...]

                      ^^^ See that? This means more than one path.

   $ svn help move
   move (mv, rename, ren): Move/rename something in working copy or repository.
   usage: move SRC DST

               ^^^^^^^ No ellipsis here.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 4 23:50:01 2003

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.