Is there a way to reduce the format of the Subversion repository in order to avoid such messages:
svn: Expected format '3' of repository; found format '5'
This happens when you access repositories from multiple machines, and you cannot use a consistent version of Subversion on all these machines.
Even worse, there are several repositories with different formats on different servers, and I cannot update some of these servers. ~~~
source share