Re: API review: "repository relative URL" or "relative repository URL"

2013-03-20 Thread C. Michael Pilato
On 03/20/2013 11:11 AM, Julian Foad wrote: >> '^' symbol already states that this URL is repository relative. > > No. The "URL:" prefix is already used for the full URL, and we want > unique prefixes because the 'svn info' output is (I believe) commonly > parsed by scripts that do things like 'sv

Re: API review: "repository relative URL" or "relative repository URL"

2013-03-20 Thread Julian Foad
Ivan Zhakov wrote: > On Wed, Mar 20, 2013 at 5:43 PM, C. Michael Pilato wrote: >> Related follow-up:  should we change the output of 'svn info' so > that >> instead of: >> >>     Relative URL: ^/trunk/en/README >> >> it prints: >> >>     Repository-Relative URL: ^/trunk/en/README >> >> Or

Re: API review: "repository relative URL" or "relative repository URL"

2013-03-20 Thread Ivan Zhakov
On Wed, Mar 20, 2013 at 5:43 PM, C. Michael Pilato wrote: > On 03/20/2013 08:21 AM, C. Michael Pilato wrote: >> On 03/20/2013 12:23 AM, Branko Čibej wrote: >>> On 19.03.2013 21:38, Julian Foad wrote: C. Michael Pilato wrote: > svn_path.h added two new APIs since 1.7.x, > svn_pat

Re: API review: "repository relative URL" or "relative repository URL"

2013-03-20 Thread C. Michael Pilato
On 03/20/2013 08:21 AM, C. Michael Pilato wrote: > On 03/20/2013 12:23 AM, Branko Čibej wrote: >> On 19.03.2013 21:38, Julian Foad wrote: >>> C. Michael Pilato wrote: >>> svn_path.h added two new APIs since 1.7.x, svn_path_is_repos_relative_url() and svn_path_resolve_repos_relative_url().

Re: API review: "repository relative URL" or "relative repository URL"

2013-03-20 Thread C. Michael Pilato
On 03/20/2013 12:23 AM, Branko Čibej wrote: > On 19.03.2013 21:38, Julian Foad wrote: >> C. Michael Pilato wrote: >> >>> svn_path.h added two new APIs since 1.7.x, svn_path_is_repos_relative_url() >>> and svn_path_resolve_repos_relative_url(). These functions have in common >>> this nomenclature o

Re: API review: "repository relative URL" or "relative repository URL"

2013-03-19 Thread Branko Čibej
On 19.03.2013 21:38, Julian Foad wrote: > C. Michael Pilato wrote: > >> svn_path.h added two new APIs since 1.7.x, svn_path_is_repos_relative_url() >> and svn_path_resolve_repos_relative_url(). These functions have in common >> this nomenclature of a "repository relative URL". But elsewhere, I se

Re: API review: "repository relative URL" or "relative repository URL"

2013-03-19 Thread Julian Foad
C. Michael Pilato wrote: > svn_path.h added two new APIs since 1.7.x, svn_path_is_repos_relative_url() > and svn_path_resolve_repos_relative_url().  These functions have in common > this nomenclature of a "repository relative URL".  But elsewhere, I see > references to a "relative repository URL".

API review: "repository relative URL" or "relative repository URL"

2013-03-19 Thread C. Michael Pilato
svn_path.h added two new APIs since 1.7.x, svn_path_is_repos_relative_url() and svn_path_resolve_repos_relative_url(). These functions have in common this nomenclature of a "repository relative URL". But elsewhere, I see references to a "relative repository URL". Do we have a preferred syntax fo