GME
13
|
#include <svn_types.h>
Public Attributes | |
svn_node_kind_t | kind |
svn_filesize_t | size |
svn_boolean_t | has_props |
svn_revnum_t | created_rev |
apr_time_t | time |
const char * | last_author |
A general subversion directory entry.
Definition at line 570 of file svn_types.h.
last rev in which this node changed
Definition at line 582 of file svn_types.h.
does the node have props?
Definition at line 579 of file svn_types.h.
node kind
Definition at line 573 of file svn_types.h.
const char* svn_dirent_t::last_author |
author of created_rev
Definition at line 588 of file svn_types.h.
length of file text, or 0 for directories
Definition at line 576 of file svn_types.h.
time of created_rev (mod-time)
Definition at line 585 of file svn_types.h.