On 10/02/2018 02:35 PM, Adam Jensen wrote: > Curiously, on the local machine "moria" this works: > > svn list svn://moria.metadatalibrary.org/MAAPSS/ > Authentication realm: <svn://moria.metadatalibrary.org:3690> > moria.metadatalibrary.org > Password for 'hanzer': ************* > > > But from a machine on the LAN (also SL-7.5 with the same wandisco svn): > > svn list svn://moria.metadatalibrary.org/MAAPSS/ > svn: E170013: Unable to connect to a repository at URL > 'svn://moria.metadatalibrary.org/MAAPSS' > svn: E210007: Cannot negotiate authentication mechanism > > > Do you suppose this is a network configuration problem rather than an > svn configuration problem?
It turns out the SL-7.5 client machine on the LAN needed the package: yum install cyrus-sasl-md5.x86_64 With that, 'svn list ...' seems to work just fine.