Re: removing .svn files from local copy
From: Matt Doran <matt.doran_at_papercut.biz>
Date: 2006-05-28 03:49:24 CEST
That works. But the 'find' way of doing this is cleaner.
Or an even more findy way to do it ...
find . -name .svn -exec rm -rf {} \;
;)
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.