Skip to content

Commit bd634bc

Browse files
committed
add git dependency for bin/vendors
1 parent b95327d commit bd634bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cookbook/workflow/new_project_svn.rst

+5
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ script. This script reads from the ``deps`` file, and downloads the given
134134
libraries into the ``vendor/`` directory. It also reads ``deps.lock`` file,
135135
pinning each library listed there to the exact git commit hash.
136136

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

0 commit comments

Comments
 (0)