GME  13
Public Attributes
svn_log_changed_path_t Struct Reference

#include <svn_types.h>

List of all members.

Public Attributes

char action
const char * copyfrom_path
svn_revnum_t copyfrom_rev

Detailed Description

A structure to represent a path that changed for a log entry. Same as the first three fields of svn_log_changed_path2_t.

Deprecated:
Provided for backward compatibility with the 1.5 API.

Definition at line 808 of file svn_types.h.


Member Data Documentation

'A'dd, 'D'elete, 'R'eplace, 'M'odify

Definition at line 811 of file svn_types.h.

Source path of copy (if any).

Definition at line 814 of file svn_types.h.

Source revision of copy (if any).

Definition at line 817 of file svn_types.h.


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