Re: svn commit: r267977 - head/bin/mv

2014-08-20 Thread Bruce Evans
[My mail connection wasn't working back in June when I wrote this. This is the first of many replies to try to prevent breakage of mv. I have now checked what happens for simple tests on ref11. Details in later replies.] On Sat, 28 Jun 2014, Bruce Evans wrote: On Sat, 28 Jun 2014, Jilles Tjo

Re: svn commit: r267977 - head/bin/mv

2014-06-28 Thread Bruce Evans
On Sat, 28 Jun 2014, Jilles Tjoelker wrote: On Fri, Jun 27, 2014 at 07:57:54PM +, Xin LI wrote: Author: delphij Log: Always set UF_ARCHIVE on target (because they are by definition new files and should be archived) and ignore error when we can't set it (e.g. NFS). Reviewed by:

Re: svn commit: r267977 - head/bin/mv

2014-06-27 Thread Jilles Tjoelker
On Fri, Jun 27, 2014 at 07:57:54PM +, Xin LI wrote: > Author: delphij > Date: Fri Jun 27 19:57:54 2014 > New Revision: 267977 > URL: http://svnweb.freebsd.org/changeset/base/267977 > Log: > Always set UF_ARCHIVE on target (because they are by definition new files > and should be archived)

svn commit: r267977 - head/bin/mv

2014-06-27 Thread Xin LI
Author: delphij Date: Fri Jun 27 19:57:54 2014 New Revision: 267977 URL: http://svnweb.freebsd.org/changeset/base/267977 Log: Always set UF_ARCHIVE on target (because they are by definition new files and should be archived) and ignore error when we can't set it (e.g. NFS). Reviewed by: k