Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-4447

Error Conflict 409

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Cannot Reproduce
    • 1.4.x
    • None
    • svnadmin
    • None
    • Linux

    Description

      I create my prioject and use Tortoise to maintain my work copyes. 
      When I do commit a file Tortoise has 409 Conflict error .
      Apache has permission on all directories from svn , I tested full permission in 
      svn directory and the same error occurs .
      I also tested creating a new project to see if the error is not related to 
      cacarcteres invalid or corrupted database .
      
      But in all cases the error persists.
      
      My apache configuration :
      Dav_module LoadModule modules / mod_dav.so
      Dav_svn_module LoadModule modules / mod_dav_svn.so
      Authz_svn_module LoadModule modules / mod_authz_svn.so
      
      <Location /svn>
         DAV svn
         SVNParentPath / data / svn
      # Disable factor authentication
      # SVNPathAuthz off
      #
      # # Limit write permission to list of valid users .
         <LimitExcept GET PROPFIND OPTIONS RESET DELETE>
      # <LimitExcept PROPFIND OPTIONS report>
      # # Require SSL connection for password protection.
      # # SSLRequireSSL
      #
            AuthType Basic
            AuthName " Subversion "
            AuthUserFile / usr/local/httpd-2.0.59/conf/svn-passwd
           Require valid - user
         < / LimitExcept >
      </ Location >
       
      Apache Error:
      [Thu Nov 07 11:21:41 2013] [error] [client 10.113.1.217] Could not DELETE 
      /svn/seu_teste/!svn/act/05804b33-9131-4b41-9cf1-8aa86354b1dc.  [500, #0]
      [Thu Nov 07 11:21:41 2013] [error] [client 10.113.1.217] could not abort 
      transaction.  [500, #2]
      [Thu Nov 07 11:21:41 2013] [error] [client 10.113.1.217] Transaction cleanup 
      failed  [500, #2]
      [Thu Nov 07 11:21:41 2013] [error] [client 10.113.1.217] Can't remove 
      '/data/svn/seu_teste/db/transactions/2-1.txn/P\xc2\x8b*\b "|\b'  [500, #2]
      [Thu Nov 07 11:21:41 2013] [error] [client 10.113.1.217] Can't remove file 
      '/data/svn/seu_teste/db/transactions/2-1.txn/P\xc2\x8b*\b "|\b': No such file or 
      directory  [500, #2]
      
      I do not know how to debug this error, could you help me?
      

      Original issue reported by felypesantos

      Attachments

        1. 1_tortoise.txt
          3 kB
          Subversion Importer

        Activity

          People

            Unassigned Unassigned
            subversion-importer Subversion Importer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: