Skip to content

Commit e901fbc

Browse files
committed
bug #6081 [cookbook New project] Fix symfony version and initial add (bigs21)
This PR was merged into the 3.0 branch. Discussion ---------- [cookbook New project] Fix symfony version and initial add | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 3.0 | Fixed tickets | Also add var dir, so that var/cache and var/logs can be added too. Commit "add basic Symfony Standard 3.X.Y" instead of "add basic Symfony Standard 2.X.Y". Commits ------- 6b6ac3d Fix symfony version and initial add
2 parents f42057a + 6b6ac3d commit e901fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/workflow/new_project_svn.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ with these steps:
7575
.. code-block:: bash
7676
7777
$ cd myproject/
78-
$ svn add --depth=empty app var/cache var/logs app/config web
78+
$ svn add --depth=empty app var var/cache var/logs app/config web
7979
8080
$ svn propset svn:ignore "vendor" .
8181
$ svn propset svn:ignore "bootstrap*" var/
@@ -92,7 +92,7 @@ with these steps:
9292
.. code-block:: bash
9393
9494
$ svn add --force .
95-
$ svn ci -m "add basic Symfony Standard 2.X.Y"
95+
$ svn ci -m "add basic Symfony Standard 3.X.Y"
9696
9797
That's it! Since the ``app/config/parameters.yml`` file is ignored, you can
9898
store machine-specific settings like database passwords here without committing

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy