On Fri, 21 Jan 2005 17:05:30 -0800, David Grant <[EMAIL PROTECTED]> wrote: > Good idea, I like it. But are there ways to just use cvs/svn instead, > rather than re-inventing the wheel?
CVS provides a locked checkout model, but recently, the trend for version control systems is to not provide locking, and instead provide better merge services when conflicts arise. Also, Stuart's idea has merit for use in the working directory, where you might not want to be constantly committing files just to switch between tools. -- - Charles Lepple
