public inbox for [email protected]
help / color / mirror / Atom feedCVS rsync service is dropping some files
2+ messages / 2 participants
[nested] [flat]
* CVS rsync service is dropping some files
@ 2008-04-02 16:21 Peter Eisentraut <[email protected]>
2008-04-02 19:05 ` Re: CVS rsync service is dropping some files Stefan Kaltenbrunner <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Peter Eisentraut @ 2008-04-02 16:21 UTC (permalink / raw)
To: pgsql-www
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?
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: CVS rsync service is dropping some files
2008-04-02 16:21 CVS rsync service is dropping some files Peter Eisentraut <[email protected]>
@ 2008-04-02 19:05 ` Stefan Kaltenbrunner <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kaltenbrunner @ 2008-04-02 19:05 UTC (permalink / raw)
To: Peter Eisentraut <[email protected]>; +Cc: 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
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2008-04-02 19:05 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2008-04-02 16:21 CVS rsync service is dropping some files Peter Eisentraut <[email protected]>
2008-04-02 19:05 ` Stefan Kaltenbrunner <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox