this post was submitted on 29 Jul 2024
22 points (100.0% liked)

Git

2822 readers
3 users here now

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Resources

Rules

  1. Follow programming.dev rules
  2. Be excellent to each other, no hostility towards users for any reason
  3. No spam of tools/companies/advertisements. It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 month ago (6 children)

First line of the readme:

vdm is an alternative to e.g. Git Submodules for managing arbitrary external dependencies for the same reasons, in a more sane way.

[–] [email protected] 1 points 1 month ago (5 children)

Yes. I saw that. I was giving you my assessment based on the rest of the technical details in that readme. It doesn't look like vdm is dealing with any part of the dependency repos (.git directories) other than to download them. In fact, they even mention deleting those .git directories. Please let me know if you think I misinterpreted any of those details.

[–] [email protected] 0 points 1 month ago (4 children)

Neither does Git though. I'm not really sure I follow your point. This is clearly intended as an alternative to submodules. It says so!

I'm not saying it's an exact copy of git submodules.

[–] [email protected] 1 points 1 month ago

Neither does Git though.

Doesn't it, though? I mean, you can update a submodule's history directly from the consumer package. That's the whole point of submodules. Otherwise you would be better off by just wget something into your project.

load more comments (3 replies)
load more comments (3 replies)
load more comments (3 replies)