From 93b11da4db471af3c781ca1a3f6016db259d39b7 Mon Sep 17 00:00:00 2001 From: "ruslan@302cb7f8d398fcce72f88b26b0c2f3a53aaf0bcd" Date: Wed, 5 Jun 2024 17:34:32 +0000 Subject: [PATCH] Added a comment --- ..._a6c2c4e87743da11dcc2ed718a350bb4._comment | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/bugs/git_annex_unannex_-_some_files_still_symlinked/comment_1_a6c2c4e87743da11dcc2ed718a350bb4._comment diff --git a/doc/bugs/git_annex_unannex_-_some_files_still_symlinked/comment_1_a6c2c4e87743da11dcc2ed718a350bb4._comment b/doc/bugs/git_annex_unannex_-_some_files_still_symlinked/comment_1_a6c2c4e87743da11dcc2ed718a350bb4._comment new file mode 100644 index 0000000000..c507684212 --- /dev/null +++ b/doc/bugs/git_annex_unannex_-_some_files_still_symlinked/comment_1_a6c2c4e87743da11dcc2ed718a350bb4._comment @@ -0,0 +1,22 @@ +[[!comment format=mdwn + username="ruslan@302cb7f8d398fcce72f88b26b0c2f3a53aaf0bcd" + nickname="ruslan" + avatar="http://cdn.libravatar.org/avatar/37d3c852372d96daa8a99629755ed1f9" + subject="comment 1" + date="2024-06-05T17:34:32Z" + content=""" +Solution with running `git annex add` is also described at the link below: + +https://git-annex.branchable.com/forum/git_annex_add_crash_and_subsequent_recovery/#comment-4f5af644597a055624009c5bbb9aca3f + +--- + +So need to find files that are symlinks to git annex object folder and run `git annex add` / `git annex unused` - I can handle that with a script, though would be nice to have a built-in method + +--- + +Additional notes: + +1. There should be a way to find files that were added to git annex folder but are not tracked by git annex. Is this something that can be done with existing commands? +2. It's desirable to have a way to abort `git annex add` gracefully on long-running jobs. Is there a way to do it now? Looks like ctrl-c resulted in a broken state. Whould Ctrl-z work better? +"""]]