Fully expecting this to have a popularity of -5 on a 0 - 10 scale, I thought I'd share that I'm progressing with a "subversion shelve" tech on GitHub, that uses Git for the Shelve/unshelve (making a single 'bundle' blob) :- https://github.com/paul-hammant/svn-shelve
Pull Requests welcome :) Id thought Python would be easy to work with here, but I keep getting caught out when Py.Test chokes on me changing directories in order to do operations, so I'm wanting some form of try/finally fu for that and maybe also pushd/popd <https://gist.github.com/Tatsh/7131812>. It would be great if Subversion could do the command naming trick of Git. svn-shelve could be handled by the svn command itself, just the same as Git does - I previously created git-slim and git-size <https://paulhammant.com/2016/08/15/introducing-git-size-command-and-visualization/> . Regards, - Paul