[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Shelving / Checkpointing thoughts

From: Paul Hammant <paul_at_hammant.org>
Date: Sun, 3 Sep 2017 19:01:34 -0400

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
Received on 2017-09-04 01:01:44 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.