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

'svn propget url' doesn't work over ra_svn

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • all
    • unscheduled
    • libsvn_ra_svn
    • None

    Description

      It's possible to use 'svn propget' on a URL with ra_file or ra_dav, but with
      ra_svn it returns no results, even when properties are there.
      
      $ svnadmin create /tmp/repos
      $ svn co file:///tmp/repos wc
      Checked out revision 0.
      $ cd wc
      $ svn pset foo bar .
      property 'foo' set on '.'
      $ svn commit -m 'blah'
      Sending        .
      
      Committed revision 1.
      $ svn pget foo file:///tmp/repos
      bar
      $ svnserve -d
      $ svn pget foo svn://localhost/tmp/repos
      $
      
      svn plist also seems to have the same problem.
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rooneg Garrett Rooney
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: