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

Re: setting up apache/subversion...

From: Kunio Miyamoto <wakatono_at_todo.gr.jp>
Date: 2004-09-06 17:46:12 CEST

 Hi.

> svn list http:://192.168.1.52:82/svnroot/svn
> svn list http:://192.168.1.52:82/svnroot

 "http:://192.168.1.52:82/svnroot" is not suitable for URL expression.

 You type character ":" after "http" twice, and that string is not
recognized
as URL.

 Please type as "svn list http://192.168.1.52:82/svnroot".

> LoadModule dav_module modules/mod_dav.so
> LoadModule dav_svn_module modules/mod_dav_svn.so
> <Location /svn>
> DAV svn
> SVNPath /svnroot/svn
> #
> # # Limit write permission to list of valid users.
> # <LimitExcept GET PROPFIND OPTIONS REPORT>
> # # Require SSL connection for password protection.
> # # SSLRequireSSL
> #
> # AuthType Basic
> # AuthName "Authorization Realm"
> # AuthUserFile /absolute/path/to/passwdfile
> # Require valid-user
> # </LimitExcept>
> </Location>

 It looks good.
 If wrong for repository access, you should check your access log and error
log.

---
Kunio Miyamoto
E-mail: wakatono@todo.gr.jp
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 6 17:44:05 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.