Question about the diff algorithm...
From: Hadmut Danisch <hadmut_at_danisch.de>
Date: 2006-08-26 11:03:49 CEST
Hi,
just a question about the diff algorithm:
When I do this with a new repository:
% date >test
% svn add test
% svn commit -m ""
% xxd some_large_file >>test
% ls -lF test
% svn commit -m ""
% date >> test
% svn commit -m ""
% date >> test
% svn commit -m ""
Then I have changed the file test only by adding one single line at
But then db/revs of the repository looks like that:
-rw-r----- 1 hadmut users 115 2006-08-26 10:52 0
Although the large amount of data was added only once, and revisions 2
The difference between revisions 3 and 4 is similar to that between 2
Why is the revision file 3 big and the revision file 4 small? In both
date >> test
regards
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.