Hy Ben,
thanks for your answer.
The problem is the same whatever the URL I'm trying to checkout, with or
without proxy.
What is really strange is that it was working for a long time. An update
probably causes the problem.
Moreover, it works with java client like netbeans or eclipse. It's more
like the client was missing an option or a stuff like that...
I will try to wireshark the answer of the server but It would teake me a
while
Thanks anyway...
regards
On 16/02/2014 21:02, Ben Reser wrote:
> 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:08:24 CET