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

re: 403 Forbidden

From: John E. Fritz <jfritz_at_ihomefinder.com>
Date: 2004-07-28 00:29:20 CEST

Hello,

I'm a newbie to Subversion, so forgive me if my question is obvious. I've
spent a few hours looking at the list archives, though, and I still can't
figure this out. Basically, I can create a repository, checkout a local
copy, commit, etc - everything except creating a branch from a local copy.
My setup is as follows:

Version: svn-1.0.6 for Win32 running on Apache 2.0 / Windows 2000 Server
Apache is running under user account "Apache" and this account has
read/write permissions to the repository directory.
The modules mod_dav and mod_dav_svn are loaded and seem to be working.
The following location tag is in the httpd.config:

<Location /svn/test_svn>
DAV svn
SVNParentPath c:\SVN_REPOS\test_svn
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile passwd
Require valid-user
</Location>

When I try to create a branch typing the following at the command prompt:

c:\Inetpub\wwwroot>svn copy http://localhost:81/svn/test_svn/trunk
http://localhost:81/svn/test_svn/branches/test_branch1

I get the following error:

svn: PROPFIND request failed on '/svn/test_svn'
svn: PROPFIND OF '/svn/test_svn': 403 Forbidden (http://localhost:81)

and the following in the error log:

[Tue Jul 27 15:06:33 2004] [error] [client 127.0.0.1] Could not fetch
resource information. [403, #0]
[Tue Jul 27 15:06:33 2004] [error] [client 127.0.0.1] The URI does not
contain the name of a repository. [403, #190001]

Why would I only get this error trying to do a copy? Any help would be
greatly appreciated.

Thanks,
John Fritz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 28 00:30:21 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.