Cannot pull newly-added top-level directory into sparsely-checked out SVN repository

Posted by Tim Keating on Stack Overflow See other posts from Stack Overflow or by Tim Keating
Published on 2010-05-18T00:23:06Z Indexed on 2010/05/18 0:30 UTC
Read the original article Hit count: 268

Filed under:

Our SVN repository is quite large, and pulling the whole thing takes some time. When checking out at home, I was pleased to discover the sparse checkout feature; I checked out the whole repository to a depth of 1, then pulled each top-level directory (directly under the trunk) that I needed to a depth of infinity. Until now this has been brilliant.

Recently I added a new directory under trunk. When I do a svn up, I get nothing. The TLD I added will not sync.

I normally use Tortoise SVN, so I tried doing this from command line. I tried explicitly specifying the name of the directory, adding --depth infinity, adding --force. None of these tricks has worked. What am I missing?

© Stack Overflow or respective owner

Related posts about svn