-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Symlinks are ignored.
They could handled à la git: in remote they become special text files containing the link path.
When copied from remote they are restored as link in local.
A problem with this approach is that we need a way to distinguish these special files.
A possible solution is to use a specific additional extension (e.g. linkname.upback.symlink) but it is inelegant (and obviously it clashes with regular files that use the same extension).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request