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

Re: accessing subversion on windows network

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-06-20 14:55:46 CEST

On Wednesday 20 June 2007 12:07, Ankit Chhibber wrote:
> Hi Ram,I am able to ping the machine,Â
> the service is running, I did not specify any port so it should use the
> default port, right?

I guess so.

> anyway I re-configured the service to run at my specified port "5555", and
> made it the part of URL "svn://192.168.1.102:5555/my_repos" Â but still the
> connection is not going through.
> any other inputs? how do I check that service is configured correctly?

Things I'd try:

- Start svnserve manually instead of as service.
- Make sure the service is running, e.g. look in the processes list. This will
be trickier when it is started on demand by a superserver similar to e.g.
inetd.
- Run the client on the same machine as the server, but still use svn:// and
not file://. There are several variants, using 127.0.0.1, localhost, the IP
address and the hostname.
- Use telnet instead of svn to connect. You should see something like
  ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )

At some point you should get it running at least locally via the network. Once
that works, you can then go on to connecting from a different host.

> Both my windows machines are on a private network, and I don't have a DNS
> active on the same.

FYI: you can still hard-wire hostnames to IP addresses, take a look at
the 'hosts' or 'hosts.txt' file in Windows' system folder. Other than that,
the syntax you used (svn://192.168.1.102/..) for the URL works here.

good luck

Uli

-- 
Sator Laser GmbH
Geschäftsführer: Ronald Boers, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
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. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 20 14:55:17 2007

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.