#include <stdlib.h>
#include <unistd.h>
#include "global.h"
#include "waa.h"
#include "revert.h"
#include "url.h"
#include "est_ops.h"

Go to the source code of this file.
Functions | |
| int | cat__work (struct estat *root, int argc, char *argv[]) | 
| -.   | |
fsvs cat [-r rev] [-u URLname] path fsvs cat [-u URLname:rev] path
Definition in file cat.c.
| int cat__work | ( | struct estat * | root, | |
| int | argc, | |||
| char * | argv[] | |||
| ) | 
-.
Main function.
Definition at line 45 of file cat.c.
References current_url, DECODER_UNKNOWN, global_pool, OPS__FAIL_NOT_LIST, ops__traverse(), opt_target_revision, opt_target_revisions_given, estat::repos_rev, rev__get_text_to_stream(), STOPIF, STOPIF_CODE_ERR, STOPIF_SVNERR, estat::url, url__load_list(), url__open_session(), waa__find_common_base(), and waa__input_tree().

 1.5.9