Thank you Mark. Works like a charm :)
For those who don't want to follow the link, the following command was
what I was looking for:
svn update --set-depth=exclude
On Wed, Feb 10, 2010 at 3:05 PM, Mark Phippard wrote:
> Don't you just want this?
>
> http://blogs.open.collab.net/svn/2009/03/spar
Don't you just want this?
http://blogs.open.collab.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 way to
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
|-