GME  13
Public Attributes
svn_dirent_t Struct Reference

#include <svn_types.h>

List of all members.

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

Detailed Description

A general subversion directory entry.

Note:
To allow for extending the svn_dirent_t structure in future releases, always use svn_dirent_create() to allocate the stucture.
Since:
New in 1.6.

Definition at line 570 of file svn_types.h.


Member Data Documentation

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.

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.


The documentation for this struct was generated from the following file: