#include <unistd.h>#include <fcntl.h>#include "global.h"#include "est_ops.h"#include "cp_mv.h"#include "url.h"#include "status.h"#include "waa.h"#include "warnings.h"
Go to the source code of this file.
Functions | |
| int | info__action (struct estat *sts) |
| Utility function - prints the normal status and the extended information. | |
| int | info__work (struct estat *root, int argc, char *argv[]) |
info action.
Allows the user to display various informations about his working copy entries - eg. URL, revision number, stored meta-data, etc.
Definition in file info.c.
| int info__action | ( | struct estat * | sts | ) |
Utility function - prints the normal status and the extended information.
Definition at line 67 of file info.c.
References estat::flags, RF_PRINT, st__print_entry_info(), st__status, STOPIF, and estat::was_output.

| int info__work | ( | struct estat * | root, | |
| int | argc, | |||
| char * | argv[] | |||
| ) |
Definition at line 85 of file info.c.
References opt__set_int(), OPT__VERBOSE, opt_recursive, PRIO_CMDLINE, STOPIF, STOPIF_CODE_ERR, url__load_list(), VERBOSITY_COPYFROM, VERBOSITY_DEFAULT_v, wa__warn(), waa__find_common_base(), waa__read_or_build_tree(), and WRN__NO_URLLIST.

1.6.1