Idea for wget feature

2005-08-24 Thread Carl Ponder
I've started using wget to recursively copy directory-trees onto a machine when I install it. There are a few cases where I'm copying-in files that replace ones that are already there. It looks like I can have wget delete the old copy of the file and replace it with the new one, but I'd really

Re: Subversion 1.0.0 is not enough

2005-08-24 Thread Hrvoje Niksic
You're right, this should be documented. I was under the impression that the Subversion's checkout protocol (at least) was backward-compatible, but I've never actually *tried* it.

Re: A suggestion for configure.in

2005-08-24 Thread Hrvoje Niksic
Stepan Kasal [EMAIL PROTECTED] writes: 1) I removed the AC_DEFINEs of symbols HAVE_GNUTLS, and HAVE_OPENSSL. AC_LIB_HAVE_LINKFLAGS defines HAVE_LIBGNUTLS and HAVE_LIBSSL, which can be used instead. wget.h was fixed to expect these symnbols. (You might think your defines are more aptly named,