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 file identified by path_or_url and revision to the stream out. | |
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. |
|
Similar to svn_client_cat2() except that the peg revision is always the same as revision.
|
|
Output the content of file identified by path_or_url and revision to the stream out.
The actual node revision selected is determined by the path as it exists in peg_revision. If peg_revision->kind is
If path_or_url is not a local path, then if revision is of kind Use the authentication baton cached in ctx to authenticate against the repository. Perform all allocations from pool. ###
|