Skip to content

Commit

Permalink
bug symfony#6081 [cookbook New project] Fix symfony version and initi…
Browse files Browse the repository at this point in the history
…al 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
  • Loading branch information
wouterj committed Feb 6, 2016
2 parents f42057a + 6b6ac3d commit e901fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/workflow/new_project_svn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ with these steps:
.. code-block:: bash
$ cd myproject/
$ svn add --depth=empty app var/cache var/logs app/config web
$ svn add --depth=empty app var var/cache var/logs app/config web
$ svn propset svn:ignore "vendor" .
$ svn propset svn:ignore "bootstrap*" var/
Expand All @@ -92,7 +92,7 @@ with these steps:
.. code-block:: bash
$ svn add --force .
$ svn ci -m "add basic Symfony Standard 2.X.Y"
$ svn ci -m "add basic Symfony Standard 3.X.Y"
That's it! Since the ``app/config/parameters.yml`` file is ignored, you can
store machine-specific settings like database passwords here without committing
Expand Down

0 comments on commit e901fbc

Please sign in to comment.