{"id":2563,"date":"2011-07-18T21:39:26","date_gmt":"2011-07-18T16:39:26","guid":{"rendered":"http:\/\/aasims.wordpress.com\/?p=2563"},"modified":"2025-04-29T17:56:20","modified_gmt":"2025-04-29T17:56:20","slug":"how-to-delete-svn-files-from-mac","status":"publish","type":"post","link":"https:\/\/aasimnaseem.com\/blog\/how-to-delete-svn-files-from-mac\/","title":{"rendered":"How to delete .svn Files from Mac;"},"content":{"rendered":"<p>Here is a quick way to delete all .svn files from a particular directory and all its child directories:<\/p>\n<p>Open your terminal, navigate to the directory from where you want to delete .svn files;<!--more--><\/p>\n<p>It&#8217;s good to <a title=\"Show Hidden Files on your\u00a0Mac;\" href=\"https:\/\/aasimnaseem.com\/index.php\/2011\/05\/29\/show-hidden-files-on-your-mac\/\">show all hidden files<\/a> first.<\/p>\n<p>Type the following command:<\/p>\n<p>[code]<\/p>\n<p>rm -rf `find . -type d -name .svn<\/p>\n<p>[\/code]<\/p>\n<p>Thats it.<\/p>\n<p><strong>Update 28.May.2k13<\/strong><br \/>\nYou can also use the following command for the same purpose:<\/p>\n<p>[code]<br \/>\nfind .\/ -name &quot;.svn&quot; | xargs rm -Rf<\/p>\n<p>[\/code]<\/p>\n<p><strong>Update 21.July.2k11<\/strong><br \/>\n<em>This command will not entertain those directories which has space in their name.<\/em><br \/>\n<em>Can anyone solve this issue?\u00a0<\/em><\/p>\n<p>&nbsp;<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/s09.flagcounter.com\/count\/cXM\/bg_FFFFFF\/txt_000000\/border_FFFFFF\/columns_6\/maxflags_248\/viewers_0\/labels_1\/pageviews_1\/\" alt=\"free counters\" border=\"0\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here is a quick way to delete all .svn files from a particular directory and all its child directories: Open your terminal, navigate to the directory from where you want to delete .svn files;<\/p>\n","protected":false},"author":1,"featured_media":5224,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1144],"tags":[30,495,934,969],"class_list":["post-2563","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-code-repositories","tag-svn-files-delete-on-mac","tag-how-to-delete-svn-files-on-mac","tag-show-hidden-files-on-mac","tag-svn-on-mac"],"_links":{"self":[{"href":"https:\/\/aasimnaseem.com\/blog\/wp-json\/wp\/v2\/posts\/2563","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aasimnaseem.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aasimnaseem.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aasimnaseem.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aasimnaseem.com\/blog\/wp-json\/wp\/v2\/comments?post=2563"}],"version-history":[{"count":4,"href":"https:\/\/aasimnaseem.com\/blog\/wp-json\/wp\/v2\/posts\/2563\/revisions"}],"predecessor-version":[{"id":5225,"href":"https:\/\/aasimnaseem.com\/blog\/wp-json\/wp\/v2\/posts\/2563\/revisions\/5225"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aasimnaseem.com\/blog\/wp-json\/wp\/v2\/media\/5224"}],"wp:attachment":[{"href":"https:\/\/aasimnaseem.com\/blog\/wp-json\/wp\/v2\/media?parent=2563"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aasimnaseem.com\/blog\/wp-json\/wp\/v2\/categories?post=2563"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aasimnaseem.com\/blog\/wp-json\/wp\/v2\/tags?post=2563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}