export action header file More...
#include "actions.h"
#include "update.h"
Go to the source code of this file.
Functions | |
int | exp__do (struct estat *root, struct url_t *url) |
This function exports url into the current working directory. | |
Variables | |
work_t | exp__work |
The export action. |
export action header file
Definition in file export.h.
This function exports url into the current working directory.
This function exports url into the current working directory.
root must already be initialized.
The difference to update is that export expects an empty filesystem, ie. to fetch *all* nodes; it doesn't check whether some already exist locally.
Definition at line 140 of file export.c.
References current_url, export_editor, opt_target_revision, url_t::pool, url_t::session, STOP_HANDLE_SVNERR, STOPIF, STOPIF_SVNERR, url_t::target_rev, url__canonical_rev(), and url__open_session().
Referenced by co__work(), and exp__work().