Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 461010

Summary: Stabilize dev-util/open-vcdiff-0.8.3
Product: Gentoo Linux Reporter: Mike Gilbert <floppym>
Component: [OLD] Keywording and StabilizationAssignee: Mike Gilbert <floppym>
Status: RESOLVED CANTFIX    
Severity: enhancement Keywords: STABLEREQ
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mike Gilbert gentoo-dev 2013-03-09 19:40:21 UTC
Please stabilize.

=dev-util/open-vcdiff-0.8.3

Here's a quick run time test if you feel like it:

1. Find any two similar files (file1 and file2).

2. Compute their difference into file3:
vcdiff encode -dictionary file1 -target file2 -delta file3

3. Generate file4 using file1 and file3:
vcdiff decode -dictionary file1 -target file4 -delta file3

4. Compare the sha1sum of file2 and file4; should be identical.
Comment 1 Mike Gilbert gentoo-dev 2013-03-09 21:11:49 UTC
Never mind on this; I'm running into problems with large files.