#include <stdlib.h>#include <fcntl.h>#include <unistd.h>#include <time.h>#include <ctype.h>#include <sys/select.h>#include "url.h"#include "waa.h"#include "helper.h"#include "commit.h"#include "export.h"
Go to the source code of this file.
Functions | |
| int | co__work (struct estat *root, int argc, char *argv[]) |
| -. | |
checkout action
Definition in file checkout.c.
| int co__work | ( | struct estat * | root, | |
| int | argc, | |||
| char * | argv[] | |||
| ) |
-.
Writes the given URLs into the WAA, and gets the files from the repository.
Definition at line 68 of file checkout.c.
References estat::arg, ci__set_revision(), url_t::current_rev, DEBUGP, DELAY_CHECKOUT, exp__do(), hlp__delay(), make_STOP_silent, STOPIF, STOPIF_CODE_ERR, target_revision, url__allocate(), url__insert_or_replace(), url__output_list(), urllist, urllist_count, waa__create_working_copy(), waa__output_tree(), and waa__save_cwd().

1.6.1