Re: CVS rsync service is dropping some files

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-www(at)postgresql(dot)org
Subject: Re: CVS rsync service is dropping some files
Date: 2008-04-02 19:05:16
Message-ID: 47F3D8EC.5000100@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Peter Eisentraut wrote:
> The CVS rsync service, as described at
> <http://www.postgresql.org/docs/8.3/static/rsync.html>, fails to provide the
> directories pgsql/src/interfaces/jdbc/org/postgresql/core/ and
> pgsql/contrib/retep/uk/org/retep/xml/core/. I guess there is an exclude list
> somewhere that thinks these might be core dump files. Could this please be
> investigated and fixed?

*sigh* - took me a while to recognize that it's actually the commandline
in the docs(anoncvs config is fine) that are resulting in that problem -
we recommend -C as an rsync parameter and the docs for that state:

-C, --cvs-exclude
This is a useful shorthand for excluding a broad range
of files
that you often don't want to transfer between systems.
It uses
the same algorithm that CVS uses to determine if a file
should
be ignored.

The exclude list is initialized to:

RCS SCCS CVS CVS.adm RCSLOG cvslog.* tags
TAGS
.make.state .nse_depinfo *~ #* .#* ,* _$* *$
*.old *.bak
*.BAK *.orig *.rej .del-* *.a *.olb *.o *.obj *.so
*.exe
*.Z *.elc *.ln core .svn/

so this is actually a documentation bug - not an infrastructure bug :-)

Stefan

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Tom Lane 2008-04-02 19:21:02 Re: Patch queue -> wiki (was varadic patch)
Previous Message Greg Smith 2008-04-02 17:58:03 Patch queue -> wiki (was varadic patch)