[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: bon <boni_go_at_nana.co.il>
Date: Mon, 15 Dec 2008 06:32:22 -0800 (PST)

Thanks for you replay.
I can not find a way for file upload so here is a link:
http://ftf-606.yousendit.com/download/1/B6AFA7B266AEB0D0/58a7e96efe092d54e23d999499f92dea4a078670/httpd.conf?download_id=2335032440&user_locale=en&rcpt=BONI_GO@NANA.CO.IL&id=526977160&file=httpd.conf

What do you mean "when you start the svn service"?
I am using TortoiseSVN, there I write only the path in the repository
to check out.
How he know the root repository path, I do not know. It is writen in
the confing files I attached before.

Thanks again,
Hope to solve the problem as quick as possiable.
For now I can not check in any code ...

On Dec 15, 3:16 pm, southbay <southba..._at_gmail.com> wrote:
> 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&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr..._at_tortoisesvn.tigris.org].- Hide quoted text -
>
> - Show quoted text -

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

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