Julian Foad wrote on Mon, 17 Sep 2018 20:39 +0100:
> Daniel Shahaf wrote:
> > From subversion/svn/info-cmd.c:
> >272if (TRUE)
> >274/* svn-viewspec.py format */
> >281else
> >283/* svn command-line format */
> >
> > Why is there an «if (TRUE)
Daniel Shahaf wrote:
> From subversion/svn/info-cmd.c:
>272 if (TRUE)
>274 /* svn-viewspec.py format */
>281 else
>283 /* svn command-line format */
>
> Why is there an «if (TRUE)» there? Should that condition be exposed a
> command-line
>From subversion/svn/info-cmd.c:
246 cl_layout_list(apr_array_header_t *targets,
⋮
272if (TRUE)
273 {
274/* svn-viewspec.py format */
275llb.vs_py_format = 2;
276
277SVN_ERR(svn_client_layout_list(list_abspath,
278
3 matches
Mail list logo