Blame Manuals/Repository/Docbook/Introduction/Repoconvs/layout.docbook

054a7b
<sect1 id="intro-repoconvs-layout">
054a7b
5730da
    <title>The Repository Layout</title>
054a7b
054a7b
    <para>
3abc34
        &TCAR; is supported by 
3abc34
        url="http://subversion.tigris.org/">Subversion</ulink>, a
3abc34
        version control system which allows you to keep old versions
3abc34
        of files and directories (usually source code), keep a log of
3abc34
        who, when, and why changes occurred, etc., like CVS, RCS or
3abc34
        SCCS.
3abc34
    </para>
3abc34
3abc34
    <para>
3abc34
        When using Subversion there is one <quote>source
3abc34
        repository</quote> and many <quote>working copies</quote> of
3abc34
        that source repository. The working copies are independent one
3abc34
        another, can be distributed all around the world and provide a
3abc34
        local place for designers, documentors, translators and
3abc34
        programmers to perform their work in a descentralized way.
3abc34
        The source repository, on the other hand, provides a central
3abc34
        place for all independent working copies to interchange data
3abc34
        and provides the information required to permit extracting
3abc34
        previous versions of files at any time.
3abc34
    </para>
3abc34
3abc34
    <para>
054a7b
        &TCAR; is organized through a convenctional
054a7b
        <quote>trunk</quote>, <quote>branches</quote> and
054a7b
        <quote>tags</quote> layout.
054a7b
    </para>
054a7b
        
054a7b
</sect1>