On Fri, May 27, 2005 at 06:29:34PM -0400, Koen van der Drift wrote: > Hi, > > Just did a fink self-update (cvs), and it looks a bit different: > > I will now run the cvs command to retrieve the latest package > descriptions. The 'su' command will > be used to run the cvs command as the user 'koen'. After that, the core > packages will be updated > right away; you should then update the other packages using commands > like 'fink update-all'. > > /usr/bin/su koen -c 'cvs -z3 update -d -P -l' > [EMAIL PROTECTED]'s password: > ? .DS_Store > ? stamp-rel-0.6.1 > ? TIMESTAMP > cvs update: Updating . > /usr/bin/su koen -c 'cvs -z3 update -d -P 10.3' > [EMAIL PROTECTED]'s password: > > Then it only updates the 10.3 tree, which is what I am using. > Is this a 'new feature' of fink?
Exactly. > Just curious why I need to type my cvs pass twice. As you can see, this is implemented using two separate 'cvs' commands, so there are two separate ssh connections made to SF. Generate a key pair and upload the public half, and you'll have password-less CVS access. See http://sourceforge.net/docman/display_doc.php?docid=761&group_id=1 for more information. dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Fink-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-devel
