Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-mirrors] New RSYNC script for compatibility with rsync 2.6.8

Matt at the Portland State University found an error in the Eclipse RSYNC script that made it incompatible with RSYNC 2.6.8.

The --delete option does not work unless the -r (or newer -d) options are not used. Previously, it was simply ignored, whereas it returns an error with 2.6.8.

I've updated our default script at http://www.eclipse.org/downloads/eclipse.org-rsync.sh.txt

You can simply remove the --delete options wherever the -r option is not used to be up-to-date.

Thanks again for supporting Eclipse.

D.


--

Eclipse WebMaster - webmaster@xxxxxxxxxxx
Questions? Consult the WebMaster FAQ at http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster


Back to the top