Re: Subversion 1.2.3 released.

Branko Čibej <[email protected]> Sat, 27 Aug 2005 19:15:24 +0200
Newsgroups gmane.comp.version-control.subversion.devel,gmane.mail.eyebrowse.user
Message-ID <[email protected]>
Ralph Seichter wrote:

> Hi,
>
> I extracted Branko's Win32 archive of SVN 1.2.3 (thanks, Branko),
> and when I try to access a repository, I see the following error:
>
>   D:\foo>svn status -u
>   svn: PROPFIND Anfrage fehlgeschlagen auf '/subversion/foo'
>   svn: PROPFIND von '/svn/bookmarks':
>          403 Forbidden (https://server.dom.ain)
>
> "Anfrage fehlgeschlagen" translates to "request failed"; the Apache
> 2.0.54 server returns an error 403. The same happens when I try to
> check out a project.
>
> However, if I delete or rename the "share" directory which was
> extracted from the archive, checking the status of a project or
> checking one out from the repository work just fine:
>
>   D:\foo>svn status -u
>   Passphrase for 'D:\keyfile.p12': *****
>   Status against revision: 36
>
> The same behaviour also can be observed with the 1.2.1 binaries, so
> the problem was not introduced with the latest release. Any ideas?

It looks like we're localising a string that we shouldn't touch. You're 
using client certificates for authentication, right? If there's a bad 
translation somewhere, this should be reproducible on Unix, too. I don't 
believe this is a Windows-only bug.

-- Brane