Subversion
|
Functions | |
svn_error_t * | svn_client_cat2 (svn_stream_t *out, const char *path_or_url, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_client_ctx_t *ctx, apr_pool_t *pool) |
Output the content of a file. More... | |
svn_error_t * | svn_client_cat (svn_stream_t *out, const char *path_or_url, const svn_opt_revision_t *revision, svn_client_ctx_t *ctx, apr_pool_t *pool) |
Similar to svn_client_cat2() except that the peg revision is always the same as revision. More... | |
svn_error_t* svn_client_cat | ( | svn_stream_t * | out, |
const char * | path_or_url, | ||
const svn_opt_revision_t * | revision, | ||
svn_client_ctx_t * | ctx, | ||
apr_pool_t * | pool | ||
) |
Similar to svn_client_cat2() except that the peg revision is always the same as revision.
svn_error_t* svn_client_cat2 | ( | svn_stream_t * | out, |
const char * | path_or_url, | ||
const svn_opt_revision_t * | peg_revision, | ||
const svn_opt_revision_t * | revision, | ||
svn_client_ctx_t * | ctx, | ||
apr_pool_t * | pool | ||
) |
Output the content of a file.
[in] | out | The stream to which the content will be written. |
[in] | path_or_url | The path or URL of the file. |
[in] | peg_revision | The peg revision. |
[in] | revision | The operative revision. |
[in] | ctx | The standard client context, used for possible authentication. |
[in] | pool | Used for any temporary allocation. |