[Bug 562632] Re: "bzr merge" fails with (only) "[Errno 13] Permission denied"

2011-04-28 Thread Jelmer Vernooij
** Changed in: bzr (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: bzr (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/562632

Title:
  "bzr merge" fails with (only) "[Errno 13] Permission denied"

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562632] Re: "bzr merge" fails with (only) "[Errno 13] Permission denied"

2011-06-09 Thread Vincent Ladeuil
*** This bug is a duplicate of bug 491763 ***
https://bugs.launchpad.net/bugs/491763

With bug #491763 fixed, bzr should now gives a better error message.

Marking as a duplicate.

** This bug has been marked a duplicate of bug 491763
   unhelpful OSError from rename  inside transform

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/562632

Title:
  "bzr merge" fails with (only) "[Errno 13] Permission denied"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/562632/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562632] Re: "bzr merge" fails with (only) "[Errno 13] Permission denied"

2011-01-20 Thread Jelmer Vernooij
** Changed in: bzr (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/562632

Title:
  "bzr merge" fails with (only) "[Errno 13] Permission denied"

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562632] Re: "bzr merge" fails with (only) "[Errno 13] Permission denied"

2010-04-13 Thread Daniel Hahler

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/44089052/Dependencies.txt

-- 
"bzr merge" fails with (only) "[Errno 13] Permission denied"
https://bugs.launchpad.net/bugs/562632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562632] Re: "bzr merge" fails with (only) "[Errno 13] Permission denied"

2010-04-13 Thread Andrew Bennetts
** Also affects: bzr
   Importance: Undecided
   Status: New

-- 
"bzr merge" fails with (only) "[Errno 13] Permission denied"
https://bugs.launchpad.net/bugs/562632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562632] Re: "bzr merge" fails with (only) "[Errno 13] Permission denied"

2010-04-13 Thread Andrew Bennetts
That is strange.  What are the permissions on
/home/user/src/b2evo/whissip/blogs/skins/custom/index.main.php and
/home/user/src/b2evo/whissip/blogs/skins/custom ?

Here's a script that reproduces this error:

bzr="/bzr --no-plugins -Derror"
$bzr init one
cd one
echo 'rev 1' > file.txt
$bzr add
$bzr ci -m "First commit."
cd ..
$bzr branch one two
cd two
echo 'modified in branch two' > file.txt
$bzr ci -m "Commit in branch."
cd ../one
chmod a-w .
$bzr merge ../two


** Changed in: bzr
   Importance: Undecided => Medium

** Changed in: bzr
   Status: New => Confirmed

** Tags added: treetransform

-- 
"bzr merge" fails with (only) "[Errno 13] Permission denied"
https://bugs.launchpad.net/bugs/562632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562632] Re: "bzr merge" fails with (only) "[Errno 13] Permission denied"

2010-04-14 Thread Daniel Hahler
The files permission are messed up, yes - and I wonder why I had not
provided the output right away:

$ ll src/b2evo/whissip/blogs/skins/custom/{index.main*,} -d 

drwxr-xr-x 3 www-data user  4096 2010-03-06 01:20 
src/b2evo/whissip/blogs/skins/custom/
-rw-r--r-- 1 www-data user 11364 2010-01-26 21:41 
src/b2evo/whissip/blogs/skins/custom/index.main.php

I guess I've meant to change the group of these files instead.

-- 
"bzr merge" fails with (only) "[Errno 13] Permission denied"
https://bugs.launchpad.net/bugs/562632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs