Changes between Version 1 and Version 2 of SVN


Ignore:
Timestamp:
Nov 30, 2006, 9:31:59 PM (17 years ago)
Author:
Frederico Caldeira Knabben
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SVN

    v1 v2  
    11= Development SVN =
    22
    3 The SVN repository used for the development can be found at:[[BR]]
     3The SVN repository used for the development can be found at (browsable):[[BR]]
    44http://tools.assembla.com/svn/fckeditor
    55
    6 The above URL is also browsable.
     6
     7== Repository Structure ==
     8
     9{{{
     10FCKeditor ------+ Every subproject will have a directory in the root.
     11    trunk ------+ This is the development place.
     12    branches ---+ We'll start working with branches after the 2.4.
     13    tags
     14        2.3.2 --+
     15        2.3.1   | A tag will be available for each version release.
     16        2.3     | It contains the development version (trunk) at release time.
     17        1.6.1 --+
     18
     19}}}
     20
     21All subprojects in the repository will present a structure similar to the above.
     22
     23=== The "trunk" ===
     24
     25The trunk is the effective place were will be working everyday. Usually we'll have local working copies of the trunk only (and possibly any branch).
     26
     27Starting from version 2.4, the trunk will always have stable code which we can publish to the public SVN, and eventually release officially. So, only important bugs and small changes will be committed here, while more delicate and extensive developments will be done in a "branch".
     28
     29=== Branches ===
    730
    831[TODO]
    932
    10 During the research for enhancements to the current SVN usage, the following link came out:[[BR]]
     33=== Tags ===
     34
     35[TODO]
     36
     37== Links ==
     38
     39A good (and free) book about SVN. We may buy a copy of it:[[BR]]
    1140http://svnbook.red-bean.com/
    1241
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy