| ||||||
| 5/25 |
| 2000/6/15-16 [Computer/SW/RevisionControl] UID:18479 Activity:high |
6/15 How can I force a RCS check-in. With "ci -u" I get
ci: RCS file RCS foo is in use
\_ You have to delete the special lock file (after you've made sure
that no one really is using it). It will be a recent , file
with zero size. Presumably, it got left over from a previously
failed rcs operation. -cliffwd
\_ Thanks! |