# [EMAIL PROTECTED] / 2003-02-10 14:40:41 -0800:
> In the meantime, is there an easy way to switch over my existing CVS 
> tree to a mirror? (And is there a mirror?)

    If you're talking about a working copy, then it's really easy:

    find $wcdir -type d -name CVS | while read d; do
        sed -i '' "s/$oldhost/$newhost/" $d/Root
    done

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to