Skip to content

Commit 6b6ac3d

Browse files
committed
Fix symfony version and initial add
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".
1 parent ae53c89 commit 6b6ac3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/workflow/new_project_svn.rst

+2-2
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)