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

Re: Problem connecting to DAV based SVN with SVN client

From: Stefan Binder <stefan-23_at_gmx.at>
Date: 2004-05-11 17:24:33 CEST

Jaroslaw Zgoda schrieb:

>I try to setup SVN server using Apache 2.0.49 and got into some trouble. I
>followed strictly installation guidelines and now my server is running
>fine, I can access repository with various web browsers but not with SVN
>client.
>
>D:\UserData\Projects>svn checkout http://cpqenl866_200/svn/seitemeister
>svn: PROPFIND request failed on '/svn/seitemeister'
>svn: PROPFIND of '/svn/seitemeister': timed out waiting for server
>(http://cpqenl866_200)
>
>Server machine is Windows 2000 SP4, Apache 2.0.49 with basic
>authentication, Subversion 1.0.2
>
>Where should I start investigating this problem?
>
>
>
If i read the Manual right, you need a svnserve.exe process on your
Server, if you want to use the svn commandline client. Just start an
instance of svnserve.exe (with -d parameter for deamon mode) on the
Repository-Server. You need this server is for "direct" access (or with
TortoiseSVN). Apache is only for WebDAV Clients.

In the SVN-Book its covered in detail (access permissions ans so on..)

HTH
Stefan Binder

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 11 17:32:43 2004

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.