|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-08-16 11:20 UTC] goba@php.net
Description: ------------ Several users and mirror admins reported, that the Windows installers are missing from the mirrors sites. Shimi (a mirror admin) reports that all .exe files are missing from the rsynced site: http://news.php.net/php.mirrors/25815 Reproduce code: --------------- http://www.php.net/get/php-4.3.8-installer.exe/from/a/mirror http://www.php.net/get/php-5.0.0-installer.exe/from/a/mirror PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 22:00:01 2025 UTC |
More about my previous comment: I just did man rsync on my local home machine (running a quite up-to-date gentoo), and indeed *.exe is listed as excluded. HOWEVER, looking on man rsync on the server that hosts the mirror, here is what the man says there: -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/ .svn/ CVS.adm RCSLOG cvslog.* tags TAGS .make.state .nse_depinfo *~ #* .#* ,* *.old *.bak *.BAK *.orig *.rej .del-* *.a *.o *.obj *.so *.Z *.elc *.ln core then files listed in a $HOME/.cvsignore are added to the list and any files listed in the CVSIGNORE environment variable (space delimited). Finally, any file is ignored if it is in the same directory as a .cvsignore file and matches one of the patterns listed therein. See the cvs(1) manual for more information.