Tuesday, August 05, 2008

Delete dot Svn Directory Using Linux Shell

I need to delete .svn after I checkout from subversion repository.

Find the command I want. Using Linux shell.
find ./ -name ".svn" | xargs rm -Rf
http://cephas.net/blog/2007/04/06/command-line-script-to-delete-svn-files-folders/

No comments:

Today Notes Blog About Linux Open Source Computer Internet

comments powered by Disqus

Popular Posts