The intent would be to migrate svn:special nodes into kind_symlink for storage and use throughout wc, and then back to svn:special at the "edge". It's a much more sane way to handle symlinks. (especially if you've ever looked at the svn_subst.h handling for this stuff!)
Will we get it done for 1.7? Unclear. My preference is to continue coding as if kind_symlink is used, to make it easier to add that final bit of code. If we take too many "symlink isn't used shortcuts", then when we *do* enable the code, there will be a bunch of gotchas. Cheers, -g On Fri, Jun 4, 2010 at 10:41, Philip Martin <philip.mar...@wandisco.com> wrote: > As far as I can tell we are not yet using svn_wc__db_kind_symlink for > versioned symlinks, they are still stored as svn_wc__db_kind_file. Is > this going to change at some point? > > -- > Philip >