This is very usefull.
I have just added a simple Revision Control System for QtOctave.
SimpleRcs is a version control system, which allows you to keep old versions of files (usually source code), keep a log of when, and why changes occurred, etc., like Subversion, CVS, RCS or SCCS.
SimpleRcs keeps a copy of the master source. This copy is called the source ‘‘repository”; it contains all the information to permit extracting previous versions of these file at any time.
SimpleRcs lets you:
- Saves different versions of your files.
- Compare them.
- Extract some version.
- Add comments to your versions.
To use it you will need last QtOctave version, you can download using subversion:
svn checkout https://forja.rediris.es/svn/csl-qtoctave/trunk/qtoctave
And SimpleRcs program, you can download using subversion from:
svn checkout https://forja.rediris.es/svn/csl-qtoctave/trunk/simple_rcs
