Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <392AB48A.24BF4105@dothill.com> Date: Tue, 23 May 2000 12:40:42 -0400 From: Jason Tishler Organization: Dot Hill Systems Corporation X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Cygwin Subject: Strange Cygwin 1.1.1 mv Behavior Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit After upgrading from 1.1.0 to 1.1.1, I started to experience problems using relative pathnames with mv when in my home directory: $ pwd /home/jt $ ls .foo .foo $ mv .foo .foo2 mv: cannot move `.foo' to `.foo2': No such file or directory But, the following using absolute pathnames works: $ ls ~/.foo /home/jt/.foo $ mv ~/.foo ~/.foo2 $ ls ~/.foo2 /home/jt/.foo2 And, so does using relative pathnames with mv in a directory other than my home directory: $ pwd /tmp $ ls .foo .foo $ mv .foo .foo2 $ ls .foo2 .foo2 Note that the first case above works just fine under 1.1.0. Any ideas? Thanks, Jason -- Jason Tishler Director, Software Engineering Phone: +1 (732) 264-8770 x235 Dot Hill Systems Corporation Fax: +1 (732) 264-8798 82 Bethany Road, Suite 7 Email: Jason DOT Tishler AT dothill DOT com Hazlet, NJ 07730 USA WWW: http://www.dothill.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com