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

Re: Can access with web browser, can't with 'svn co http://url"

From: David Weintraub <qazwart_at_gmail.com>
Date: Tue, 9 Jun 2009 11:19:19 -0400

I had the same issue on my machine (Fedora 10/Subversion 1.6). I had
Subversion 5.2 installed before, and everything was fine. I could ping the
machine, bring the machine up on my web browser, and even use curl and wget
to fetch the URL. However, Subversion insisted it didn't know the machine.

No one on the list had anything that helped. I ended up putting the machine
in /etc/hosts, and that seemed to work.

Try using the IP number instead of the machine name. If that works, try
putting an entry for that machine in the /etc/hosts file.

On Tue, Jun 9, 2009 at 5:12 AM, Javier <javi_at_legido.com> wrote:

> Hi.
>
> I have a subversion 1.5 repository configured to be used with Apache + DAV.
>
> If I open a browser, and type '
> http://my_url/apache_location/my_project/trunk', I get a message asking
> for a valid user. I type it and I can browse the repo.
>
> But if I try the command line, I get this message:
>
> svn: OPTIONS de 'http://my_url/apache_location/my_project/trunk': no se
> pudo establecer la conexión con el servidor (http://my_url)
>
> I try with:
>
> svn co --no-auth-cache --username my_user
> http://my_url/apache_location/my_project/trunk
>
> svn co http://my_url/apache_location/my_project/trunk
>
> svn co --no-auth-cache --username my_user http://my_url/apache_location
>
> A few weeks all worked fine. Some help? Thanks
>
> Javier
>
> ------------------------------------------------------
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2360570
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_subversion.tigris.org].
>

-- 
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2360659
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-09 17:20:24 CEST

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.