[TYPO3-doc] NEW: Now there's a VERSIONSWITCHER button

Martin Bless m.bless at gmx.de
Mon May 6 15:50:31 CEST 2013


Hi François,

now online as well:

>- TSConfig has a 6-0 branch, and latest is 6.1.
>- TypoScript Syntax  has 4-7 and 6-0 branches, and latest is 6.1.
>- I just created 4-5, 4-6 and 4-7 branches for Coding Guidelines, latest 
>is 6.0 (work in progress).


It's not much work anymore. One important thing is that this
universal .htaccess works:

####
RewriteEngine On
RewriteRule ^(([0-9]+)(\.[0-9])*|latest)(.*)$ -  [L]
RewriteRule ^(.*)$ latest/$1
###


And switching to a branch seems easy as well. For example:

  git fetch
  git checkout "6-0"
  git pull


Should be alright to do it like that!?

Martin

-- 
Certified TYPO3 Integrator | TYPO3 Documentation Team Member

http://mbless.de


More information about the TYPO3-project-documentation mailing list