| epoger@google.com | f01b7cb | 2011-06-03 21:19:27 +0000 | [diff] [blame] | 1 | Subversion uses this directory to map in "external" repositories upon which |
| 2 | we depend. |
| 3 | |
| 4 | To see the mappings, cd into this directory and then run: |
| 5 | svn propget svn:externals . |
| 6 | |
| 7 | To modify the mappings, cd into this directory and run: |
| 8 | svn propedit svn:externals . |
| 9 | |
| 10 | See http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html for |
| 11 | more info. |
| epoger@google.com | e7ccdb3 | 2011-06-08 15:34:21 +0000 | [diff] [blame^] | 12 | |
| 13 | |
| 14 | NOTE: We have disabled our use of these external dependencies, for now, because |
| 15 | they will fail for anyone using gclient to check out the skia code. (As of |
| 16 | early 2011, gclient passes --ignore-externals when calling svn update.) See |
| 17 | http://code.google.com/p/skia/issues/detail?id=291 and |
| 18 | https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/1f99541c2c5f6c6e |
| 19 | |
| 20 | Leaving this directory (and unused external dependency on gyp) in place until |
| 21 | we figure out the long-term solution. We may start using it again, or replace with |
| 22 | DEPS, or ??? |