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

RE: 403 and 405 Errors

From: Karmjeet Sandhu <ksandhu_at_dynegent.com>
Date: 2006-07-14 18:19:07 CEST

I have set the repository at /data/DTIDEV/Project_Control_System. (svnadmin create /data/DTIDEV/Project_Control_System)

SVNParentPath reads /data/DTIDEV

I attempted to perform the "initial import" as follows:

svn import /tmp/Project_Control_System http://localhost/repos/Project_Control_System -m "inititial import"

I get the following error:

svn: PROPFIND request failed on '/repos/Project_Control_System'
svn: Can't set position pointer in file '/data/DTIDEV/Project_Control_System/db/revs/0': Invalid argument

I am installing on Redhat Enterprise 3.

Any suggestions would be appreciated :)

--Karm

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2006c@ryandesign.com]
Sent: Thursday, July 13, 2006 1:56 PM
To: Karmjeet Sandhu
Cc: users@subversion.tigris.org
Subject: Re: 403 and 405 Errors

On Jul 13, 2006, at 04:59, Karmjeet Sandhu wrote:

> <Location /repos>
> DAV svn
> SVNParentPath /data/DTIDEV
> </Location>
>
>
> here are the commands and corresponding errors:
>
> [root_at_karmwebserv local]# svn co http://svn.dti.org/repos wc
> svn: PROPFIND request failed on '/repos'
> svn: PROPFIND of '/repos': 405 Method Not Allowed (http://svn.dti.org)
> [root_at_karmwebserv local]# svn co http://localhost/repos wc
> svn: PROPFIND request failed on '/repos'
> svn: PROPFIND of '/repos': 403 Forbidden (http://localhost)
> [root_at_karmwebserv local]# svn co http://karmwebserv/repos wc
> svn: PROPFIND request failed on '/repos'
> svn: PROPFIND of '/repos': 403 Forbidden (http://karmwebserv)

"SVNParentPath /data/DTIDEV" means that you have several repositories
inside /data/DTIDEV, which you created for example with "svnadmin
create /data/DTIDEV/foorepo" and "svnadmin create /data/DTIDEV/
barrepo". If this is what you have, then you need to indicate which
repository you want to check out:

svn co http://svn.dti.org/repos/foorepo foowc

If instead /data/DTIDEV is a single repository which you created with
"svnadmin create /data/DTIDEV" then you should use "SVNPath /data/
DTIDEV" instead of "SVNParentPath /data/DTIDEV".

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 14 18:22:32 2006

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.