~ubuntu-branches/debian/sid/subversion/sid

« back to all changes in this revision

Viewing changes to subversion/libsvn_ra_svn/protocol

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2014-05-20 22:45:32 UTC
  • mfrom: (0.2.12)
  • Revision ID: package-import@ubuntu.com-20140520224532-4fec3gohdzyy692g
Tags: 1.8.9-1
* New upstream release
* Merge changes from Ubuntu:
  - Add DEB-8 test for Apache functionality
  - debian/rules: Create pot file on build.
  - debian/rules: Ensure the doxygen output directory exists
  - Move svn2cl to subversion-tools' Suggests on Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
310
310
     sends file contents as a series of strings, terminated by the empty
311
311
     string, followed by a second empty command response to indicate
312
312
     whether an error occurred during the sending of the file.
 
313
    NOTE: the standard client never sends want-iprops, it uses get-iprops. 
313
314
 
314
315
  get-dir
315
316
    params:   ( path:string [ rev:number ] want-props:bool want-contents:bool
321
322
                [ last-author:string ] )
322
323
    dirent-field: kind | size | has-props | created-rev | time | last-author
323
324
                  | word
 
325
    NOTE: the standard client never sends want-iprops, it uses get-iprops. 
324
326
 
325
327
  check-path
326
328
    params:   ( path:string [ rev:number ] )