#include <Basics.H>#include <Text.H>#include <VestaConfig.H>#include <VestaSource.H>#include <VDirSurrogate.H>#include "ReposUI.H"#include <getopt.h>Include dependency graph for vlatest.C:

Go to the source code of this file.
Classes | |
| struct | verclosure |
Enumerations | |
| enum | Recursion { r_none, r_pkg, r_branch, r_checkout, r_none, r_pkg, r_branch } |
Functions | |
| void | Usage () |
| void | doit (Text pkg, Recursion recurse, bool mast, bool fullpath, bool comment, Text lhost, Text lport) |
| int | main (int argc, char *argv[]) |
Variables | |
| Text | program_name |
| Text | defpkgpar |
| int | errcount = 0 |
| enum Recursion |
| void doit | ( | Text | pkg, | |
| Recursion | recurse, | |||
| bool | mast, | |||
| bool | fullpath, | |||
| bool | comment, | |||
| Text | lhost, | |||
| Text | lport | |||
| ) |
Definition at line 272 of file vlatest.C.
References VestaSource::appendableDirectory, ReposUI::canonicalize(), defpkgpar, errcount, ReposUI::filenameToMasterVS(), ReposUI::filenameToVS(), VestaAttribs::inAttribs(), Text::Length(), program_name, r_none, and VestaSource::type.
Referenced by main().
Here is the call graph for this function:

Here is the caller graph for this function:

| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 298 of file vlatest.C.
References VDirSurrogate::defaultHost(), VDirSurrogate::defaultPort(), defpkgpar, doit(), errcount, Text::FindCharR(), VestaConfig::get_Text(), ReposUI::failure::msg, SRPC::failure::msg, VestaConfig::failure::msg, program_name, SRPC::failure::r, r_branch, r_checkout, r_none, r_pkg, Text::Sub(), and Usage().
Here is the call graph for this function:

| void Usage | ( | ) |
1.5.1