On 15. 6. 2026 18:44, Nathan Hartman wrote: [...]
It sounds like 'svn info' provides most of what you want, except the file size. Now wait a minute, that's funny. 'svn info' takes a '-H' (--human-readable) switch. But it doesn't show file sizes. Am I confused?
$ svn info BUGS Path: BUGS Name: BUGS Working Copy Root Path: .../trunk URL:https://svn.apache.org/repos/asf/subversion/trunk/BUGS Relative URL: ^/subversion/trunk/BUGS Repository Root:https://svn.apache.org/repos/asf Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 1935107 Node Kind: file Schedule: normal Last Changed Author: hartmannathan Last Changed Rev: 1903577 Last Changed Date: 2022-08-19 18:31:35 +0200 (Fri, 19 Aug 2022) Text Last Updated: 2026-05-09 17:43:47 +0200 (Sat, 09 May 2026) Checksum: 55a6cf866a037d12977b37ac660b2092dc635190 but: $ svn info ^/subversion/trunk/BUGS Path: BUGS Name: BUGS URL:https://svn.apache.org/repos/asf/subversion/trunk/BUGS Relative URL: ^/subversion/trunk/BUGS Repository Root:https://svn.apache.org/repos/asf Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 1935365 Node Kind: file Size in Repository: 95 Last Changed Author: hartmannathan Last Changed Rev: 1903577 Last Changed Date: 2022-08-19 18:31:35 +0200 (Fri, 19 Aug 2022) You want consistency? That's perfectly consistent. :) -- Brane

