aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/externals/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/externals/README b/third_party/externals/README
new file mode 100644
index 0000000000..ca809c41a1
--- /dev/null
+++ b/third_party/externals/README
@@ -0,0 +1,11 @@
+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.