blob: 9b613be92832b9cfb494fc79f3b2b57e857bf607 [file] [log] [blame]
epoger@google.comf01b7cb2011-06-03 21:19:27 +00001Subversion uses this directory to map in "external" repositories upon which
2we depend.
3
4To see the mappings, cd into this directory and then run:
5svn propget svn:externals .
6
7To modify the mappings, cd into this directory and run:
8svn propedit svn:externals .
9
10See http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html for
11more info.
epoger@google.come7ccdb32011-06-08 15:34:21 +000012
13
epoger@google.comcc9cf9a2011-06-13 18:08:41 +000014NOTE: This set of dependencies must be manually kept in sync with the gclient
15DEPS; the output of "svn propget svn:externals ." should always be equivalent
16to the content of the "DEPS" file within trunk.