Re: 'svn info --viewspec' has an if (TRUE)

2018-09-18 Thread Daniel Shahaf
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)

Re: 'svn info --viewspec' has an if (TRUE)

2018-09-17 Thread Julian Foad
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

'svn info --viewspec' has an if (TRUE)

2018-09-17 Thread Daniel Shahaf
>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