10 Oct
2006
10 Oct
'06
9:49 p.m.
On Oct 10, 2006, at 2:04 PM, Blair Zajac wrote:
I haven't tried epochs, but will (epoch=1, name=subversion, version=1.4.1, revision=21872) be greater than (epoch=0, name=subversion, version=1.4.0, revision=0)? Here 21872 is the HEAD revision for Subversion's repository. Does epoch trump version and revision numbers.
Yes, epoch is the most significant thing. It will win over version and revision. epoch defaults to 0 if it's not present, which is why I suggested that you might want to use a negative epoch for your internal use. James.