You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... The repo is laid out in a way which could (in the future) support different backends for note storage, attachment storage and authentication. For note storage, currently, the only option is file_system but this may change in the future ....
#190 is an implementation of hooks to allow background support for Git BUT this won't deal with things like merge conflicts that need user intervention (hooks could add some wrappers to do something about this).
If there was git support, a merge could be requested which the end user could then manually resolve. Hopefully most of the time merge conflicts won't occur :-) 🤞
There is a fork of Dulwhich (PyRotter) that does have merge support jelmer/dulwich#754
Definitely not a small project! ;-) But would allow decent synchronization support as well as history/revision support.
The text was updated successfully, but these errors were encountered:
Using any SCM, like git, hg, etc. would allow some versioning support.
From comment #190 (comment)
#190 is an implementation of hooks to allow background support for Git BUT this won't deal with things like merge conflicts that need user intervention (hooks could add some wrappers to do something about this).
If there was git support, a merge could be requested which the end user could then manually resolve. Hopefully most of the time merge conflicts won't occur :-) 🤞
There is a fork of Dulwhich (PyRotter) that does have merge support jelmer/dulwich#754
Definitely not a small project! ;-) But would allow decent synchronization support as well as history/revision support.
The text was updated successfully, but these errors were encountered: