Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=482757 --- Comment #9 from Jussi Lehtola <jussi.lehtola@xxxxxx> 2009-07-08 13:24:43 EDT --- (In reply to comment #8) > - Instead of > find . -type d -name .svn -print0 | xargs -0r rm -rf > you can just use > find . -name *.svn -exec rm -rf {} \; > (or maybe even > find . -name *.svn -delete; > ) Ugh, the .svn's are directories, so what you want to run is find . -name .svn -exec rm -rf {} \; -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review