2011-06-03 21:19:27 +00:00
|
|
|
Subversion uses this directory to map in "external" repositories upon which
|
|
|
|
we depend.
|
|
|
|
|
|
|
|
To see the mappings, cd into this directory and then run:
|
|
|
|
svn propget svn:externals .
|
|
|
|
|
|
|
|
To modify the mappings, cd into this directory and run:
|
|
|
|
svn propedit svn:externals .
|
|
|
|
|
|
|
|
See http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html for
|
|
|
|
more info.
|
2011-06-08 15:34:21 +00:00
|
|
|
|
|
|
|
|
2011-06-13 18:08:41 +00:00
|
|
|
NOTE: This set of dependencies must be manually kept in sync with the gclient
|
|
|
|
DEPS; the output of "svn propget svn:externals ." should always be equivalent
|
|
|
|
to the content of the "DEPS" file within trunk.
|