Links about porting and FreeBSD

Current projects

Ongoing projects

Recent and past projects

Long-term Goals

Projects that seem to have stalled

My wishlist

VCS tidbits

Noted by PeterWemm:

the size of the FreeBSD repo:

Vendor imports in cvs are kryptonite to cvs2svn. When a file "leaves" the vendor branch, the -b1.1.1 is removed, with no record of when it happened, or what base point the new 1.2 delta is relative to. cvs2svn doesn't try and guess that one, so the initial 'leave vendor branch' delta is too big. The delta is correct, but it is stored very inefficiently in the generated svn repo.

The 3.6GB svn repo includes all 15 years of cvs branch history, not just the 1.x mainline. I've seen people waving numbers around for various vcs's before after having ignored all the vendor and releng branches.

MarkLinimon (last edited 2010-10-09 13:21:46 by MarkLinimon)