Jim Cheetham wrote:
Actually, CVS might be overkill. On one shared server, we use RCS to manage locking and rollback on config files. Locking is actually more important than rollback.

That depends on your situation. If there is only you working on a file then rollback is likely to be more important.


And isn't CVS just a wrapper for RCS?

But CVS can do what Eliot suggests but not within the editor.

<snip>

Also, running 'rcsdiff <file>' tells you if there is currently a checked-out version, and what the differences are ...

diff is one of the most important tools in the open source world.
Without it, we would be struggling to check for changes that are bad or malicious.



-- Zane Gilmore, Analyst / Programmer Information Services Section, Information Technology Dept, University of Canterbury - Te Whare Waananga o Waitaha Private Bag 4800, Christchurch New Zealand Phone +64-3-364 2987 extn 7895

Reply via email to