<div dir="ltr">Hello,<div><br></div><div>I'd like to note that the SVN plugin doesn't compile with libsvn 1.9 anymore. This version of the library removed some private stuff from the public headers [1][2] and it appears that kdevsvncpp is using them.</div><div><br></div><div>The relevant compiler errors are:</div><div><br></div><div><div>plugins/subversion/kdevsvncpp/client_ls.cpp:43:48: error: invalid use of incomplete type ‘const svn_sort__item_t {aka const struct svn_sort__item_t}</div><div>plugins/subversion/kdevsvncpp/client_ls.cpp:69:49: error: ‘svn_sort__hash’ was not declared in this scope</div></div><div><br></div><div>If I understand correctly, the SVN plugin is currently unmaintained. Maybe for now there should be a check in the CMake to prevent this plugin from compiling if the library version is 1.9 or higher?</div><div><br></div><div>Gustaw</div><div><br></div><div>[1] <a href="http://svn.haxx.se/users/archive-2014-11/0018.shtml">http://svn.haxx.se/users/archive-2014-11/0018.shtml</a></div><div>[2] <a href="http://svn.apache.org/viewvc?view=revision&revision=1555133">http://svn.apache.org/viewvc?view=revision&revision=1555133</a></div></div>