bzr 1.0.0.candidate.3: ERROR: Permission denied: [Errno 13]

Jari Aalto jari.aalto at cante.net
Thu Dec 13 14:48:29 GMT 2007


* Thu 2007-12-13 John Arbash Meinel <john at arbash-meinel.com>
* Message-Id: 476141D5.6070503 at arbash-meinel.com
> ^-- All of your directories are being created in readonly mode. Any idea why
> that would be happening?
>
> I believe the code tries to maintain the permissions of .bzr/, so you might try

Here is another one (FAT32/Native Cygwin)

    $ umask 
    0022

    $ ls -la | head -4
    total 256
    dr-xr-xr-x 3 root None    0 Dec 12 22:38 .
    dr-xr-xr-x 7 root None    0 Dec 12 22:06 ..
    dr-xr-xr-x 6 root None    0 Dec 13 02:08 .bzr

    $ touch .bzr/new-file.tmp; ls -la .bzr/new-file.tmp
    -rw-r--r-- 1 root None 0 Dec 13 16:46 .bzr/new-file.tmp

    $ rm .bzr/new-file.tmp; echo $?
    0

Could python see the file permission somehow differently?

Jari

-- 
Welcome to FOSS revolution: we fix and modify until it shines




More information about the bazaar mailing list