This commit is contained in:
erewhon_smith@6671dff14d578cb6d55a3ca285f2c54151b69f60 2020-01-24 23:48:25 +00:00 committed by admin
parent b434494a6f
commit 90dff7f6e1

View file

@ -2,10 +2,10 @@ I want to create a repo with the contents of an old repo, but with a fresh commi
However, I just want to make sure that the following steps will not result in the new repo being broken in some way:
1) Create a new git annex repo.
2) Copy all of the symlinks pointing from the old repo to the new one.
3) Move .git/annex/objects from the old repo to the new one.
4) Then "git annex add" everything in the new repo and commit.
1. Create a new git annex repo.
2. Copy all of the symlinks pointing from the old repo to the new one.
3. Move .git/annex/objects from the old repo to the new one.
4. Then "git annex add" everything in the new repo and commit.
Please let me know also if there is a better way to achieve the same results.