Created attachment 2914 Screen shot for Thunar VCS plugin context menu in SVN local repository I've installed the version 0.1.2 of Thunar VCS plugin on Xubuntu 9.10. No particular problem during installation. But, in Thunar, I only get GIT commands in context menu, even in SVN local repositories. See attached screen shoot.
During build the plugin will check for the presence of the svn libraries. If these are not found, svn support is excluded from build. This probably means libsvn-dev or libapr-dev isn't installed.
OK. That's it! I've installed the package "libsvn-dev". I have to install the packages "libsasl2-dev" and "libneon27-gnutls-dev". All is find now. Thanks! :-)