Actions:
|
2012-01-27 10:23 AEST by Glen Starrett - When you do the following you get a situation where you can't edit the file, but
it shows "locked" so the user would naturally think to "edit" it:
>>>>
cvs edit foo.xls
<change foo.xls and exit excel>
cvs up -C
<see foo.xls now RO in explorer>
cvs edit foo.xls
cvsnt [editors-edit aborted]: Edit on file 'foo.xls' refused by server
cvs [edit aborted]: writing to server socket (bytes=5 data=OK): error 2/-1
<<<<
To workaround:
>>>>
cvs unedit
cvs edit foo.xls
<<<< |