Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2003 12:41:55 +0100
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        Lars Eggert <larse@ISI.EDU>
Cc:        Wilko Bulte <wkb@freebie.xs4all.nl>, hackers@FreeBSD.ORG
Subject:   Re: anoncvs.freebsd.org reachability
Message-ID:  <20030213114155.GC94055@freepuppy.bellavista.cz>
In-Reply-To: <3E482A69.4030008@isi.edu>
References:  <3E480335.7010706@isi.edu> <20030210212033.A51675@freebie.xs4all.nl> <3E482A69.4030008@isi.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
# larse@ISI.EDU / 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030213114155.GC94055>