[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: bruce <bedouglas_at_earthlink.net>
Date: 2004-09-06 17:48:35 CEST

ok...

my bad!!! made the change to the cmd line... and i get

[root_at_lserver2 collegewcopy]# svn list http://192.168.1.52:82/svn
svn: PROPFIND request failed on '/svn'
svn:
Could not open the requested SVN filesystem

[root_at_lserver2 collegewcopy]# svn list http://192.168.1.52:82/svnroot/svn
svn: PROPFIND request failed on '/svnroot/svn'
svn: PROPFIND of '/svnroot/svn': 405 Method Not Allowed
(http://192.168.1.52:82)

the group/owner of the /svnroot tree is apache/apache which is the same as
the apache/httpd process...

the httpd.conf is the same. (however i tried to change the SVNPath to
'svnroot/svn' / 'svnroot' to see if it made a difference with what gets
returned.... it doesn't...

any ideas...

the actual test repository is /svnroot/svn....

regards,

-bruce

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>

-----Original Message-----
From: Patrick Smears [mailto:patrick.smears@ensoft.co.uk]
Sent: Monday, September 06, 2004 8:37 AM
To: 'bedouglas@earthlink.net'; users@subversion.tigris.org
Subject: RE: setting up apache/subversion...

> in order to use apache/httpd, do i need to have anything running
> (svn/svnserve) on the server, other than apache/httpd of course!

No, just apache should be fine...

> in my server, i have '/svnroot/svn' setup to be the basic
> repository. i can
> access this via the 'svnserve/svn' apps, so it seems to be ok.
>
> however, when i try to do a:
> svn list http:://192.168.1.52:82/svnroot/svn
> svn list http:://192.168.1.52:82/svnroot
>
> i get a
> svn: 'http::/192.168.1.52:82/svnroot' is not a working copy
> or a
> svn: 'http::/192.168.1.52:82/' is not a working copy

I think you mean "http://" (one colon, two slashes) rather than "http::/"...

-P

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
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:48:36 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.