Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

svn_wc_entry_t Struct Reference

A working copy entry -- that is, revision control information about one versioned entity. More...

#include <svn_wc.h>


Data Fields

const char * name
 entry's name
svn_revnum_t revision
 base revision
const char * url
 url in repository
const char * repos
 canonical repository URL or NULL if not known
const char * uuid
 repository uuid
svn_node_kind_t kind
 node kind (file, dir, .
svn_wc_schedule_t schedule
 scheduling (add, delete, replace .
svn_boolean_t copied
 in a copied state
svn_boolean_t deleted
 deleted, but parent rev lags behind
svn_boolean_t absent
 absent -- we know an entry of this name exists, but that's all (usually this happens because of authz restrictions)
svn_boolean_t incomplete
 for THIS_DIR entry, implies whole entries file is incomplete
const char * copyfrom_url
 copyfrom location
svn_revnum_t copyfrom_rev
 copyfrom revision
const char * conflict_old
 old version of conflicted file
const char * conflict_new
 new version of conflicted file
const char * conflict_wrk
 working version of conflicted file
const char * prejfile
 property reject file
apr_time_t text_time
 last up-to-date time for text contents (0 means no information available)
apr_time_t prop_time
 last up-to-date time for properties (0 means no information available)
const char * checksum
 base64-encoded checksum for the untranslated text base file, can be NULL for backwards compatibility.
svn_revnum_t cmt_rev
 last revision this was changed
apr_time_t cmt_date
 last date this was changed
const char * cmt_author
 last commit author of this item
const char * lock_token
 lock token or NULL if path not locked in this WC
const char * lock_owner
 lock owner, or NULL if not locked in this WC
const char * lock_comment
 lock comment or NULL if not locked in this WC or no comment
apr_time_t lock_creation_date
 Lock creation date or 0 if not locked in this WC.


Detailed Description

A working copy entry -- that is, revision control information about one versioned entity.

Definition at line 1108 of file svn_wc.h.


Field Documentation

svn_node_kind_t svn_wc_entry_t::kind
 

node kind (file, dir, .

..)

Definition at line 1131 of file svn_wc.h.

const char* svn_wc_entry_t::lock_comment
 

lock comment or NULL if not locked in this WC or no comment

Since:
New in 1.2.

Definition at line 1203 of file svn_wc.h.

apr_time_t svn_wc_entry_t::lock_creation_date
 

Lock creation date or 0 if not locked in this WC.

Since:
New in 1.2.

Definition at line 1207 of file svn_wc.h.

const char* svn_wc_entry_t::lock_owner
 

lock owner, or NULL if not locked in this WC

Since:
New in 1.2.

Definition at line 1199 of file svn_wc.h.

const char* svn_wc_entry_t::lock_token
 

lock token or NULL if path not locked in this WC

Since:
New in 1.2.

Definition at line 1195 of file svn_wc.h.

svn_wc_schedule_t svn_wc_entry_t::schedule
 

scheduling (add, delete, replace .

..)

Definition at line 1136 of file svn_wc.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jun 1 21:26:12 2006 for Subversion by  doxygen 1.4.4