diff --git a/Manuals/TCAR-UG/Docbook/Repository/Layout.docbook b/Manuals/TCAR-UG/Docbook/Repository/Layout.docbook index e1f73fb..96ac1db 100644 --- a/Manuals/TCAR-UG/Docbook/Repository/Layout.docbook +++ b/Manuals/TCAR-UG/Docbook/Repository/Layout.docbook @@ -1,59 +1,6 @@ - + - Layout - - - &TCAR; is supported by Subversion, a - version control system which allows you to keep old versions - of files and directories (usually source code), keep a log of - who, when, and why changes occurred, etc., like CVS, RCS or - SCCS. - - - - When using Subversion there is one source - repository and many working copies of - that source repository. The working copies are independent one - another, can be distributed all around the world and provide a - local place for designers, documentors, translators and - programmers to perform their work in a descentralized way. - The source repository, on the other hand, provides a central - place for all independent working copies to interchange data - and provides the information required to permit extracting - previous versions of files at any time. - - - - The first level of directories in the repository provides - organization through a convenctional trunk, - branches and tags layout. In - this configuration the trunk directory is where main - changes take place, the tags directory is where frozen - copies of trunk changes - are placed in for releasing, and the branches directory is an - intermediate place between trunk and tags states where changes take - place before being merged into trunk and finally released into - tags. - - - - The second level of directories in the repository provides - organization for each work line described in . - - - - All other subsequent levels of directories in the repository, - from third level on, are created to organize specific concepts - related to the work line they are in. - + Repository Convenctions &repo-layout-filenames; &repo-layout-relbdirs; diff --git a/Manuals/TCAR-UG/Docbook/Repository/Layout/layout.docbook b/Manuals/TCAR-UG/Docbook/Repository/Layout/layout.docbook new file mode 100644 index 0000000..33808e5 --- /dev/null +++ b/Manuals/TCAR-UG/Docbook/Repository/Layout/layout.docbook @@ -0,0 +1,34 @@ + + + Directories Layout + + + The first level of directories in the repository provides + organization through a convenctional trunk, + branches and tags layout. In + this configuration the trunk directory is where main + changes take place, the tags directory is where frozen + copies of trunk changes + are placed in for releasing, and the branches directory is an + intermediate place between trunk and tags states where changes take + place before being merged into trunk and finally released into + tags. + + + + The second level of directories in the repository provides + organization for each work line described in . + + + + All other subsequent levels of directories in the repository, + from third level on, are created to organize specific concepts + related to the work line they are in. +