[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Announcing call-cc.org
From: |
Jim Ursetto |
Subject: |
Re: [Chicken-users] Announcing call-cc.org |
Date: |
Fri, 20 Aug 2010 17:07:53 -0500 |
On Fri, Aug 20, 2010 at 16:49, Alex Shinn <address@hidden> wrote:
> Mario Domenech Goulart <address@hidden> writes:
> If you have an old checkout of any or all of the eggs repo
> and don't want to download the whole thing again, the magic
> incantation for SVN to point to the new server seems to be:
>
> svn switch --relocate https://galinha.ucpel.tche.br/svn/chicken-eggs \
> https://code.call-cc.org/svn/chicken-eggs
Hi Alex,
It was mentioned (but kind of hidden) in Mario's announcement.
>> See http://wiki.call-cc.org/infrastructure-migration for information
>> about how to adapt your copy of the repositories to the new addresses.
One thing to note is that "switch" just does a dumb text replacement
of the repo location and so you may need to use `svn info` first to
find your repository URL. For example, you may need to use http://
instead of https://, as I did.
Jim