Remove svn:externals and update the README.

git-svn-id: http://skia.googlecode.com/svn/trunk@9529 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
djsollen@google.com 2013-06-12 14:57:33 +00:00
parent 24ed8d7219
commit fbe03bcdec
2 changed files with 5 additions and 16 deletions

5
third_party/README vendored Normal file
View File

@ -0,0 +1,5 @@
This directory contains a set of dependencies that are needed to build various
components and tools within Skia. Some of these dependencies reside within
the Skia repo, while others are pulled from other repositories and placed
in the third_party/externals directory. These external dependencies are defined
in a DEPS file and are kept up-to-date using 'gclient sync'.

View File

@ -1,16 +0,0 @@
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.