On 2/16/14, 10:21 AM, Florent THOMAS wrote:
> Hy folks,
>
> I'm running a strange issue.
> I'm trying to make a checkout from a svn 1.8.5 client to a 1.7 repository and I
> have the following error :
> svn: E175002: svn: E175002: E125002: Malformed URL '/repo-manager/svn/myrepo/trunk'
> I'm hosting my repo behind an apache https proxy. It has been working for many
> months. Something went wrong but I can't identify from wher it come from.
>
> What I've done and checked :
> - On the server machine, I've verified all the revisions => ok
> - through a webbrowser, I can connect either in https or directly to the repo
> in a local network
> - On the server machine, I tried to make a co on file:///path_to_my_local_repo
> => it works
> - From a local machine I tried to checkout => Error :
> svn: E175002: svn: E175002: E125002: Malformed URL '/repo-manager/svn/myrepo/trunk'
> - I tried with kdesn/tortoisesvn etc.... Same error
> - I tried with NetBeans and its embedded javaclient allowed me to checkout
> without any problem.
>
>
> Where shoudl I check now?
What shows in the error logs for the proxy and or the real Subversion server?
Does the same thing happen without the proxy. Can you capture the request and
response from the server (Wireshark, web debugging proxies like Charles or
Fiddler).
Received on 2014-02-16 21:03:15 CET