Re: conversion efforts (Re: SCMS question)

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Warren Turkal <wt(at)penguintechs(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: conversion efforts (Re: SCMS question)
Date: 2007-02-27 20:50:16
Message-ID: 45E49988.10906@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Warren Turkal wrote:
> On Tuesday 27 February 2007 12:26, Bruce Momjian wrote:
>
>> OK, I definately had added the semicolons, so I am confused why you
>> don't see them. Anyway, I have remove the duplicate 'creation:' lines,
>> so now there is only one line in each file. Let me know how that works.
>>
>
> Everything looks good now. Cvs2svn makes its through where the error
> originally occurred.
>
> Joshua, can you see if your conversion script can do a conversion without
> deleting the perl5 directory?
>
>

You know, you can prune what is rsynced.

my rsync line looks like this:

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

and the exclude file has these four lines:

/sup/
/CVSROOT/loginfo*
/CVSROOT/commitinfo*
/CVSROOT/config*

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-02-27 20:56:12 Re: COMMIT NOWAIT Performance Option
Previous Message Jordan Henderson 2007-02-27 20:34:21 Re: COMMIT NOWAIT Performance Option