Author: sebb
Date: Fri Dec 5 17:13:48 2014
New Revision: 1643356
URL: http://svn.apache.org/r1643356
Log:
KEYS have moved; -N is deprecated
Modified:
commons/README.txt
Modified: commons/README.txt
URL:
http://svn.apache.org/viewvc/commons/README.txt?rev=1643356&r1=1643355&r2=1643356&view=diff
==============================================================================
--- commons/README.txt (original)
+++ commons/README.txt Fri Dec 5 17:13:48 2014
@@ -15,20 +15,22 @@ Dormant
----
-Each of the above contains many atomic components which may be checked
+Each of the above contains many independent components which may be checked
out individually:
svn co https://svn.apache.org/repos/asf/commons/[subsection]/[component]/trunk
[component]
To check all of the components in a subsection out at the same time,
trunks-[subsection] directories are provided as a convenience. This is
-done via svn:externals.
+done via svn:externals.
+
+N.B. This will require a lot of disk space and network resources
----
To add or remove an entry to the svn:externals, do the following:
-svn co -N https://svn.apache.org/repos/asf/commons/trunks-[subsection]
+svn co --depth=files
https://svn.apache.org/repos/asf/commons/trunks-[subsection]
svn propedit svn:externals trunks-[subsection]
svn ci -m "Adding/removing Foo to [subsection]" trunks-[subsection]
@@ -36,8 +38,10 @@ svn ci -m "Adding/removing Foo to [subse
NOTE: the shared Commons KEYS file is held at
-https://svn.apache.org/repos/asf/commons/trunks-proper/KEYS
+https://dist.apache.org/repos/dist/release/commons/KEYS
To update the file, check it out as follows:
-svn co --depth=files https://svn.apache.org/repos/asf/commons/trunks-proper/
\ No newline at end of file
+svn co --depth=files https://dist.apache.org/repos/dist/release/commons/
+
+Do not omit the --depth=files or you will download all the source and binary
releases!
\ No newline at end of file