[BUG] #32669 Adding a symlink to another branch fails
Andrew Lambe
alambe at oru.edu
Fri Feb 24 01:52:19 GMT 2006
In version 7.0, adding a symlink to another branch fails.
Has this been fixed in other branches?
Reduced Case:
/root # bzr init b1
/root # bzr init b2
/root # ln -s ../b2 b1/linkto_b2
/root # bzr add b1/linkto_b2
bzr: ERROR: Path u'/root/b1/linkto_b2' is not a child of path
u'/root/b2'
/root # rm -r b1 b2
/root # bzr init b1
/root # bzr init b2
/root # ln -s dummy b1/linkto_b2
/root # bzr add b1/linkto_b2
added linkto_b2
/root # rm b1/linkto_b2
/root # ln -s ../b2 b1/linkto_b2
/root # bzr ci -m 'success' b1
Committed revision 1.
Andrew Lambe
Systems Programmer
Information Technology
Oral Roberts University
Tulsa, Oklahoma
More information about the bazaar
mailing list