Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the best strategy to implement the git-transport #6

Open
mgmart opened this issue Feb 21, 2017 · 1 comment
Open

What's the best strategy to implement the git-transport #6

mgmart opened this issue Feb 21, 2017 · 1 comment

Comments

@mgmart
Copy link
Member

mgmart commented Feb 21, 2017

As it seems there will be no support for attachments, images or tree-sync in org-mobile.el. Therefore I think the approach should to use git as a transport and fiddle in org-mobile.el later (if it's still necessary).

The best strategy I can think of is that every write from MobileOrg comes be in a separate branch if head is different from the last fetch.

That and a default setting wether MobileOrg or the repository should win if there are conflicts should be sufficient to avoid conflict handling on the mobile device.

I'm not sure if this approach is too naive. I would appreciate any thoughts on this.

@mgmart
Copy link
Member Author

mgmart commented Jun 26, 2017

Talking to myself here 😄

My personal org-files reside in many git repositories at the moment. As I publish some of them by using hugo, it is the easiest approach to leave the git repositories separate.

Conclusion would be that git as the main transport is not a feasible approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant