| TortoiseSVN 1.7.x Error : Server sent unexpected return value (500 Internal Server Error) in response to POST request
From: 杨映莹 <unayang_at_actions-semi.com>
 Date: Fri, 2 Mar 2012 09:44:24 +0800 
Dear all
     When I use tortoise 1.7.x, there is a very strange problem:
 Server :subversion 1.7.1 + apache2.2 + tortoiseSVN1.5.7
  
 Step1. Server :Config apache httpd.conf like:
  
 <Location /uvob/fwsp/boot>
    DAV svn
    SVNParentPath E:/svndata/repo/uvob/fwsp/boot
    AuthzSVNAccessFile E:/svndata/repo/uvob/fwsp/boot/accessfile
    Require valid-user
    AuthType ALL
    AuthName "Subversion repository"
    SSPIAuth On
    SSPIAuthoritative On
    SSPIDomain actions.com.cn
    SSPIOfferBasic On                   
 </Location>
  
 Step2.Server :use tortoiseSVN 1.5.7 create new svn repository  “test” in “E:\svndata\repo\uvob\fwsp\boot”
  
 Step3  config E:/svndata/repo/uvob/fwsp/boot/accessfile 
  
 3.Client: use tortoiseSVN 1.5.X or tortoiseSVN 1.6.x  to commit is ok
  
 4.Client: use tortoiseSVN 1.7.x to commit is not ok, show error like this:
  
 Server sent unexpected return value (500 Internal Server Error) in response to POST request for '/uvob/fwsp/boot/test/!svn/me'
  
  
 Do you know why?
 ------------------------------------------------------
 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
 
   | 
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.