Skip to content

Commit

Permalink
bug #6326 Missing svn:ignore (f-plante)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.0 branch.

Discussion
----------

Missing svn:ignore

The var/sessions directory content should be ignored too

Commits
-------

1a6e4c5 Missing svn:ignore
  • Loading branch information
wouterj committed Mar 5, 2016
2 parents 581f46c + 1a6e4c5 commit fb4c526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookbook/workflow/new_project_svn.rst
Expand Up @@ -82,6 +82,7 @@ with these steps:
$ svn propset svn:ignore "parameters.yml" app/config/
$ svn propset svn:ignore "*" var/cache/
$ svn propset svn:ignore "*" var/logs/
$ svn propset svn:ignore "*" var/sessions/
$ svn propset svn:ignore "bundles" web
Expand Down

0 comments on commit fb4c526

Please sign in to comment.