Re: Report: removing the inconsistencies in our CVS->git conversion

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Michael Haggerty <mhagger(at)alum(dot)mit(dot)edu>, Max Bowsher <maxb(at)f2s(dot)com>
Subject: Re: Report: removing the inconsistencies in our CVS->git conversion
Date: 2010-09-17 18:55:18
Message-ID: 4C93B996.4040608@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www

On 09/17/2010 02:37 PM, Magnus Hagander wrote:
> On Fri, Sep 17, 2010 at 20:32, Tom Lane<tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> I wrote:
>>> Something in the rsync process thinks that ignoring subdirectories
>>> named "core" is a good idea. I'm a bit surprised nobody ever noticed
>>> these were missing from anoncvs before ...
>> That's because they aren't. It's the -C switch in your rsync call
>> that's at fault. (And this demonstrates why comparing against checkouts
>> from the same CVS repo isn't an end-to-end test :-()
> Yeah, I noticed that too. Re-running now.
>
> FWIW, I got thecommand off the wiki's recommendations for how to use rsync....
>
>

This is what I have been using for a very long time:

rsync -avzH --delete --exclude-from=/home/cvsmirror/pg-exclude
anoncvs.postgresql.org::pgsql-cvs /home/cvsmirror/pg

The exclude file contains:

/sup/
/CVSROOT/loginfo*
/CVSROOT/commitinfo*
/CVSROOT/config*
/CVSROOT/passwd
/CVSROOT/history

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2010-09-17 19:02:01 Re: Report: removing the inconsistencies in our CVS->git conversion
Previous Message Tom Lane 2010-09-17 18:49:28 Re: Report: removing the inconsistencies in our CVS->git conversion

Browse pgsql-www by date

  From Date Subject
Next Message Magnus Hagander 2010-09-17 19:02:01 Re: Report: removing the inconsistencies in our CVS->git conversion
Previous Message Tom Lane 2010-09-17 18:49:28 Re: Report: removing the inconsistencies in our CVS->git conversion