bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnulib-tool: Fallback to wget when rsync fails


From: Bernhard Voelker
Subject: Re: [PATCH] gnulib-tool: Fallback to wget when rsync fails
Date: Tue, 02 Sep 2014 17:15:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0

On 09/02/2014 05:06 PM, Ben Pfaff wrote:
Looking at wget(1), I'm a little surprised that the selected options
appear to avoid clobbering files whose names conflict.  I would have
expected that we'd want to overwrite them, to get the fresher version.
But the existing wget invocation does the same thing, so maybe it's
intentional?

clobbering is implicitly disabled with the -nd option:

  -nd
       --no-directories
           Do not create a hierarchy of directories when retrieving
           recursively.  With this option turned on, all files will
           get saved to the current directory, without clobbering (if
           a name shows up more than once, the filenames will get
           extensions .n).

Have a nice day,
Berny




reply via email to

[Prev in Thread] Current Thread [Next in Thread]