Bookmarks

Links I find interesting and / or informative

Bookmarks » Aaron Johnson – command line script to delete .svn files / folders

February 10th, 2009 · No Comments
by adamwulf at Delicious/adamwulf

Link to Original

http://cephas.net/blog/2007/04/06/command-line-script-to-delete-svn-files-folders/
by adamwulf at Delicious/adamwulf

Excerpt

I wrote this down in my notes.txt awhile back where it’ll eventually get lost, putting it here so that I search it from google:

find ./ -name ".svn" | xargs rm -Rf

Post to Twitter Tweet This


Tags: Uncategorized

0 comments so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment or