Actions:
|
2013-07-30 08:48 AEST by Glen Starrett - If you use CVS > Release (or cvs release -d), it will not remove edit locks on
edited files or even warn you that there are edited files in the sandbox.
If a user has some files that are edited they will never know and the edit flags
will persist on the server after the sandbox has been released, making it
awkward to remove the locks later.
A better workflow would have check for not only modified files, but edited ones
as well. Not just any edited files though -- the system should only alert on
files that were edited within this sandbox (e.g. "x" file with RO bit set off
that matches the "editors" record). |