Re: [SPAM] Re: GIT mirror not updating

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-www(at)postgresql(dot)org, Jeff Davis <pgsql(at)j-davis(dot)com>, Kris Jurka <books(at)ejurka(dot)com>, Dave Page <dpage(at)pgadmin(dot)org>
Subject: Re: [SPAM] Re: GIT mirror not updating
Date: 2008-12-29 11:14:19
Message-ID: 4958B10B.6000504@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Peter Eisentraut wrote:
> Does your version of cvsps not run into infinite loops on our CVS repository?
> This is one of the main reasons we are not using it.

Ah, no, I worked around that by removing REL7_1_BETA tags before the
conversion. Sorry, forgot to mention. I haven't investigated why those
are causing problems, because I don't care about the 7.1 beta tags much.

So the procedure is to:

1. rsync PostgreSQL main repository.
2. Remove offending tags:

cvs -d ~/pgcvsrepository-hacked/ rtag -d REL7_1_BETA2 pgsql
cvs -d ~/pgcvsrepository-hacked/ rtag -d REL7_1_BETA3 pgsql
cvs -d ~/pgcvsrepository-hacked/ rtag -d REL7_1_BETA pgsql

3. Run git-cvsimport.

BTW, if we ever convert to git altogether as a project, we'd probably
use something else again for the conversion. Many people recommend
cvs2git on the git mailing lists. We can't use it for the mirror because
it doesn't support incremental updates, but for a one-off conversion
it's probably the best option.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Heikki Linnakangas 2008-12-29 11:17:05 Re: [SPAM] Re: GIT mirror not updating
Previous Message Magnus Hagander 2008-12-29 11:00:03 Re: [SPAM] Re: GIT mirror not updating