views:

13

answers:

2

Just something that will save changes automatically, while i'm editing say in gedit, or notepad plus plus, or even windows text editor, etc.

I can't seem to find exactly what i'm looking and SVN, BZR, and GIT are too complicated. One should be able to start a new project, start writing code, and that's it!

So... I'm going to create a whole new version control system that will be more amazing and simple than all the rest! Unless something already exists? Whether it be online, or a local install, whatevs.

+1  A: 

Many text editors will create a backup copy of the prior version when you do a save.

Of course, this is pitiful compared to an actual version control system. You should know that many VCS integrate with editors so commits are very simple quick commands.

The minor time it takes to create a repository is insignificant compared to the time it will save you during the project.

Frankly, this sounds like an argument from ignorance.

JoshD
A: 

I found this nice little Gedit plugin: http://nerdblog.pl/2009/06/01/save-and-commit-to-git-plugin-for-gedit-2-26ave/

trusktr