add: Avoid a failure mode that resulted in the file seemingly being deleted (content put in the annex but no symlink present).
This commit is contained in:
parent
ff531b9677
commit
67dcc1f171
3 changed files with 8 additions and 2 deletions
|
@ -8,3 +8,7 @@ Recently I ran into the following situation under Ubuntu with an encrypted home
|
|||
The file seems to be completely gone. It no longer exists in the current directory, or under .git/annex.
|
||||
|
||||
I don't mind horribly that git-annex failed due to the name length limit, but it shouldn't have deleted my file in the process (fortunately the file wasn't very important, or hard to recover).
|
||||
|
||||
> [[done]], as noted it did not delete content and now it makes the symlink
|
||||
> before trying to write to the location log, avoiding that gotcha.
|
||||
> --[[Joey]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue