1.6: Changed svn proplist output

Julian Foad julianfoad at btopenworld.com
Tue May 26 17:13:07 CDT 2009


On Thu, 2009-05-14 at 10:40 +0200, Fabian Cenedese wrote:
> Hi
> 
> The documentation on this link shows the old output of svn proplist
> http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.proplist.html
> 
> $ svn proplist --verbose foo.c
> Properties on 'foo.c':
>   svn:mime-type : text/plain
>   svn:keywords : Author Date Rev
>   owner : sally
> 
> However from svn 1.6 on the output is on separate lines
> 
> >svn proplist --verbose revision_test.cpp
> Properties on 'revision_test.cpp':
>   svn:keywords
>     Date Author Revision

Thank you for pointing this out.

In r3527 I've updated all the examples that show this output.

- Julian






More information about the svnbook-dev mailing list