GME  13
Defines
Definitions of ra_svn dirent fields

Defines

#define SVN_RA_SVN_DIRENT_KIND   "kind"
#define SVN_RA_SVN_DIRENT_SIZE   "size"
#define SVN_RA_SVN_DIRENT_HAS_PROPS   "has-props"
#define SVN_RA_SVN_DIRENT_CREATED_REV   "created-rev"
#define SVN_RA_SVN_DIRENT_TIME   "time"
#define SVN_RA_SVN_DIRENT_LAST_AUTHOR   "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 90 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 87 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 81 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 96 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 84 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 93 of file svn_ra_svn.h.