Our SVN repository is quite large, and it takes some time to draw the whole thing. While checking out at home, I was happy to find Sparse checkout feature; I saw the entire stock in depth of 1, then pulled each top-level directory (directly under the trunk), so that I needed a depth of infinity. So far it has been fantastic.
Recently I added a new directory under the trunk when I do a svn up
, I do not get anything, I will not get the link TLD which I will not sync.
I usually use Turtle SVN, so I tried to do it from the command line, I tried to clearly specify the name of the directory, - depth infinite
By adding, - force
by adding. None of these have worked out what am I missing?
I found another directory that was incorrectly retrieved from the tree). This update was stopping the directory when I removed it and repeated it to a svn up
, I hope that the newly added directory was found.
Comments
Post a Comment