Hello, when I run "svnversion -c", I found that this is a partial checkout dir, but how to check which dir is missing? (without a re-checkout)
$ svnversion -c
49516:56223P
thanks.
Hello, when I run "svnversion -c", I found that this is a partial checkout dir, but how to check which dir is missing? (without a re-checkout)
$ svnversion -c
49516:56223P
thanks.
Check out the section on Sparse Directories in the manual.
svn info [DIR]
will give you a line Depth:
telling you the checkout depth of the given DIR
.