Kevin Horton wrote:
[]
> pangocairo tree, as described on the wiki.  Can I update the CVS  
> settings for that tree to switch it from anonymous CVS to my  
> sourceforge ID so I can commit changes, or do I need to do a new  
> checkout first?  

I'd run a little shell script along the lines of

for CVS in `find /pc/fink/ -name CVS -type d`
    do
      perl -pi -e 's|:pserver:anonymous|:ext:khorton01|' $CVS/Root
    done

But when you bootstrapped, didn't it ask you how you wanted to do your 
cvs login?

-- 
Martin



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to