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

Re: Help: TortoiseSVN Check-in Problems

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sat, 19 Nov 2016 10:21:37 +0100

On 17.11.2016 16:02, Nwokolo Patrick (LME) wrote:
> Hello,
>
>
>
> I’m having difficulties checking-in modified files on my workstation.
> The strange thing is, I can check-out and check-in on a colleague’s
> workstation; to the same repository. I can only check-out on my
> workstation. I get the 403 Forbidden error shown in the image below.
>
>
>
> Since I can check-out and –in on someone else’s PC, my guess is that
> there’s something stored in my drive space or Windows registry that
> inhibits check-in. Do you have any suggestions about what and where to
> look for it in my workstation?

You get a 403 error. That means that your login data is valid (i.e., the
authentication succeeded, you're recognized as a proper user on the
server), but you (your logged in user) does not have the rights to
commit - meaning you don't have write access.

There's no setting wrong on your machine, no setting you can change on
your machine.

To fix this, you have to to check on the server if your user has write
access to the repository.

But maybe there's an easier solution:
you checked out the working copy via the http://abc.com:81/ url. Maybe
you just need to check out from https://abc.com:81/ instead? Some
servers are set up to have read access only with unencrypted connections
(http) and only have write access with encrypted ones (https).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3194415
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-11-19 10:21:52 CET

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.