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

problems committing an added property

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • all
    • 0.13.0
    • src
    • None
    • Linux

    Description

      Reported by Jay McCarthy <jay@kenyamountain.com>:
      
      From: Jay McCarthy <jay@kenyamountain.com>:
      To: dev@subversion.tigris.org
      Date: 28 Feb 2002 20:20:09 -0500
      Message-Id: <1014945609.18046.5.camel@jay.home.com>
      Subject:  subversion 0.9.0 error with properties and adding
      
      shell log-
      [jay@jay_is_a_red_commie svn]$ svn co
      https://subversion.c-i-s.com/svn/testing -d testing
      jay's password: 
      
      [jay@jay_is_a_red_commie svn]$ cd testing/
      [jay@jay_is_a_red_commie testing]$ touch test
      [jay@jay_is_a_red_commie testing]$ svn add test 
      A          test
      [jay@jay_is_a_red_commie testing]$ svn commit
      Adding          /home/jay/Development/svn/testing/test
      Committed revision 1.
      [jay@jay_is_a_red_commie testing]$ svn propset svn:keywords
      LastChangedDate test property `svn:keywords' set  on 'test'
      [jay@jay_is_a_red_commie testing]$ vi test 
      [jay@jay_is_a_red_commie testing]$ svn commit
      username: jay
      jay's password: 
      
      Sending         /home/jay/Development/svn/testing/test
      Committed revision 2.
      [jay@jay_is_a_red_commie testing]$ ls
      test
      [jay@jay_is_a_red_commie testing]$ cat test 
      $LastChangedDate: Thu 28 Feb 2002 23:16:57 $
      [jay@jay_is_a_red_commie testing]$ echo '$LastChangedDate: $' > test2
      [jay@jay_is_a_red_commie testing]$ echo '$LastChangedBy: $' >> test2 
      [jay@jay_is_a_red_commie testing]$ svn add test2 
      A          test2
      [jay@jay_is_a_red_commie testing]$ svn propset svn:keywords
      'LastChangedDate LastChangedBy' test2
      property `svn:keywords' set  on 'test2'
      [jay@jay_is_a_red_commie testing]$ svn commit
      The commit message has been stored in this location:
      /home/jay/Development/svn/testing/.svn/tmp/tempfile.63256.00001.tmp
      
      svn_error: #21082 : <RA layer request failed>
        commit failed: wc locks and tmpfiles have been removed.
      
      svn_error: #21082 : <RA layer request failed>
        commit failed: while sending tree-delta to repos.
      
      svn_error: #21082 : <RA layer request failed>
        The CHECKOUT request failed (http #409) (/svn/testing/$svn/ver/0.0/)
      
      ----
      Both client and server are 0.9.0
      This a redhat machine (hence the system name), and I built the source
      myself with '--with-ssl=/usr'
      Nothing else I can think of...
      
      -- 
      Jay McCarthy <jay@kenyamountain.com>
      aim: rasarasda / irc: feelicks
      http://www.brunswickrecords.org/~jay/
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            kfogel Karl Fogel
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: