Hello everybody, Since few days i am doing my research on SVN. I always read that SVN uses SKIP-Delta to store differences. My SVN is using FSFS file system. But when i analysed the repository for each revision, i saw that delta in current revision is the difference between the current revision and a previous revision. So, in my case, SVN is not using Skip-Deltas, it is using normal deltas. Can anyone explain me a valid reason for that?
Moreover, i am running SVN 1.8.13 in Ubuntu 14.02. Regards, Ruchir Arya