Author: hal Date: 2010-02-04 11:48:53 +0100 (Thu, 04 Feb 2010) New Revision: 27554
Modified: doc/branches/1.4/getting-started/de/03-Symfony-Installation.markdown doc/branches/1.4/getting-started/en/03-Symfony-Installation.markdown doc/branches/1.4/getting-started/fr/03-Symfony-Installation.markdown doc/branches/1.4/getting-started/it/03-Symfony-Installation.markdown doc/branches/1.4/getting-started/pl/03-Symfony-Installation.markdown Log: [doc]][1.4] Corrected svn checkout command. Fixes #8090 Modified: doc/branches/1.4/getting-started/de/03-Symfony-Installation.markdown =================================================================== --- doc/branches/1.4/getting-started/de/03-Symfony-Installation.markdown 2010-02-04 10:24:02 UTC (rev 27553) +++ doc/branches/1.4/getting-started/de/03-Symfony-Installation.markdown 2010-02-04 10:48:53 UTC (rev 27554) @@ -99,7 +99,7 @@ Wenn Sie eher vorsichtig eingestellt sind, knüpfen Sie Ihr Projekt an eine bestimmte Release (ein Subversion-Tag): - symfony http://svn.symfony-project.com/tags/RELEASE_1_4_0 + svn checkout http://svn.symfony-project.com/tags/RELEASE_1_4_0 Immer dann, wenn eine neue Release erscheint (angekündigt im symfony [Blog](http://www.symfony-project.org/blog/), müssen Sie die URL auf die neue @@ -108,7 +108,7 @@ Wollen Sie den Weg an der vordersten Front gehen, dann verwenden Sie den 1.4-Branch: - symfony http://svn.symfony-project.com/branches/1.4/ + svn checkout http://svn.symfony-project.com/branches/1.4/ Durch die Verwendung des Branch profitiert Ihr Projekt automatisch von den Bugfixes, sobald Sie ein `svn update` starten. Modified: doc/branches/1.4/getting-started/en/03-Symfony-Installation.markdown =================================================================== --- doc/branches/1.4/getting-started/en/03-Symfony-Installation.markdown 2010-02-04 10:24:02 UTC (rev 27553) +++ doc/branches/1.4/getting-started/en/03-Symfony-Installation.markdown 2010-02-04 10:48:53 UTC (rev 27554) @@ -94,7 +94,7 @@ If you are conservative, tie your project to a specific release (a subversion tag): - symfony http://svn.symfony-project.com/tags/RELEASE_1_4_0 + svn checkout http://svn.symfony-project.com/tags/RELEASE_1_4_0 Whenever a new release comes out (as announced on the symfony [blog](http://www.symfony-project.org/blog/)), you will need to change the URL @@ -102,7 +102,7 @@ If you want to go the bleeding-edge route, use the 1.4 branch: - symfony http://svn.symfony-project.com/branches/1.4/ + svn checkout http://svn.symfony-project.com/branches/1.4/ Using the branch makes your project benefits from the bug fixes automatically whenever you run a `svn update`. Modified: doc/branches/1.4/getting-started/fr/03-Symfony-Installation.markdown =================================================================== --- doc/branches/1.4/getting-started/fr/03-Symfony-Installation.markdown 2010-02-04 10:24:02 UTC (rev 27553) +++ doc/branches/1.4/getting-started/fr/03-Symfony-Installation.markdown 2010-02-04 10:48:53 UTC (rev 27554) @@ -94,7 +94,7 @@ Si vous êtes conservateur, liez votre projet à une version release (un tag de subversion) : - symfony http://svn.symfony-project.com/tags/RELEASE_1_4_0 + svn checkout http://svn.symfony-project.com/tags/RELEASE_1_4_0 Chaque fois qu'une nouvelle version sort (comme annoncé sur le [blog](http://www.symfony-project.org/blog/) de Symfony), vous devrez modifier l'URL @@ -102,7 +102,7 @@ Si vous voulez aller sur la route de l'avant-garde, utilisez la branche 1.4 : - symfony http://svn.symfony-project.com/branches/1.4/ + svn checkout http://svn.symfony-project.com/branches/1.4/ Grâce à l'utilisation de cette branche, votre projet bénéficie des corrections de bogues automatiquement chaque fois que vous exécutez `svn update`. Modified: doc/branches/1.4/getting-started/it/03-Symfony-Installation.markdown =================================================================== --- doc/branches/1.4/getting-started/it/03-Symfony-Installation.markdown 2010-02-04 10:24:02 UTC (rev 27553) +++ doc/branches/1.4/getting-started/it/03-Symfony-Installation.markdown 2010-02-04 10:48:53 UTC (rev 27554) @@ -96,7 +96,7 @@ Per un approccio conservativo, legare il progetto ad un rilascio specifico (un tag di Subversion): - symfony http://svn.symfony-project.com/tags/RELEASE_1_4_0 + svn checkout http://svn.symfony-project.com/tags/RELEASE_1_4_0 Ogni volta che esce un nuovo rilascio (come annunciato sul [blog](http://www.symfony-project.org/blog/) di symfony), occorrerà @@ -104,7 +104,7 @@ Se si preferisce la strada dell'aggiornamento continuo, usare il ramo 1.4: - symfony http://svn.symfony-project.com/branches/1.4/ + svn checkout http://svn.symfony-project.com/branches/1.4/ L'uso del ramo apporta ai progetti i benefici dei bug risolti ogni volta che si esegue il comando `svn update`. Modified: doc/branches/1.4/getting-started/pl/03-Symfony-Installation.markdown =================================================================== --- doc/branches/1.4/getting-started/pl/03-Symfony-Installation.markdown 2010-02-04 10:24:02 UTC (rev 27553) +++ doc/branches/1.4/getting-started/pl/03-Symfony-Installation.markdown 2010-02-04 10:48:53 UTC (rev 27554) @@ -96,7 +96,7 @@ Jeśli jesteś tradycjonallistą, możesz również ograniczyć się do ściśle określonego wydania (subversion tag): - symfony http://svn.symfony-project.com/tags/RELEASE_1_4_0 + svn checkout http://svn.symfony-project.com/tags/RELEASE_1_4_0 Za każdym razem, gdy zostanie wydana nowa wersja (dowiesz się o tym na oficjalnym [blogu](http://www.symfony-project.org/blog/)), wtedy będziesz musiał/a zmienić adres URL @@ -104,7 +104,7 @@ Jeśli chcesz zaufać naszym aktualizacjion, skorzystać z branchy 1.4: - symfony http://svn.symfony-project.com/branches/1.4/ + svn checkout http://svn.symfony-project.com/branches/1.4/ Korzystając z branchy, ustrzeżesz projekt od odkrytych błędów dzięki automatycznej aktualizacji, za każdym razem gdy wywołasz `svn update`. -- You received this message because you are subscribed to the Google Groups "symfony SVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-svn?hl=en.
