[Bug 3884] New: posix.py copymode os.chmod fails on filesystem with default permissions

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Mon Apr 8 18:32:20 CDT 2013


http://bz.selenic.com/show_bug.cgi?id=3884

          Priority: normal
            Bug ID: 3884
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: posix.py copymode os.chmod fails on filesystem with
                    default permissions
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: bwanamarko at yahoo.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.5.3
         Component: Mercurial
           Product: Mercurial

expected: can clone, pull from public repository
observed: OSError [errno 1] abort: operation not permitted
system: android 4.1.2
python: 2.6.2
mercurial: 2.5.2
filesystem: fuse rw,nosuid,nodev,relatime,default_permissions,allow_other
comments: it would be nice if there was a try catch block around this command
to pass if user doesn't have adequate permissions to copy file mode. or
something in .hgrc like what's in git.

[core]
filemode=false
# ignore filemodes
filemode=true
# copy filemodes

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list