comment and retitle
This commit is contained in:
parent
63b986d6d5
commit
953d2029df
2 changed files with 13 additions and 0 deletions
|
@ -24,3 +24,5 @@ Cavet: user won't be able to *intentionally* replace symlinks by plain files on
|
||||||
But on "import" compare its size against followed symlink file size, and then its content.
|
But on "import" compare its size against followed symlink file size, and then its content.
|
||||||
Don't do anything if they are the same.
|
Don't do anything if they are the same.
|
||||||
Replace symlink by actual file if they differ.
|
Replace symlink by actual file if they differ.
|
||||||
|
|
||||||
|
[[!meta title="export then import replaces non-annex symlinks by plain text files"]]
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 1"""
|
||||||
|
date="2022-01-03T17:27:03Z"
|
||||||
|
content="""
|
||||||
|
This is not adb specific. No special remotes support preserving symlinks
|
||||||
|
(except for git-annex object links). Reproduced using a directory special
|
||||||
|
remote.
|
||||||
|
|
||||||
|
Probably export/import should somehow skip symlinks.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue