File: day_586__wrapping_up_S3_import.mdwn

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (18 lines) | stat: -rw-r--r-- 632 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Finally got the remote tracking branch for import from S3 into a good shape.

Rather than coaxing git into generating the same commits each time for
imports (which would have needed commit dates to be stable somehow), 
I made git-annex always preserve a reference to the last import commit.

[[s3rename.png]]

Here's how it looks when a rename was exported to S3, which resulted in a
history in S3 that diverged and reconverged with the git history.

[[s3history.png]]

And here's how the history develops as more changes get exported and
imported.

With adb and S3 import done, the first phase of [[todo/import_tree]] is
complete.