7 Dec
2005
7 Dec
'05
9:11 p.m.
On December 7, 2005 8:45:18 PM -0500 Alan DeKok <aland@ox.org> wrote:
Frank Cusack <fcusack@fcusack.com> wrote:
$ cvs update -j HEAD rlm_x99_token
Why? Just do:
$ cvs checkout .... $ cd src/modules/rlm_x99_token $ echo * > ../foo $ rm -f * $ cvs delete `cat ../foo` $ cvs commit
That is poor version control as it loses the merge history (but god, cvs sucks in this regard anyway). Now in this case it doesn't matter because the file is being deleted, but I was just trying to do things the right way ... I'll go ahead and brute force it like you suggest. -frank