| ||||||
| 5/23 |
| 2002/6/26 [Computer/SW/RevisionControl] UID:25198 Activity:kinda low |
6/25 cvs ci keeps telling my that I have modified a file, even though
I haven't, and cvs diff agrees with me. What's going on?
\_ a very well crafted, but devious, practical joke.
\_ the joke is called cvs, but here is a quick work around:
1. rm the offending file
2. cvs update the offending file
3. cvs ci -> should work without complaints |