Archive for May 19th, 2008

There are two ways of doing this

svn export . ../new_dir

or

find . -name .svn -prune -exec rm -rfv {} \;

(more…)

Comments No Comments »