summaryrefslogtreecommitdiff
path: root/subversion/svn/cat-cmd.c
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2017-08-05 16:22:51 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2017-08-05 16:22:51 +0000
commitcf46733632c7279a9fd0fe6ce26f9185a4ae82a9 (patch)
treeda27775a2161723ef342e91af41a8b51fedef405 /subversion/svn/cat-cmd.c
parentbb0ef45f7c46b0ae221b26265ef98a768c33f820 (diff)
downloadsubversion-tarball-master.tar.gz
Diffstat (limited to 'subversion/svn/cat-cmd.c')
-rw-r--r--subversion/svn/cat-cmd.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/subversion/svn/cat-cmd.c b/subversion/svn/cat-cmd.c
index 551420e..eef7696 100644
--- a/subversion/svn/cat-cmd.c
+++ b/subversion/svn/cat-cmd.c
@@ -76,15 +76,16 @@ svn_cl__cat(apr_getopt_t *os,
SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target,
subpool));
- SVN_ERR(svn_cl__try(svn_client_cat2(out, truepath, &peg_revision,
+ SVN_ERR(svn_cl__try(svn_client_cat3(NULL, out, truepath, &peg_revision,
&(opt_state->start_revision),
- ctx, subpool),
+ !opt_state->ignore_keywords,
+ ctx, subpool, subpool),
errors, opt_state->quiet,
SVN_ERR_UNVERSIONED_RESOURCE,
SVN_ERR_ENTRY_NOT_FOUND,
SVN_ERR_CLIENT_IS_DIRECTORY,
SVN_ERR_FS_NOT_FOUND,
- SVN_NO_ERROR));
+ 0));
}
svn_pool_destroy(subpool);