Does anyone know how to resolve this error after upgrading tortoise?

1
Does anyone know how to resolve the following error? SharpSvn.SvnWorkingCopyException: This client is too old to work with the working copy at (format 31). You need to get a newer Subversion client. For more details, see http://subversion.apache.org/faq.html#working-copy-format-change at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) at SharpSvn.SvnClient.Status(String path, SvnStatusArgs args, EventHandler`1 statusHandler) at SharpSvn.SvnClient.GetStatus(String path, SvnStatusArgs args, Collection`1& statuses) at Mendix.Modeler.VersionControl.SvnConnector.ClientDo[T](Func`2 action) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 90 at Mendix.Modeler.VersionControl.SvnConnector.GetStatuses(String localDir, Boolean retrieveRemoteStatus) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 130
asked
1 answers
6

Currently as far as I know SVN version 1.7 is the only one working wel with Mendix

You could download the older version here

answered