[OpenAFS-devel] status of OS X Tiger support
Derrick J Brashear
shadow@dementia.org
Fri, 2 Sep 2005 18:34:06 -0400 (EDT)
On Fri, 2 Sep 2005, Troy Benjegerdes wrote:
>> Not yet, no. the real issue is going to be testing the patches on the
>> other OSes when it's done.
>>
>> The only real issue with getting a diff is the lack of a branchpoint tag
>> when the tiger branch was created. Shouldn't be that hard to deal with, I
>> can't imagine much else was committed the day it was branched.
>
> What would be the best way to generate a diff? Is it even worth trying
> to use the CVS merge functionality? (I'm fishing for some suggested CVS
> commands to try)
Find the first diff on the branch, then diff the head of the branch
against that date using cvs rdiff, probably.