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

Re: Commit Error 403: Forbidden

From: Joe <decibel3276_at_gmail.com>
Date: Fri, 16 Oct 2009 09:56:30 -0700 (PDT)

I think you may have hit the nail on the head. I'm re-checking out my
project with the correct case, which I thought was correct but could
be wrong, and will try a commit then and see what happens.

Thank you!

On Oct 16, 12:43 pm, Andy Levy <andy.l..._at_gmail.com> wrote:
> On Fri, Oct 16, 2009 at 12:28, Joe <decibel3..._at_gmail.com> wrote:
> > I recently had to do a clean OS install on my machine that was running
> > Win 7 RC1 and I am now running Vista Business.  On installing
> > TortoiseSVN, I was able to checkout and update files but I am unable
> > to commit anything. We are using VisualSVN Server and I have checked
> > the permissions for my user on the server.  I have read/write (full
> > access) permissions on the entire SVN.
>
> > Any ideas?  I've tried removing my user from VisualSVN and readding
> > it, I've uninstalled and reinstalled TortoiseSVN, and I've deleted and
> > re-checked out the project from the SVN and I keep getting the same
> > error every time. 403: Forbidden.
>
> Is the URL you checked out from properly capitalized? Apache (which is
> bundled in VisualSVN Server) is case-sensitive, as is Subversion's
> path-based authorization, but the underlying OS is not. So some
> actions pass through unscathed, and others bomb.
>
> In my case, we have anonymous read access, but authorization required
> for commits. I have a repository in E:\Repos\Code and SVNParentPath on
> the server points at E:\Repos (my <Location> block puts my
> repositories under /Repos).
>
> Users can check out fromhttp://server/Repos/codebut get 403
> Forbidden when attempting to commit. If checked out fromhttp://server/Repos/Code, commits are fine.
>
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr..._at_tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2408283

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-10-16 18:58:56 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.