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 is that just obnoxious? >> > Probably we can just print: > [[ > URL: ^/trunk/en/README > ]] > > '^' 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 'svn info | grep "^URL:"'. - Julian