Subversion
Macros
Definitions of ra_svn dirent fields

ra_svn passes svn_dirent_t fields over the wire as a list of words, these are the values used to represent each field. More...

Macros

#define SVN_RA_SVN_DIRENT_KIND   "kind"
 The ra_svn way of saying SVN_DIRENT_KIND. More...
 
#define SVN_RA_SVN_DIRENT_SIZE   "size"
 The ra_svn way of saying SVN_DIRENT_SIZE. More...
 
#define SVN_RA_SVN_DIRENT_HAS_PROPS   "has-props"
 The ra_svn way of saying SVN_DIRENT_HAS_PROPS. More...
 
#define SVN_RA_SVN_DIRENT_CREATED_REV   "created-rev"
 The ra_svn way of saying SVN_DIRENT_CREATED_REV. More...
 
#define SVN_RA_SVN_DIRENT_TIME   "time"
 The ra_svn way of saying SVN_DIRENT_TIME. More...
 
#define SVN_RA_SVN_DIRENT_LAST_AUTHOR   "last-author"
 The ra_svn way of saying SVN_DIRENT_LAST_AUTHOR. More...
 

Detailed Description

ra_svn passes svn_dirent_t fields over the wire as a list of words, these are the values used to represent each field.

Macro Definition Documentation

#define SVN_RA_SVN_DIRENT_CREATED_REV   "created-rev"

The ra_svn way of saying SVN_DIRENT_CREATED_REV.

Definition at line 93 of file svn_ra_svn.h.

#define SVN_RA_SVN_DIRENT_HAS_PROPS   "has-props"

The ra_svn way of saying SVN_DIRENT_HAS_PROPS.

Definition at line 90 of file svn_ra_svn.h.

#define SVN_RA_SVN_DIRENT_KIND   "kind"

The ra_svn way of saying SVN_DIRENT_KIND.

Definition at line 84 of file svn_ra_svn.h.

#define SVN_RA_SVN_DIRENT_LAST_AUTHOR   "last-author"

The ra_svn way of saying SVN_DIRENT_LAST_AUTHOR.

Definition at line 99 of file svn_ra_svn.h.

#define SVN_RA_SVN_DIRENT_SIZE   "size"

The ra_svn way of saying SVN_DIRENT_SIZE.

Definition at line 87 of file svn_ra_svn.h.

#define SVN_RA_SVN_DIRENT_TIME   "time"

The ra_svn way of saying SVN_DIRENT_TIME.

Definition at line 96 of file svn_ra_svn.h.