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

svncutter - Not planning to let the perfect be the enemy of the good

From: Eric S. Raymond <esr_at_thyrsus.com>
Date: Thu, 8 Oct 2009 13:56:47 -0400

Learning that svndumptool.py exists has confused my plans for
svncutter somewhat. My program does two things svndumptool.py doesn't,
"squash" and "setlog". The setlog function is pretty trivial, but getting
squash right is rather tricky. On the other hand, svndumptool.py is a much
more general tool with dozens of interesting capabilities mine
doesn't have.

In an ideal world, the code for squash and setlog would merge into
svndumptool.py (and svndumptool.py would become part of contrib/). Alas,
the svndumptool.py guy is not responding to email.

On the one hand, I don't want to put a lot more effort into svncutter
unless I know the merge isn't going to happen. I've suspended my plans
to write unit tests and the directory-lifting function that svndumptool.py
apparently duplicates. On the other hand, svncutter is a significant
improvement over svnsquash, and I'd prefer people actually got to use
it rather than having it gather dust on my hard drive.

Accordingly, I'm enclosing it to replace svnsquash in contrib/. I'll
continue trying to reach out and open a collaboration with the
svndumptool.py maintainer.

-- 
		Eric S. Raymond

Received on 2009-10-08 19:59:42 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.