Branch 1.1 has been created

Frank Cusack fcusack at fcusack.com
Thu Dec 8 03:11:02 CET 2005


On December 7, 2005 8:45:18 PM -0500 Alan DeKok <aland at ox.org> wrote:
> Frank Cusack <fcusack at 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



More information about the Freeradius-Devel mailing list