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

prop only update over ra_dav changes text

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • all
    • M12
    • src
    • None
    • other

    Description

      Check out (non-recursive will do) a pristine copy of autogen.sh at rev 1806
      
      $ svn co -n -r1806 http://svn.collab.net:81/repos/svn/trunk/ -d xx
      
      Update to rev 1805
      
      $ svn up -r1805 xx/autogen.sh
      _U xx/autogen.sh
      
      Note only the properties change (it's the execute bit). However the file is in
      state modified
      
      $ svn st xx/autogen.sh
      M      xx/autogen.sh
      
      and does have a text difference
      
      $ svn diff xx/autogen.sh 
      Index: xx/autogen.sh
      ===================================================================
      --- xx/autogen.sh
      +++ xx/autogen.sh       Wed May  1 15:34:16 2002
      @@ -34,7 +34,7 @@
           exit 1
       fi
       
      -$libtoolize --copy --automake
      +libtoolize --copy --automake
       
       ltpath="`dirname $libtoolize`"
       ltfile="`cd $ltpath/../share/aclocal ; pwd`"/libtool.m4
      
      
      svn.collab.net claims to be running
      
      The installed Subversion is: Revision 1734
      
          * httpd-2.0: from 2002-04-18
          * apr: from 2002-04-18
          * apr-util: from 2002-04-18
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            philipm Philip Martin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: