Re: SSL handshake failed: SSL alert received

2018-07-11 Thread Johan Corveleyn
[ If possible, this list prefers bottom-posting / inline replies in plain text. More below ... ] On Wed, Jul 11, 2018 at 10:07 PM, Brandon L. Wisenburg wrote: > Hi Johan, > Yes, I edited out the actual domain. I can hit the URL via a browser and get > prompted for a password. The SSL Cert also

Re: SSL handshake failed: SSL alert received

2018-07-11 Thread Johan Corveleyn
On Wed, Jul 11, 2018 at 5:32 PM, Brandon L. Wisenburg wrote: > Greetings List, > I am getting an error when attempting to svn update. > > svn update > svn: OPTIONS of 'https://domain/src': SSL handshake failed: SSL alert > received: Handshake failed (https://www.domain.com) > > Odd part is I am

Re: Subversion Exception

2018-07-11 Thread Johan Corveleyn
On Wed, Jul 11, 2018 at 5:06 PM, Jeff Dege wrote: > I’m seeing a repeatable exception. > > > > If within TortoiseSVN Project Monitor, if I select “Show Range” and then > pick a Date Start Revision a couple of weeks back and an End Revision of > HEAD, I get an exception. (Picking an Date End

SSL handshake failed: SSL alert received

2018-07-11 Thread Brandon L. Wisenburg
Greetings List, I am getting an error when attempting to svn update. svn update svn: OPTIONS of 'https://domain/src': SSL handshake failed: SSL alert received: Handshake failed (https://www.domain.com) Odd part is I am not sure why it is failing. Has anyone seen this issue before?

Bug: svn copy --parents

2018-07-11 Thread Nikita Slyusarev
Hi, all. I've recently discovered a bug in svn client code: copy operation fails with "svn: E155010: Directory 'dst_parent' is not under version control" under the following conditions: * it is repos-to-wc copy * dst parent directory exists, but unversioned * --parents flag is passed