[go: up one dir, main page]

Menu

#7 Checkout/Build fink from cvs

open
None
7
2002-06-13
2002-05-31
Ben Hines
No

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

Discussion

  • Steven J. Burr

    Steven J. Burr - 2002-06-13

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

     
  • Steven J. Burr

    Steven J. Burr - 2002-06-13
    • priority: 5 --> 7
    • assigned_to: nobody --> sburrious
     

Log in to post a comment.