Skip to content

Commit b288a69

Browse files
author
svn-role
committed
Merge r1931570 from trunk:
* r1931570 Forward the allow_unver_obstructions argument from the deprecated function. Justification: Without this, svn_client_checkout3 doesn't care about the argument and the docstrings doesn't match implementation (see the r1931298 group). Votes: +1: dsahlberg, kotkov, rinrab git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/1.15.x@1932168 13f79535-47bb-0310-9956-ffa450edef68
1 parent c35b207 commit b288a69

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

STATUS

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,3 @@ Veto-blocked changes:
7676

7777
Approved changes:
7878
=================
79-
80-
* r1931570
81-
Forward the allow_unver_obstructions argument from the deprecated function.
82-
Justification:
83-
Without this, svn_client_checkout3 doesn't care about the argument and the
84-
docstrings doesn't match implementation (see the r1931298 group).
85-
Votes:
86-
+1: dsahlberg, kotkov, rinrab
87-

subversion/libsvn_client/deprecated.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2683,7 +2683,7 @@ svn_client_checkout3(svn_revnum_t *result_rev,
26832683
return svn_error_trace(svn_client_checkout4(
26842684
result_rev, URL, path,
26852685
peg_revision, revision, depth,
2686-
ignore_externals, FALSE, NULL,
2686+
ignore_externals, allow_unver_obstructions, NULL,
26872687
svn_tristate_unknown, ctx, pool));
26882688
}
26892689

0 commit comments

Comments
 (0)