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

Re: TortoiseSVN: a problem contacting the server

From: Ulrich Eckhardt <ulrich.eckhardt_at_dominolaser.com>
Date: Tue, 14 Dec 2010 09:48:55 +0100

On Tuesday 14 December 2010, David wrote:
> #install Apache:
[...]
> #install Subversion
[...]
> ./configure --prefix=/local/svnroot/subversion [...]
This is not enough to install into /local/svnroot/subversion, you also need to
tell the runtime linker where to find libraries. See e.g. man ld.so on Linux.

> ./svnadmin create --pre-1.5-compatible /local/svnroot/repository/one
> #start the ./subversion/bin/svnserve
> #configure ./one/conf/svnserve.conf, authz, passwd
> svn://172.18.127.148/one
> It is ok to view logs via TortoiseSVN-->Show log
>
> But:
> ./svnadmin create /local/svnroot/repository/test
> #configure ./one/conf/svnserve.conf, authz, passwd
> svn://172.18.127.148/test
> An error happen when i try to view logs via TortoiseSVN-->Show log
>
> The error message is:
> There has been a problem contacting the server.

What URL are you using? The fact that you are talking about Apache first but
using "svn://" URLs later on doesn't seem to fit. If you only installed
Apache to get the APR, that would be fine though.

What I would try is to contact a different repository somewhere on the
internet. That would make sure that it's not TSVN which fails. Once you
verified that TSVN works (which I assume), I would try a random commandline
SVN client on a known working URL and yours. If again the client works, you
can be sure that your server setup is broken. In order to find out what's
going on, I'd then try running the client on the same machine as the server,
just in case it's IP-based access control. If there are still problems left,
I'd ask on the Subversion mailinglist, not here, since (my assumption) this
is no TSVN problem.

Cheers!

Uli

-- 
ML: http://tortoisesvn.tigris.org/list_etiquette.html
FAQ: http://tortoisesvn.net/faq
**************************************************************************************
Domino Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Visit our website at <http://www.dominolaser.com/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Domino Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2690600
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-12-14 09:48:31 CET

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

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