The problem is pretty straightforward, I'm just not very well-versed in these tools (or CVSes in general).
Each branch of the project contains 4 folders:
branch-1
folder1
...
folder4
branch-2
folder1
...
folder4
...
folder4
is ginormous (~2GB), contains things I'm usually not interested in, and I'd rather not download it every single time -- it takes forever, and takes up space.
I see that the "Checkout from SVN" dialog has a Depth field, with options:
None of these options is quite what I want. 1 and 2 will still download folder4
, while 3 and 4 will omit everything.
Ideally, I'd be able to simply omit folder4
from the download initially, with the option to pull it down later. I don't mind seeing it as an incoming change (and simply ignoring it) during sync operations.
Any ideas? Am I missing something?
P.S. I tried to post this question in Super User, but the site is giving me real problems.
Yes, you can do this using Subclipse:
folder1
, etc. will be empty.folder4
) in the newly-checked out project.Another way to do this involves the svn
command line client:
folder1
etc. will be missing).cd project-dir
svn up folder1 folder2 folder3
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With