[Numpy-discussion] Github migration?

Pauli Virtanen pav at iki.fi
Mon Aug 23 17:36:22 EDT 2010


Mon, 23 Aug 2010 23:31:14 +0200, Stéfan van der Walt wrote:
[clip]
> Erk.  What's the quickest route to go: compare the actual patches, or
> bring a tree up to date for each revision and compute some sort of
> working-copy checksum?

Working-copy checksumming is probably the easiest and most robust route.

svn-all-fast-export adds revision numbers to the commit log messages, so 
the results should be fairly simple to check. (So the check must be done 
before these revision numbers are stripped, or in "numpy.save".)

	Pauli




More information about the NumPy-Discussion mailing list