[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Malformed URL

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Sun, 16 Feb 2014 14:06:07 -0500

On Sun, Feb 16, 2014 at 1:21 PM, Florent THOMAS <mailinglist_at_tdeo.fr> 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

Don't you mean from an SVN 1.7 repository to a 1.8.5 working copy?

> 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

Fight. On the server machine, that's the local path, and it zip, zero,
nada to do with the internal softwre used by the Apache or HTTPD
proxies.

> - 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.

I really think you need to post your HTTPD config files and the actual
URL's you are using, perhaps with hostnames replaced to protect the
innocent.For example, from your hinted at URL's for file:/// and
https:// access, one would seem to have a "trunk" suffix, the other
not. That kind of thing is why I urge you to post the URL's. and
config files.

It's also not clear what you mean by "behind an apache https proxy".
Do you mean that you're using httpd, with a mod_dav_svn module? Or
that you actually have a distinct HTTPS proxy in front of hte whole
service? These things can make a difference!

> Where shoudl I check now?
>
> regards
>
> Florent THOMAS
Received on 2014-02-16 20:06:40 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.