Re: svn revert .?
From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-10-16 00:08:02 CEST
On Wed, Oct 15, 2003 at 10:28:30PM +0100, Roger Lipscombe wrote:
The recursive/non-recursive behaviour of various Subversion commands is
"svn revert" uses depth 0, unless you specify --recursive, in which case
$ find ./ -maxdepth 1 -type f -print0 | xargs -0 svn revert
Hope that helps :)
-- Michael Wood <mwood@its.uct.ac.za> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Oct 16 00:09:33 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.