Re: deleting managed content using svn

2013-08-05 Thread Robert Huff
Matthew Seaman writes: > >For reasons I won't get into, I want to scrub all svn-managed > > material under src in preparation for grabbing a completely clean > > copy. > > >Is there a better way than "rm -rf"? > > Nope. rm -rf of the checked out filesystem is going to blow away

Re: deleting managed content using svn

2013-08-05 Thread Matthew Seaman
On 05/08/2013 13:18, Robert Huff wrote: > > I have a system that uses svn to track src+ports+doc. > For reasons I won't get into, I want to scrub all svn-managed > material under src in preparation for grabbing a completely clean > copy. In principle SVN will be able to tell you if yo

deleting managed content using svn

2013-08-05 Thread Robert Huff
I have a system that uses svn to track src+ports+doc. For reasons I won't get into, I want to scrub all svn-managed material under src in preparation for grabbing a completely clean copy. Neither on-system documentation nor the deeper documentation listed therein show how t