Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6b6ac3d

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 parentae53c89 commit6b6ac3d

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 Standard2.X.Y"
95+
$ svn ci -m"add basic Symfony Standard3.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)

[8]ページ先頭

©2009-2025 Movatter.jp