Cannot pull newly-added top-level directory into sparsely-checked out SVN repository
- by Tim Keating
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?