Comment 14 for bug 219832

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

I just reproduced this.

bzr-svn will now check a bit better that special files are actually symlinks, so I'm closing the bzr-svn portion of this bug.

bzr doesn't support symlinks that point at filenames with newlines in them, so leaving the bzr task of this bug open. To reproduce:

bzr init foo
cd foo
ln -s "kamelot
epica" prologue
bzr add prologue
bzr ci -m break