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

Can't commit certain files

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Invalid
    • 1.1.x
    • unscheduled
    • cmdline client
    • None

    Description

      Just started moving from CVS to subversion. Conversion went fine, now that I am
      trying to add certain new files, svn commit dies.
      
      Example:
      
      cd web
      svn checkout http://.../trunk/web/ .
      
      svn add empty.html
      svn add final_test_off.jsp
      
      svn commit empty.html # works OK
      svn commit final_test_off.jsp # dies
      
      Adding         final_test_off.jsp
      Transmitting file data .svn: Commit failed (details follow):
      svn: PUT of
      '/svnroot/!svn/wrk/e866d81e-d9e5-0310-b59d-f02fcab63a8d/.../trunk/web/final_test_off.jsp':
      404 Not Found (http://svn.parsek.net)
      svn: Your commit message was left in a temporary file:
      svn:    '/mnt/local/filestore/.../web/svn-commit.tmp'
      
      I have tried the following:
      - renaming the file (removed underscores, renamed to fto.js)
      - changing the content (removing it bit by bit, even cat empty.htm >
      final_test_off.jsp)
      - changing encoding
      
      Nothing seems to work. The contents of the file:
      <%
      session.setAttribute("com.parsek.test.final", "false");
      %>
      <p>Final testing is <strong>OFF</strong>. This means that javascripts and CSS'
      will <strong>not</strong>
      be cached, which will make your development simpler, but load times may be
      longer.</p>
      
      
      The same thing happens with some other (small) files.
      
      svn import dies also.
      
      apache (mod_dav_svn) error log doesn't print anything unusual even with
      'LogLevel trace' turned on. Currently using fsfs but the same thing happened
      with berkleydbfs. Also on 1.1-RC4.
      
      Been searching google and issue tracker for a couble of days for the same
      problem but couldn't find any solution, so here's the issue.
      
      My questions are:
      1) what is wrong?
      2) is there any way that I can get more debugging information and figure out
      what's wrong by myself?
      

      Original issue reported by boky

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: