On 4-Sep-2003, Paul Smith <pausmith@xxxxxxxxxxxxxxxxxx> wrote: | It's not so clear how to wget their contents from Savannah. Try wget --output-file config.guess 'http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess?rev=HEAD&content-type=text/plain' wget --output-file config.sub 'http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub?rev=HEAD&content-type=text/plain' Ugly, yes. Another possibility is to modify your update script to do an anonymous cvs update in a separate directory, then copy the files to wherever they are needed. jwe