Skip to content

Commit f8ac4c3

Browse files
Followup to r1808139, use the allow_unver_obstructions argument in the
call to svn_client_checkout4 instead of hardcoding FALSE. This was probably missed due to a copy-paste error from svn_client_checkout2. * subversion/libsvn_client/deprecated.c (svn_client_checkout3): As above Discussed on dev@: https://lists.apache.org/thread/y6pxsq5v7s5ns7c88hd42b5ky9ns8wvb git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1931570 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0f6ac3e commit f8ac4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)