You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "C. Michael Pilato" <cm...@collab.net> on 2012/11/30 15:19:32 UTC

Re: svn commit: r1415365 - in /subversion/trunk/subversion: svn/info-cmd.c tests/cmdline/info_tests.py

On 11/29/2012 07:37 PM, Daniel Shahaf wrote:
> cmpilato@apache.org wrote on Thu, Nov 29, 2012 at 20:44:48 -0000:
>> Author: cmpilato
>> Date: Thu Nov 29 20:44:47 2012
>> New Revision: 1415365
>>
>> URL: http://svn.apache.org/viewvc?rev=1415365&view=rev
>> Log:
>> Show the ^/foo/bar repository relative URL of the item in 'svn info'
>> output.
>>
>> * subversion/svn/info-cmd.c
>>   (print_info): Print a new line of information, "Relative URL:",
>>     carrying the so-called "caret syntax" of the repository relative URL.
>>   (print_info_xml): Print "<relative-url>..</relative-url>" in the XML
>>     display to carry the repository relative URL.
> 
> Update subversion/svn/schema/ ?

Will do.  (I always forget we have that tree.)

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Enterprise Cloud Development


Re: svn commit: r1415365 - in /subversion/trunk/subversion: svn/info-cmd.c tests/cmdline/info_tests.py

Posted by "C. Michael Pilato" <cm...@collab.net>.
On 11/30/2012 09:19 AM, C. Michael Pilato wrote:
> On 11/29/2012 07:37 PM, Daniel Shahaf wrote:
>> cmpilato@apache.org wrote on Thu, Nov 29, 2012 at 20:44:48 -0000:
>>> Author: cmpilato
>>> Date: Thu Nov 29 20:44:47 2012
>>> New Revision: 1415365
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1415365&view=rev
>>> Log:
>>> Show the ^/foo/bar repository relative URL of the item in 'svn info'
>>> output.
>>>
>>> * subversion/svn/info-cmd.c
>>>   (print_info): Print a new line of information, "Relative URL:",
>>>     carrying the so-called "caret syntax" of the repository relative URL.
>>>   (print_info_xml): Print "<relative-url>..</relative-url>" in the XML
>>>     display to carry the repository relative URL.
>>
>> Update subversion/svn/schema/ ?
> 
> Will do.  (I always forget we have that tree.)
> 

r1415654, though I'm not confident that "string" is the best element type to
use.  "xsd:anyURI" seemed not quite right, too.  Is there a way in this
language to explicitly call out the equivalent of:

  "^/" [ RELATIVE-URI ]

?

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Enterprise Cloud Development


Re: svn commit: r1415365 - in /subversion/trunk/subversion: svn/info-cmd.c tests/cmdline/info_tests.py

Posted by "C. Michael Pilato" <cm...@collab.net>.
On 11/30/2012 09:19 AM, C. Michael Pilato wrote:
> On 11/29/2012 07:37 PM, Daniel Shahaf wrote:
>> cmpilato@apache.org wrote on Thu, Nov 29, 2012 at 20:44:48 -0000:
>>> Author: cmpilato
>>> Date: Thu Nov 29 20:44:47 2012
>>> New Revision: 1415365
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1415365&view=rev
>>> Log:
>>> Show the ^/foo/bar repository relative URL of the item in 'svn info'
>>> output.
>>>
>>> * subversion/svn/info-cmd.c
>>>   (print_info): Print a new line of information, "Relative URL:",
>>>     carrying the so-called "caret syntax" of the repository relative URL.
>>>   (print_info_xml): Print "<relative-url>..</relative-url>" in the XML
>>>     display to carry the repository relative URL.
>>
>> Update subversion/svn/schema/ ?
> 
> Will do.  (I always forget we have that tree.)
> 

r1415654, though I'm not confident that "string" is the best element type to
use.  "xsd:anyURI" seemed not quite right, too.  Is there a way in this
language to explicitly call out the equivalent of:

  "^/" [ RELATIVE-URI ]

?

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Enterprise Cloud Development