https://bugzilla.redhat.com/show_bug.cgi?id=853553
--- Comment #63 from MartinKG <[email protected]> --- (In reply to Christopher Meng from comment #61) > find -type d -name .svn | xargs rm -rf .svn > > Can be > > find -type d -name .svn -delete did not work find -type d -name .svn -delete find: cannot delete './.svn': Directory not empty -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
