1.6: Changed svn proplist output

Fabian Cenedese Cenedese at indel.ch
Thu May 14 03:40:17 CDT 2009


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

Thanks

bye  Fabi





More information about the svnbook-dev mailing list