Simon Wilson writes:
> Subversion 1.8 throws up errors when I specify HTTP/HTTPS URLs that
> contain usernames to svn, i.e.
>
> svn --username user ls https://server.com/repos/project/
>
> works fine but
>
> svn ls https://u...@server.com/repos/project/
>
> results in errors. The same URL wor
Subversion 1.8 throws up errors when I specify HTTP/HTTPS URLs that contain
usernames to svn, i.e.
svn --username user ls https://server.com/repos/project/
works fine but
svn ls https://u...@server.com/repos/project/
results in errors. The same URL worked fine with Neon in 1.7 and older. T