export.h File Reference

export action header file More...

#include "actions.h"
#include "update.h"
Include dependency graph for export.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

export action header file

Definition in file export.h.


Function Documentation

int exp__do ( struct estat root,
struct url_t url 
)

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().

Here is the call graph for this function:

Here is the caller graph for this function:


Variable Documentation

work_t exp__work

The export action.

Definition at line 19 of file export.h.


Generated for fsvs by  doxygen 1.6.1