GME  13
Public Attributes
svn_client_diff_summarize_t Struct Reference

#include <svn_client.h>

List of all members.

Public Attributes

const char * path
svn_client_diff_summarize_kind_t summarize_kind
svn_boolean_t prop_changed
svn_node_kind_t node_kind

Detailed Description

A struct that describes the diff of an item. Passed to svn_client_diff_summarize_func_t.

Note:
Fields may be added to the end of this structure in future versions. Therefore, users shouldn't allocate structures of this type, to preserve binary compatibility.
Since:
New in 1.4.

Definition at line 844 of file svn_client.h.


Member Data Documentation

File or dir

Definition at line 858 of file svn_client.h.

Path relative to the target. If the target is a file, path is the empty string.

Definition at line 848 of file svn_client.h.

Properties changed? For consistency with 'svn status' output, this should be false if summarize_kind is _added or _deleted.

Definition at line 855 of file svn_client.h.

Change kind

Definition at line 851 of file svn_client.h.


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