(I am not sure if this is the correct area for this thread - Admin/Mods, please more if necessary. Thank you.)
Hello.
I write a lot of code. I save many back-ups, that is, current versions of the code in case I need to roll-back. This can be quite tedious and time-consuming.
I am looking for a code editor that supports PHP (HTML & Ruby woud be a plus) and saves unique versions of the code automatically, for example, every 5-minutes.
Example:
* I code and save a file named index1.php
* 5-minutes later, a new, unique version is saved automatically, in this case, index2.php
* 5-minutes later, index3.php is created automatically
Does anyone know of such software for achieving this?
Might it be possible to create a Ruby script to modify an editor (Not even sure where to begin with that LOL)?
Thank you in advance.
Matthew