Delete directory locally without causing svn diff to report changes

2010-02-10 Thread David Cummings
I'm looking for a way to remove a directory from my working copy without it causing svn diff to report changes. I often use svn co and svn up with --depth files to checkout partial pieces of a repository. For example I have the following repository structure: trunk |--- folder1 |-

Re: Delete directory locally without causing svn diff to report changes

2010-02-10 Thread David Cummings
lab.net/svn/2009/03/sparse-directories-now-with-exclusion.html > > Basically use the --depth feature to prune away what you do not want > rather than using svn rm. > > Mark > > > > On Wed, Feb 10, 2010 at 2:59 PM, David Cummings > wrote: >> I'm looking for a