14

I've had problems with my current LaTeX editor( Texmaker). It hasn't got an autosave option and overwrites the file every time I save them manually .

Is there an editor which has an auto update/save option? Preferably connected to git or svn so that I can view my old versions as well.

azetina
  • 28,884
Stein
  • 297
  • 1
  • 2
  • 6

2 Answers2

11

TeXstudio supports SVN. (See screenshot below.)

enter image description here

Here are some useful links to deal with SVN and git:

  1. Configuring SVN support
  2. TeXStudio and TortoiseSVN
  3. Using TeXstudio with git
azetina
  • 28,884
4

Not necessary a LaTeX editor per se, but if you want to have a bunch of files for which you want to automatically have them commited to git at certain defined timepoints, you should take a look at flashbake, which does exactly that. So you could write in your editor and externalize the autosave to another piece of software running in the background.

The writer Cory Doctorow uses flashbake to record his writing, including some "meta" data about the process. The project is available on GitHub.

Dɑvïd
  • 465
Habi
  • 7,694
  • I did it but when I try to use I get this error: "fatal: Not a git repository (or any of the parent directories): .git"

    How can I force TexStudio to crate it?

    – skan Nov 28 '16 at 01:32