From: David J. MacKenzie (djm@eng.umd.edu)
Date: 01/05/93


From: djm@eng.umd.edu (David J. MacKenzie)
Subject: Re: BUG of feature: cannot move `foo' accross file systems
Date: Tue, 05 Jan 1993 20:11:15 GMT


> So, would it be The Right Thing to modify GNU mv?

Yeah, it's just a deficiency in GNU mv. POSIX.2 says that mv should
basically do "cp -R" and remove the source files. POSIX requires mv
to move whole directory trees across filesystems, not just symlinks!
To do that, I want to make the guts of GNU cp into a module that both
cp and mv can call. But that's a nontrivial amount of work that's
never gotten important enough for me to do.