[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: Wadsworth, Eric (Contractor) <wadswore_at_fhu.disa.mil>
Date: 2003-10-06 21:28:21 CEST

> I was hoping that I didn't have to type them all individually.
>
> Apparently, I do.

Actually, you don't. When I run into a situation like this, I do a "dir /b >
fixfiles.bat" and then open that file in textpad (www.textpad.com) or
whatever text editor I have handy. A few keystrokes (enter the command text,
then copy and paste, or so substitutions with regular expressions using ^ or
$), and I have my batch file ready to run, which will do all the commands
for me. Depending on how many files you have, it's much faster than typeing
the commands in by hand. Of course, it get's more complicated if you want to
recursively drop down into the directory structure.

--- Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 6 21:29:25 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.