On Fri, Jun 28, 2013 at 1:19 AM, Daniel Shahaf <danie...@elego.de> wrote: >... > So, to be explicit: calling add_symlink() when driving the FS commit > editor is a bug;
Of course not. The FS commit editor knows how to represent a symlink within the FS. (however the FS design changes over time) > calling add_file(svn:special='*', contents="link foo") > when driving the wc-ng update editor is also a bug. Correct. If you're driving Ev2, then you should not be working with "special" files. You should be working with the appropriate node_kind values. The "old" "special" representation is just that: old. In wc-ng and Ev2, you work directly with symlinks. >... Cheers, -g