From: Nobuyoshi Nakada <nobu@...> Date: 2011-07-07T10:40:11+09:00 Subject: [ruby-core:37838] [Ruby 1.9 - Bug #4507][Closed] FileUtils.cp in 1.9 doesn't preserve permissions unless :preserve is set Issue #4507 has been updated by Nobuyoshi Nakada. Status changed from Open to Closed % Done changed from 0 to 100 Fixed at r31123. Thank you. ---------------------------------------- Bug #4507: FileUtils.cp in 1.9 doesn't preserve permissions unless :preserve is set http://redmine.ruby-lang.org/issues/4507 Author: Oleg Shaldybin Status: Closed Priority: Normal Assignee: Nobuyoshi Nakada Category: lib Target version: 1.9.3 ruby -v: ruby 1.9.3dev (2011-03-18 trunk 31122) [x86_64-darwin10.6.0] =begin By default /bin/cp preserves file permissions when copying a file, -p flag is meant for preserving uid, gid, mtime etc. However with FileUtils.cp in 1.9 permissions are only copied when :preserve => true option is given. I think the least surprise behavior would be to mimic cp behavior. Patch is attached. =end -- http://redmine.ruby-lang.org