Re: svn rename glob?
From: Helge Kruse <Helge.Kruse-nospam_at_gmx.net>
Date: Sun, 11 Jan 2009 11:52:16 +0100
Use the "svn rename" command recursive. For example to rename all .cpp files to .cxx files you use this command:
for /R . %f in (*.cpp) do svn rename %f %~dpnf.cxx
Helge
----- Original Message -----
>I wish to rename all files in a directory tree by changing their
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.