On 5/20/16 6:27 AM, Jonathan Guy wrote:
OK just to clarify. The app currently has "built-in" libraries for subversion 1.6.23, 1.7.22, 1.8.15, and 1.9.3. It does not use any installed version you may have. The libraries are loaded dynamically into their own namespace on demand meaning all libraries can be loaded at the same time. If your working copies are derived from Subversion 1.6 -> 1.9 then you can work with them all simultaneously.
That's a neat trick! Eric