skia2/third_party/externals/README
epoger@google.com cc9cf9ac6e Modify DEPS so that it works properly for the buildbot
git-svn-id: http://skia.googlecode.com/svn/trunk@1570 2bbb7eff-a529-9590-31e7-b0007b416f81
2011-06-13 18:08:41 +00:00

17 lines
549 B
Plaintext

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.
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.