As Mark already told you, Subversion's repository does not use a relational
database. There are two backend data stores for the repository, one
implemented using Berkeley DB (which is a simple name->value mapping
database) and one implemented in custom logic. You might be able to derive
some meaningful information from the "structure" file associated with that
BDB-based backend:
http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_fs_base/notes/structure?revision=28979&view=markup
But if you're goal is to write an article about databases, I think
Subversion is just going to prove to be a poor choice of a topic.
Francisco Rodrigues Santos wrote:
> Hi people,
>
>
>
> Where can I get a diagram of the database Or the fields that the
> repository stores (date of the commit, author, number of the review
> ...)? I must write an article on database and wanted to write about the
> repositories of codes, which in this case would be the SVN.
>
> You could help me?
>
> Thank you.
>
> Francisco Rodrigues Santos
>
>
>
>
>
> *De:* Mark Phippard [mailto:mphippard_at_collab.net]
> *Enviada em:* terça-feira, 1 de abril de 2008 10:50
> *Para:* Francisco Rodrigues Santos
> *Assunto:* Re: diagram of the database (SVN)
>
>
>
> You would be better off mailing dev_at_subversion.tigris.org.
>
> That being said, the SVN Repository is not a relational database and I
> do not believe it can be expressed as a diagram.
>
>
> On 3/30/08 3:31 PM, "Francisco Rodrigues Santos"
> <chicowebmail_at_yahoo.com.br> wrote:
>
> Hi Mark,
>
> Where can I get a diagram of the database? I must write an article on
> database and wanted to write about the repositories of codes, which in
> this case would be the SVN.
>
> You could help me?
>
> Thank you.
>
> Francisco Rodrigues Santos
> /Mestrando em Sistemas e Computação - UNIFACS
> Bacharel em Sistema de Informações/
> ---------------------------------------------------------
> E-mail: chicowebmail_at_yahoo.com.br <mailto:chicowebmail_at_yahoo.com.br>
> MSN: frchico_at_hotmail.com
> Tel. +55 (79) 9924-3703
>
>
>
> __________ Informação do NOD32 IMON 2991 (20080401) __________
>
> Esta mensagem foi verificada pelo NOD32 sistema antivírus
> http://www.eset.com.br
>
--
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet <> www.collab.net <> Distributed Development On Demand
Received on 2008-04-02 15:23:32 CEST