Re: removing .svn files from local copy
From: Noah Slater <nslater_at_gmail.com>
Date: 2006-05-27 19:53:56 CEST
> resolved. I used svn export which does work from a local copy.
This would have worked also:
$ find . | grep -E '/.svn$' | xargs rm -rf
-- "Creativity can be a social contribution, but only in so far as society is free to use the results." - R. Stallman --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sat May 27 19:54:55 2006 |
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.