Re: [PATCH] svn: enforce exact version match

2013-07-10 Thread Branko Čibej
On 11.07.2013 01:22, Daniel Shahaf wrote: > We decided a while ago that the cmdline client and all C libraries must > be upgraded in lockstep.[1] However, a Subversion 1.7.10 client out > there happily uses 1.7.9 libraries that happened to be lying in the > runtime linker's search path. Did we? I

[PATCH] svn: enforce exact version match

2013-07-10 Thread Daniel Shahaf
We decided a while ago that the cmdline client and all C libraries must be upgraded in lockstep.[1] However, a Subversion 1.7.10 client out there happily uses 1.7.9 libraries that happened to be lying in the runtime linker's search path. The enclosed patch fixes that to require exact version matc