Comment 4 for bug 236149

Revision history for this message
Marius Scurtescu (marius-scurtescu) wrote :

Running into the same issue.

Also, the same happens if you want to commit only a newly added symlink, and leave other changed files alone.

Using the example from the previous comment:
mkdir bzr236149; cd bzr236149; bzr init; bzr ci -m "initial"; ln -s /etc/ etec; bzr add etec; bzr ci -m "added symlink" etec

On 1.6b2 it fails with:
bzr: ERROR: Not a branch: "/etc/".

Is there a workaround? Especially for the revert?