Hi! Although thunar vcs is a great plugin, I find that when I need to perform the "log" action in my working copy the plugin gives me an error: server: svn server does not support the specified action. If I open a console inside my working copy and I write "svn log" the command works perfectly. Really thunar vcs plugin does a "svn log" when the log menu is selected? In case of not, could you change it to "svn log". I think that this change is easy and it will work in more subversion servers, whatever the version of subversion protocol they use. Thanks a lot for this great program.
(In reply to comment #0) It might be related to on of the option flags i pass the svn_log. Could you try svn log with extra option flags and see if one gives the same result? I'm especialy interrested in --use-merge-history, but try other flags too.
I think it is the --use-merge-history option. I found a svn server with an older database version and it states that it doesn't support that feature and failes to show the log. The solution I propose is to disable this by default and add a checkbox to the bottom of the dialog to enable it. Like the checkboxes on the status dialog.
This is fixed in commit 7bd57d8.