bzr add link/foo behaves oddly

Bug #333158 reported by Robert Collins
2
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Medium
Unassigned

Bug Description

bzr add of paths through a symlink does not error, instead an error is
reported on commit.

bzr init /tmp/foo
cd /tmp/foo
ln -s ~/.gnome2
bzr add .gnome2/yelp
#adding .gnome2
#adding .gnome2/yelp
bzr commit -m boom
#Committing to: /tmp/foo/
#added .gnome2
#missing .gnome2/yelp
bzr add .gnome2/Vim
#adding .gnome2/Vim
#bzr: ERROR: exceptions.AttributeError: children

Tags: symlinks
summary: - bzr add link/foo corrupts dirstate
+ bzr add link/foo behaves oddly
description: updated
description: updated
tags: added: symlinks
Changed in bzr:
importance: Undecided → Medium
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.