From 6b6ac3dad2e2c97bdb768dbe8b8fbcff7aaaf42d Mon Sep 17 00:00:00 2001 From: Nuno Pereira Date: Mon, 28 Dec 2015 13:10:48 +0000 Subject: [PATCH] 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". --- cookbook/workflow/new_project_svn.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/workflow/new_project_svn.rst b/cookbook/workflow/new_project_svn.rst index 7cec932445d..657ad803bfb 100644 --- a/cookbook/workflow/new_project_svn.rst +++ b/cookbook/workflow/new_project_svn.rst @@ -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/ @@ -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