Hi,
git provides a neat way to create archives of git repos (or parts thereof): git bundle.
git bundle obviously works with git annex as well, BUT those bundles don't include the actual content (in other words, only the symlinks are bundled up).
Is there a way to get the git bundle functionality with git annex?
THX & Cheers, Toby.
I would say you're just looking for 'tar cf' or 'tar czf' of the root directory of your repository. Unless the (delta) compression that 'git bundle' would perform is a must-have...
Hi,
THX for your suggestion. Unfortunately, git bundle is able to carve out particular slices of a repo, which a simple tar obviously cannot do. This functionality is much desired.
Cheers, Toby.