i'm researching information regarding subversions internal data structure for a term paper. I already found http://svn.apache.org/repos/asf/subversion/trunk/subversion/libsvn_fs_fs/structure but can't find some other information.
In a new Repository i commited a simple Textfile containing a few test lines.
DELTA
SVN▒▒ ▒▒▒Dies ist die erste Datei im SVN-Repository. Ebenfalls ist dies die erste Zeile der Ersten Datei.
Dies ist die zweite Zeile der ersten Datei.
//leerzeile
Diese Zeile wird in der nächsten Revision gelöscht werden.
//leerzeile
Dies ist die letzte Zeile der Datei.
ENDREP
id: 0-1.0.r1/293
type: file
count: 0
text: 1 0 280 263 f76e56eefcb558ac6682682c05c16eb8 785a12924cf4a78d97cb10ba9903086bf3683d2d 0-0/_2
cpath: /Erste Datei.txt
copyroot: 0 /
PLAIN
K 15
Erste Datei.txt
V 17
file 0-1.0.r1/293
END
ENDREP
id: 0.0.r1/529
type: dir
pred: 0.0.r0/17
count: 1
text: 1 468 48 48 6d3f404edb0eca280b1f748b565436c9
cpath: /
copyroot: 0 /
_0.0.t0-0 add-file true false /Erste Datei.txt
529 654
The first block (beginning with DELTA ending with an empty line) is explained in the structure file, but the part below it is not.
Is anyone here able to explain it to me? Of course i see that the Line after "K 15" is the filename and the line after "V17" is what is described in the Delta above, but where is that information used?
Thanks for your help already