bell notificationshomepageloginNewPostedit profile

Topic : For a single author writing short stories in LaTeX, is it worthwhile to switch to a "real" version control system from Dropbox? I'm currently using Dropbox to sync and backup my stories (which - selfpublishingguru.com

10.01% popularity

I'm currently using Dropbox to sync and backup my stories (which are generally in LaTeX). However, I've read that it's probably a better idea to switch to a "real" version control system, especially to separate my LaTeX formatting changes (and restructuring) from my content changes.

Assuming that the answer is yes, here are some of my follow-up questions:

Should I use Hg or git? I currently use git for my programming projects, but would not mind learning Hg.
Should I host on my server or use a cloud service (GitLab or Bitbucket) private repository for sync and redundancy?

Misc. situational details (may already be mentioned):

Primarily single-author short stories
Text is in LaTeX documents
I've used Dropbox's history feature before to recover from iOS apps not playing nicely with my project's structure.
I have a VPS I could use for file storage & sync


Load Full (1)

Login to follow topic

More posts by @Berryessa137

1 Comments

Sorted by latest first Latest Oldest Best

10% popularity

If you're anticipating large structural changes to your LaTeX documents, then a version control system might do you some good. If that's the case, use git since you're familiar with it. Mercurial (hg) is similar enough that you wouldn't have problems if you go that route, although the cloning and branching paradigm seems a bit different (FWIW, I'm pretty familiar with git and only a beginner with Mercurial).

As for using GitLab or BitBucket, it's a cost-benefit analysis of whether you'd rather have total control (your server) versus the reliability and performance of the third-party services (GitLab or BitBucket).

[Edit: Changing answer due to new data involving Dropbox potentially causing repo corruption]


Load Full (0)

Back to top