commit action header file. More...
#include <subversion-1/svn_delta.h>
#include "actions.h"
Go to the source code of this file.
Functions | |
int | ci__set_revision (struct estat *this, svn_revnum_t rev) |
Sets the given revision rev recursive on all entries correlating to current_url. | |
Variables | |
action_t | ci__action |
Mark entries' parents as to-be-traversed. | |
work_t | ci__work |
commit action header file.
Definition in file commit.h.
int ci__set_revision | ( | struct estat * | this, | |
svn_revnum_t | rev | |||
) |
Sets the given revision rev recursive on all entries correlating to current_url.
Definition at line 118 of file commit.c.
References ci__set_revision(), and current_url.
Referenced by ci__set_revision(), co__work(), sync__work(), and up__work().
action_t ci__action |