| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| 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 <Jason DOT Tishler AT dothill DOT com> |
| Organization: | Dot Hill Systems Corporation |
| X-Mailer: | Mozilla 4.72 [en] (WinNT; I) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| To: | Cygwin <cygwin AT sourceware DOT cygnus DOT com> |
| Subject: | Strange Cygwin 1.1.1 mv Behavior |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |