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

Commite901fbc

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 parentsf42057a +6b6ac3d commite901fbc

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