1
+ USING TYPO3 FROM SUBVERSION REPOSITORY
2
+ =======================================
3
+
1
4
About global extensions:
2
5
Starting with version 4.0 of TYPO3 the directory typo3/ext/ is considered
3
6
locally composed and maintained. This means you can put a custom
4
7
collection of extensions here which you will have to maintain
5
8
independently of TYPO3core. Some of the old global extensions have been
6
9
moved to be system extensions for your convenience.
7
10
8
- Notice that individual extensions might infact have their own CVS/SVN
11
+ Notice that individual extensions might in fact have their own CVS/SVN
9
12
project somewhere, like on SourceForge.net, project "TYPO3 Extension
10
13
Development Platform" (typo3xdev).
11
14
@@ -17,7 +20,7 @@ Important post-checklist:
17
20
required tables" in "Database Analysis" section. You might dump the
18
21
static tables as well, but less likely to be important
19
22
- "Clear temp_CACHED" files from "typo3conf/" of your sites
20
- - "Clear All Cache"
23
+ - "Clear FE Cache"
21
24
- Using PHP-accelerator or other PHP cache? If you fatal PHP-errors,
22
25
always remove the cached files (eg. "/tmp/phpa_*"), restart Apache and
23
26
try again.
@@ -26,10 +29,14 @@ Important post-checklist:
26
29
help you to maintain multiple TYPO3 installations when updating)
27
30
28
31
Committing changes to the core:
29
- This is only allowed for members of the core team (http://typo3.org/teams/core/) who is also having
30
- "developer" status on SourceForge (http://sourceforge.net/project/memberlist.php?group_id=20391) .
32
+ This is only allowed for members of the core team [1] who are also having
33
+ "developer" status on SourceForge [2] .
31
34
32
35
There is defined a set of rules and conditions under which to commit to
33
- the core SVN. These are found in "misc/core_svn_rules.txt
36
+ the core SVN. These are found in "misc/core_svn_rules.txt".
37
+
38
+ For more questions, please refer to [3].
34
39
35
- - kasper
40
+ [1] http://typo3.org/teams/core/
41
+ [2] http://sourceforge.net/project/memberlist.php?group_id=20391
42
+ [3] http://typo3.org/teams/core/contact/
0 commit comments