X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.3 required=5.0 tests=AWL,BAYES_40,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,EXECUTABLE_URI,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <1948573623.20100812110206@mtu-net.ru> References: <358564705 DOT 20100812005148 AT mtu-net DOT ru> <4C630ECE DOT 7000405 AT cygwin DOT com> <1948573623 DOT 20100812110206 AT mtu-net DOT ru> Date: Thu, 12 Aug 2010 10:04:31 +0200 Message-ID: Subject: Re: Incomplete installation of subversion From: Csaba Raduly To: Andrey Repin Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Thu, Aug 12, 2010 at 9:02 AM, Andrey Repin wrote: (snip) > :curl -iI -H "Accept-Encoding: gzip" -s -- "http://cygwin.com/setup.exe" > HTTP/1.1 200 OK > Date: Thu, 12 Aug 2010 06:59:40 GMT > Server: Apache/2.0.52 (Red Hat) > Last-Modified: Tue, 10 Aug 2010 16:28:21 GMT > ETag: "18e01b8-a7413-9f101340" > Accept-Ranges: bytes > Vary: Accept-Encoding > Content-Encoding: gzip > Cache-Control: max-age=0 > Expires: Thu, 12 Aug 2010 06:59:40 GMT > Content-Type: application/octet-stream Works for me with wget: $ wget -d http://cygwin.com/setup.exe DEBUG output created by Wget 1.11.4 on cygwin. --2010-08-12 10:01:42-- http://cygwin.com/setup.exe Resolving proxy..... Caching proxy..... Connecting to proxy.......|:8080... connected. Created socket 3. Releasing 0x00dc09b8 (new refcount 1). ---request begin--- GET http://cygwin.com/setup.exe HTTP/1.0 User-Agent: Wget/1.11.4 Accept: */* Host: cygwin.com ---request end--- Proxy request sent, awaiting response... ---response begin--- HTTP/1.1 200 OK Date: Thu, 12 Aug 2010 08:01:43 GMT Server: Apache/2.0.52 (Red Hat) Last-Modified: Tue, 10 Aug 2010 16:28:21 GMT ETag: "18e01b8-a7413-9f101340" Accept-Ranges: bytes Vary: Accept-Encoding Cache-Control: max-age=0 Expires: Thu, 12 Aug 2010 08:01:43 GMT Content-Type: application/octet-stream Content-Length: 685075 Connection: close Age: 0 ---response end--- 200 OK Length: 685075 (669K) [application/octet-stream] Saving to: `setup.exe' Note the Content-Length header -- Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me. I just ignore them." -- Linus Torvalds -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple