[OpenAFS-devel] status of OS X Tiger support

Troy Benjegerdes hozer@hozed.org
Fri, 2 Sep 2005 19:56:39 -0500


> >>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.

Would anyone object if I ran a tool like tailor
( http://www.darcs.net/DarcsWiki/Tailor )
to attempt to convert the openafs cvs repository to another version
control system?

I'm guessing it would be 'bad' to run said tool using the anoncvs
server.. can I copy (or use via afs directly) the 
'/afs/grand.central.org/project/openafs/cvs/openafs' repository?


also, I can't make any sense out of this diff.. did it get committed to
the wrong branch?

troy@talia:/scratch/troy/oafs/openafs-osx-BP/src/rx/UKERNEL$ cvs diff -r
1.4 -r1.4.6.1 rx_kcommon.h
Index: rx_kcommon.h
===================================================================
RCS file: /cvs/openafs/src/rx/UKERNEL/rx_kcommon.h,v
retrieving revision 1.4
retrieving revision 1.4.6.1
diff -r1.4 -r1.4.6.1
38a39,40
> #define ifnet_flags(x) (x?(x)->if_flags:0)
>