Does anybody know of way to save changes history ?

In Wolfram Mathematica but also for other type of documents ?

link|improve this question
1  
Maybe you should try using some sort of version control. Personally, I use git for most things now (including Mathematica notebooks). – Simon Jun 11 '11 at 12:03
feedback

1 Answer

Mathematica documents are ASCII text files, so they are friendly to all version control systems like git, mercurial, bazar, svn, etc. I personally use and recommend git. One of its advantages is its fast performance which is important for the potentially large files that Mathematica generates.

Also you may be interested in when a particular cell was changed. Each cell contains a property named CellChangeTimes with that information.

Lastly, if you want a very simple solution. Use a Mac with Time Machine.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.