| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Magnus Hagander <magnus(at)hagander(dot)net> |
| Cc: | 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:32:44 |
| Message-ID: | 4795.1284748364@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-www |
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 :-()
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2010-09-17 18:37:51 | Re: Report: removing the inconsistencies in our CVS->git conversion |
| Previous Message | Magnus Hagander | 2010-09-17 18:28:43 | Re: Report: removing the inconsistencies in our CVS->git conversion |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2010-09-17 18:37:51 | Re: Report: removing the inconsistencies in our CVS->git conversion |
| Previous Message | Magnus Hagander | 2010-09-17 18:28:43 | Re: Report: removing the inconsistencies in our CVS->git conversion |