Differences between revisions 3 and 4
Revision 3 as of 2008-09-03 13:49:08
Size: 2152
Editor: 194
Comment:
Revision 4 as of 2008-09-03 13:50:09
Size: 2221
Editor: 194
Comment:
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:

We will use this tree as repository contents in several examples.

This is a tree of files and directories which is used in Subversion python tests. It is called so because of files of this tree which are called after names of different letters of the Greek alphabet. This tree can be represented as follows:

                                         Repository Root
                                            ____|____
                                           /         \
                                          /           \
                                         /             \
                                        A             iota
               _______________________//|\
              /         ______________/ | \_____________
             mu        /                |               \
                      /                 |                \
                     B                  C                 D
               _____/|\_____                _____________/|\
              /      |      \              /              | \
             /       |       \            /              /   \
          lambda     |        F          /              /     \
                     E                gamma            /       \
                    / \                               /         \ 
                   /   \                     ________/           \________
               alpha   beta                 /                             \           
                                           /                               \
                                          /                                 \
                                         G                                   H
                                ________/|\_______                   _______/|\______
                               /         |        \                 /        |       \                       
                              /          |         \               /         |        \
                             /           |          \             /          |         \
                            pi          rho         tau          chi        psi       omega

We will use this tree as repository contents in several examples.

Greek Tree (last edited 2008-09-03 13:50:09 by 194)