X-Spam-Check-By: sourceware.org Message-ID: <442AB001.5080401@maplesoft.com> Date: Wed, 29 Mar 2006 11:04:17 -0500 From: Stefan Vorkoetter User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: File copying problem References: <442AA72A DOT 7040107 AT maplesoft DOT com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Igor Peshansky wrote: > On Wed, 29 Mar 2006, Stefan Vorkoetter wrote: > >> Does anyone know where I can get a slightly older cygwin1.dll >> (1.5.19.[123]) ? The latest one breaks the copying of files from a Samba >> server (it always says the file's been replaced during the copy). >> >> I tried reverting my entire cygwin installation to a much older one, but >> that caused too much other grief. > > Does going forward instead of backward (a.k.a. trying a snapshot[*]) help? > Igor > [*] No, unfortunately not: # Using the drive letter: ~/lib [504] $ cp u:/repository/main/lib/Statistics.hdb . cp: skipping file `u:/repository/main/lib/Statistics.hdb', as it was replaced while being copied # Using cygdrive: ~/lib [507] $ cp /cygdrive/u/repository/main/lib/Statistics.hdb . cp: skipping file `/cygdrive/u/repository/main/lib/Statistics.hdb', as it was replaced while being copied # Using the full network path: ~/lib [508] $ cp //titan/u-maple/repository/main/lib/Statistics.hdb . cp: skipping file `//titan/u-maple/repository/main/lib/Statistics.hdb', as it was replaced while being copied ~/lib [505] $ uname -a CYGWIN_NT-5.1 mushroom 1.5.20s(0.155/4/2) 20060326 22:52:56 i686 unknown unknown Cygwin All of the above worked fine with 1.5.18, and I believe versions 1.5.19.[123] -- Stefan Vorkoetter Maplesoft -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/