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

Re: Problem with Authorization

From: southbay <southbay82_at_gmail.com>
Date: Mon, 15 Dec 2008 05:16:42 -0800 (PST)

Bon,
     Can you post your httpd.conf file minus any personal/corporate
identifiable content? With regards to svnserve blindly letting you
access a repos, when you start the svn service, do you pass it the "--
root=D:\svn_repositories" as a parameter? I'm not sure if it knows
where to look for the passwd and authz files.

Regards,
   Ryan

On Dec 14, 8:23 am, bon <boni..._at_nana.co.il> wrote:
> I am using CollabNet Subversion Server with TortoiseSVN
> Try check out using TortoiseSVN with the path "svn://localhost/
> <repoName>" finish with OK (no password is asked, why?).
>
> Try check out using TortoiseSVN with the path "http://localhost/svn/
> <repoName>", no password is asked, and I got the error:
> Server sent unexpected return value (403 Forbidden) in response to
> PROPFIND
> request for '/svn/<repoName>'
>
> Why there is a different between the two?
> "svn://localhost/<repoName>"
> "http://localhost/svn/<repoName>"
>
> After a sucessful check out using path "svn://localhost/<repoName>" i
> tryed to check in, no password is asked and got the error:
> Commit failed (details follow):
> Authorization failed
>
> What can i do?
>
> The relevant files are:
> svn repository root = D:\svn_repository
>
> ********* D:\svn_repository\password-file:
> A:<pass hash>
>
> ********* D:\svn_repository\<repoName>\conf\passwd:
> [users]
> A = 1234
>
> ********* D:\svn_repository\<repoName>\conf\authz:
> [/]
> A = rw
>
> ********* D:\svn_repository\<repoName>\conf\svnserve.conf:
> anon-access = none
> auth-access = write
> password-db = passwd
>
> ********* <CollabNet Subversion Server INSTALL dir>\httpd\conf
> \httpd.conf
> <Location /svn>
> DAV svn
> SVNParentPath D:\svn_repository
> SVNListParentPath On
> Require valid-user
> AuthType Basic
> AuthName "Subversion repository"
> AuthUserFile D:\svn_repository\password-file
> </Location>
>
> ********* <CollabNet Subversion Server INSTALL dir>\svn-auth-file
> A:<pass hash>
> ????? for what this file is needed?
>
> ********* <CollabNet Subversion Server INSTALL dir>\svn-acl
> [<repoName>:/]
> * = rw
>
> BTW, under c:\Documents and Settings\<user name>\Application Data
> \Subversion\auth\ all 3 files are empty.
>
> ------------------------------------------------------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=984436

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2008-12-15 14:18:06 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.