Notes:
Version control systems (Subversion, CVS, PRCS...), however useful, are not
very extensible: adding new features can be cumbersome, especially if you
want them for different such systems at once. Vcs provide a simple dynamic
hierarchy for Version Control Systems.
Changes:
New in 0.5_beta4 2006-02-28:
* Add a new_user flag in the configuration, this flag is enable by default
and makes vcs be more explicit. To turn of this option add this to your
main configuration file (~/.vcs):
new_user: false
* The interactive is now more by default (in non new_user mode):
So no question will be asked to you before the commit.
To active the interactive mode add this to your main .vcs:
interactive: true
* Add a force option to commit to bypass the unrecognized file rule.
* Now, just few colors are set by default. To have your full colored vcs
add this to your main configuration file:
color: xmas_tree
* Enforce the revision managment to avoid some conlifcts during two
commits at the same time.
* Add paginate which just open a file with your default pager program.
* Remove Prcs from the list of default systems, because it is not fully
supported. Of course contributions are wellcome :)
|