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

Antwort: Re: RE: MKACTIVITY / PROPFIND Error

From: <mario.reissmann_at_bbraun.com>
Date: 2007-04-26 09:38:22 CEST

Ok thanks, I found the FAQ, but I think this doesn't solve my problem.

My web shares and repository location does not overlap, nor do I have an
object in the web root having the same name as my repository url.

Some areas of my httpd.conf:

ServerRoot "D:/Apache2.2"

DocumentRoot "D:/Apache2.2/htdocs"

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    Satisfy all
</Directory>

<Directory "D:/Apache2.2/htdocs">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

<Location /repos>
DAV svn
SVNListParentPath on
SVNParentPath "D:/SVN_REP"
#SVNIndexXSLT "/svnindex.xsl"
AuthType SSPI
AuthName "Subversion-ProjectArchive"
#AuthUserFile passwd
#AuthzSVNAccessFile svnaccessfile
Require valid-user

SSPIAuth on
SSPIAuthoritative on
SSPIDomain domaincontroller.......com
SSPIOmitDomain on
SSPIUsernameCase lower
SSPIPerRequestAuth on
SSPIOfferBasic on
</Location>

I also tried to disable SSPI by creating the passwd file with the htpasswd
command, adding a user and changing the Location area to;:

<Location /repos>
DAV svn
SVNListParentPath on
SVNParentPath "D:/SVN_REP"
#SVNIndexXSLT "/svnindex.xsl"
AuthType Basic
AuthName "Subversion-ProjectArchive"
AuthUserFile passwd
#AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>

Then, of course, a restart of Apache.
But the repobrowser behaved like beforehand. 3x Authentication & error
301.

I'm stuck...

"Stefan Küng" <tortoisesvn@gmail.com>

 
 
     25.04.2007 16:26
Bitte antworten an
users@tortoisesvn.tigris.org

An
users@tortoisesvn.tigris.org
Kopie

Thema
Re: RE: MKACTIVITY / PROPFIND Error

On 4/25/07, mario.reissmann@bbraun.com <mario.reissmann@bbraun.com> wrote:

> It's strange. The browser asks for Authentication, afterwards the box
appears again, as if I typed in a wrong password.

Not necessarily. It could ask again because it connected again (e.g.
the repobrowser first asks for the repo root, then asks for the locks,
then for the contents - three connections).

> I type it again.. The box appears again, but the repository browser now
shows my repository. After the first try, it stayed blank.
> After the third time, the box disappears, and the browser shows
> Error * PROPFIND request failed on '/repos' PROPFIND of '/repos': 301
Moved Permanently (http://...).
> Maybe my sspi authentication doesn't work? It was definitely the right
password.

http://www.google.com/search?q=subversion+"301+Moved+Permanently"

Stefan

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and mailing lists?

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
********************************************************************************
The information contained in this communication is confidential, may be
attorney-client privileged, may constitute inside information, and is intended
only for the use of the addressee. It is the property of the company of the
sender of this e-mail. Unauthorized use, disclosure, or copying of this
communication or any part thereof is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by return e-mail and destroy this communication and all copies thereof,
including all attachments.
********************************************************************************

Received on Thu Apr 26 09:38:36 2007

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.