DEADSOFTWARE

first public beta
[bbdiff.git] / README
1 BlackBox Diff Utils
2 --------------------
4 Clone of diff and patch utilites from *nix for BlackBox and its binary document format.
5 Command DevDiff.CompareThis compare two files and produce patch in unified diff format.
6 Command DevDiff.PatchThis read patch in unified diff format and apply changes from it.
8 Building
9 --------------------
11 Just compile module DevDiff.
13 Usage
14 --------------------
16 See sources. Documentation not writed yet.
18 Current state
19 --------------------
21 This is NOT final version of module DevDiff. It is NOT well tested, but it works. You are warned!
22 The biggest problem is that Views not compared and always treated as different.
23 While applying patch tested only Views types.
24 Todo list see at the and of sources.