VB linked clone support without master #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, I saw your pull request to the vagrant project to support linked clones, and it inspired me to take a closer look! Your work takes a giant step towards solving a problem I have with some large vagrant boxes.
Using your pull request as a guidebook to the vagrant source, I thought of a slightly different way to attack the issue. I'm submitting a rough draft to you now as a pull request and am interested in your thoughts.
Pros:
Cons:
I've done some simple testing with VirtualBox 4.3.18 on OS X. I'm hoping to test this code out on a Windows machine either this week or next.
What do you think? As you can probably tell from the code, I'm not exactly a Ruby programmer. Are you interested in teaming up to try to get this functionality into vagrant?