<a href="https://scribtex.com/" target="_blank">https://scribtex.com/</a>On Mon, Jun 20, 2011 at 11:38 PM, Alain Delmotte <span dir="ltr"><<a href="mailto:esperanto@swing.be" target="_blank">esperanto@swing.be</a>></span> wrote:<br>

<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<br>
<br>
Le 20/06/2011 01:27, Charlie Sharpsteen a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
On Sun, Jun 19, 2011 at 4:07 PM, Paul A Norman<<a href="mailto:paul.a.norman@gmail.com" target="_blank">paul.a.norman@gmail.com</a><u></u>>  wrote:<br>
<br></div><div>
Have you considered using a version control system such as Git,<br>
Mercurial or SVN? Then you would just have one copy,<br>
These-Fair-Isles.tex, and the ability to rewind to any prior version.<br>
Plus, distributed systems like Git and Mercurial offer even more<br>
security of work by allowing you to easily mirror your documents<br>
across multiple computers in case the proverbial bolt of lightning<br>
strikes your main machine.<br>
<br>
-Charlie<br>
<br>
<br>
</div></blockquote>
As I understand the documentations, these version control system require to work over internet! Right?<br>
<br>
Is there a system which could completely be installed locally? I mean working on a machine not connected to Internet or which doesn't require to?<br>
<br>
--<br><font color="#888888">
Alain<br></font></blockquote><div><br></div><div>None of these version control systems require internet access. In fact, distributed systems like Git, Mercurial and Bazaar were specifically designed to support working in situations where internet access is unavailable. Even Subversion (SVN) can be installed and used locally although it is more difficult to share access when the SVN "central repository" is on your personal computer---unless you are very comfortable with turning your computer into a web server.</div>


<div><br></div><div>If you are interested in using these systems, I would suggest:</div><div><br></div><div>  - Mercurial, as you can store a clone of your work to <a href="https://bitbucket.org/" target="_blank">Bitbucket</a> which offers unlimited private repositories.</div>


<div><br></div><div>  - Git, as you could sync your work to <a href="https://scribtex.com/" target="_blank">ScribTeX</a> which also offers web-based editing and compiling for TeX documents.</div><div><br></div><div>I make these suggestions because writing is often personal but you probably want to store a copy of your work somewhere online (so it is easily accessible from any computer) yet also have it private so only you can access it.  Most distributed version control systems (git, mercurial, bazaar, etc) can also sync over SSH, so you can store clones on any server you have SSH access to.</div>


<div><br></div><div>-Charlie</div><div><br></div></div>