Re: svn rename glob?
From: Helge Kruse <Helge.Kruse-nospam_at_gmx.net>
Date: Mon, 12 Jan 2009 12:02:04 +0100
----- Original Message -----
>I wish to rename all files in a directory tree by changing their
Use the "svn rename" command recursive. For example to rename all .cpp
for /R . %f in (*.cpp) do svn rename %f %~dpnf.cxx
Helge
------------------------------------------------------
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.