Subversion
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
svn_log_changed_path_t Struct Reference

A structure to represent a path that changed for a log entry. More...

#include <svn_types.h>

Data Fields

char action
 'A'dd, 'D'elete, 'R'eplace, 'M'odify
const char * copyfrom_path
 Source path of copy (if any).
svn_revnum_t copyfrom_rev
 Source revision of copy (if any).

Detailed Description

A structure to represent a path that changed for a log entry.

Same as svn_log_changed_path2_t, but without the node kind.

Deprecated:
Provided for backward compatibility with the 1.5 API.

Definition at line 637 of file svn_types.h.

Field Documentation

const char* svn_log_changed_path_t::copyfrom_path

Source path of copy (if any).

Definition at line 643 of file svn_types.h.

svn_revnum_t svn_log_changed_path_t::copyfrom_rev

Source revision of copy (if any).

Definition at line 646 of file svn_types.h.


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