Subversion
Defines
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...

Defines

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

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.


Define Documentation

#define SVN_RA_SVN_DIRENT_CREATED_REV   "created-rev"

The ra_svn way of saying SVN_DIRENT_CREATED_REV.

Definition at line 83 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 80 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 74 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 89 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 77 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 86 of file svn_ra_svn.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines