SVN repo is as follows:
top /
top / one
top / two
top / three
... etc.
You do not want to check the entire top folder , but you do not know about the SVN rare check function .
So you select the top / one repo folder in C: \ svn \ top \ one , and then you check the repo top / two folder in C: \ SVN \ top \ two
At this point, both of the drop-down folders have their own .svn folder
Then you will find rare checks .
QUESTION
How do you convert an “offline” scan of these two folders to a sparse check of the top-level folder with minimal re-checking?
Is it as simple as initiating a sparse checkout without overwriting existing items and then simply deleting existing folders .svn
?
source
share