I'd like to be able to use finkcommander to checkout and build the fink package itself from Cvs. This is different from "fink selfupdate-cvs" in that it builds a pre-release version of fink between package manager releases. (giving you a version like I have: "fink version 0.9.12.cvs-20020530.0000") See the instructions on:
http://fink.sourceforge.net/doc/cvsaccess/index.php
Basically you have to do (the first time):
mkdir tempdir
cd tempdir
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/fink login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/fink co fink
cd fink
./inject.pl
Then after that:
cd tempdir/fink
cvs -z3 update -d
./inject.pl
Logged In: YES
user_id=322368
Great suggestion. I also update the package manager from
cvs to make sure that FinkCommander is compatible is with
the latest changes, so I've got plenty of incentive to
implement this one. : )