On 11/26/08, Stéphane Magnenat <[EMAIL PROTECTED]> wrote: > If I understand correctly, the following has been done since the wrongly > added > binary files : > 1. move of correct sources files > 2. minor changes in source files > > Could we handle 1. by making a script that tracks files move or redo the > file > move by hand? Can we handle 2. with a simple diff and then patch in a clean > repository?
Those changes probably aren't disjunct. Therefore we can't reconstruct the movements by comparing the files. I think we do have splits also, because there were about 5% more files added than deleted. Case 2 is easy indeed. Copying the files works just as well diff and patch. -- Kai Antweiler _______________________________________________ glob2-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/glob2-devel
