Skip to content

Commit 64b24e7

Browse files
committed
move the git tip earlier in the doc where bin/vendors is first used
1 parent bd634bc commit 64b24e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cookbook/workflow/new_project_svn.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ To get started, you'll need to download Symfony2 and get the basic Subversion se
110110
111111
$ php bin/vendors install
112112
113+
.. tip::
114+
115+
`git`_ has to be installed to run ``bin/vendors``, this is the protocol
116+
used to fetch vendor libraries.
117+
113118
At this point, you have a fully-functional Symfony2 project, followed in your
114119
Subversion repository. The development can start with commits in the Subversion
115120
repository.
@@ -134,11 +139,6 @@ script. This script reads from the ``deps`` file, and downloads the given
134139
libraries into the ``vendor/`` directory. It also reads ``deps.lock`` file,
135140
pinning each library listed there to the exact git commit hash.
136141

137-
.. tip::
138-
139-
`git`_ has to be installed to run ``bin/vendors``, this is the protocol
140-
used to fetch vendor libraries.
141-
142142
In this setup, the vendors libraries aren't part of your repository,
143143
not even as submodules. Instead, we rely on the ``deps`` and ``deps.lock``
144144
files and the ``bin/vendors`` script to manage everything. Those files are

0 commit comments

Comments
 (0)