Johan Corveleyn wrote on Mon, Nov 19, 2012 at 09:43:30 +0100: > (on a related note, I currently have a patch sitting here for adding > --diff-cmd to 'svnlook diff', but those changes are local to the
I wonder what's the minimal change we could make to the cmdline client such that it can operate on transactions (and thus void the need to reimplement every svn proplist/diff/cat/info switch in svnlook). (Read-only, at least initially.) Is this something Julian's tree-read-api branch would address? Maybe we need to implement svn_ra_local_txn (like ra_local, but with HEAD being a transaction instead of a revision)? Other ideas?