Comment 38 for bug 81689

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 81689] Re: Branches with symlinks can't be checked out on Windows

Ian Brandt пишет:
> I've removed the file in question from the latest revision, and now the
> project will check out on Windows. So apparently Bazaar can't checkout
> a project when it contains a file with the same name of a former
> symlink.

My best guess is: you can restore in the next revision your file. I.e.
you need delete symlink, commit, then add new file with the name of
symlink. That's because bzr is able to track change of symlink to
plain file, and that might confuse bzr on windows.