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

RE: Crash when attempting to get a lock on a binary file

From: Jonathan Ashley <jonathan.ashley_at_praxis-his.com>
Date: 2006-11-20 11:16:50 CET

Just one more thing for your information then:

You say in
http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=121610 that
the user accessing the repository must *not* be part of the domain.

Here's a snippet from my Apache config file:

<Location /svn>
  DAV svn
  SVNParentPath "C:/SVN Repositories"

  AuthType SSPI
  SSPIAuth On
  SSPIAuthoritative On
  SSPIDomain "PRAXIS"
  SSPIOmitDomain On
  SSPIUsernameCase lower
  SSPIOfferBasic On
  AuthName "Projectname Config Management System"
  # Satisfy Any
  Require valid-user
  
  AuthzSVNAccessFile "C:/SVN Repositories/svn_authorisations"
</Location>

But in this case, I believe I actually am part of and authenticating
against the PRAXIS domain. On the other hand, everything seems to work
for me except for getting a lock on a binary file. Does this affect your
analysis at all?

(I'm a bit hazy about how SSPI works, how it differs from "basic
authentication" and what the SSPIOfferBasic directive actually does, so
I may have misunderstood what you meant by the user not being part of
the domain. I just know that the above configuration seems to work for
me. If I can find the time, I will try and rebuild SVN with your patch
applied and see if that works.)

Regards,

--
Jon Ashley
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Nov 20 11:54:11 2006

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.