Share

zipdiff

Code

Programming Languages: Java

License: Apache License V2.0

Repositories

browse code, statistics cvs -d:pserver:anonymous@zipdiff.cvs.sourceforge.net:/cvsroot/zipdiff login

cvs -z3 -d:pserver:anonymous@zipdiff.cvs.sourceforge.net:/cvsroot/zipdiff co -P modulename

Show:

What's happening?

  • [Patch] [Feature] Sort the output by alphabet

    The attached patch uses TreeMaps instead of HashMaps so that the maps are sorted alphabetically by filename.

    2009-11-17 17:53:38 UTC by nhnb

  • [Patch][Feature] Use ! as zip files separator

    This patch changes the separator between a .zip file and its contents to the !-bang that is uses in the jar-url protocol. This makes it a lot easier to display nested zip files in a nice way.

    2009-11-17 17:51:10 UTC by nhnb

  • [Patch] [Feature] skip prefix directory

    zipdiff works perfectly when the two zip files have the exact same path tree. If you compare different version of software distributions, however, it is very likely that the root folder contains the version name or date. The attached patch adds the options --skipprefixes1 and --skipprefixes2 which allows the user to sets the number of leading directories to ignore. This works similar to -p on...

    2009-11-09 16:08:16 UTC by nhnb

  • [Patch] [Bug] DifferenceCalculatorTest failes tempfolder

    DifferenceCalculatorTest fails to get the temporary folder right because of a wrongly nested call to System.getProperty Please see attached patch.

    2009-11-09 15:49:23 UTC by nobody

Our Numbers