| 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 | |
| epoger@google.com | cc9cf9a | 2011-06-13 18:08:41 +0000 | [diff] [blame] | 14 | NOTE: This set of dependencies must be manually kept in sync with the gclient |
| 15 | DEPS; the output of "svn propget svn:externals ." should always be equivalent |
| 16 | to the content of the "DEPS" file within trunk. |