Author: bayard
Date: Tue Jul 17 11:47:35 2007
New Revision: 557022

URL: http://svn.apache.org/viewvc?view=rev&rev=557022
Log:
Adding a bit of doc on how our SVN is set up, and how to edit the svn:externals

Added:
    jakarta/commons/README.txt

Added: jakarta/commons/README.txt
URL: 
http://svn.apache.org/viewvc/jakarta/commons/README.txt?view=auto&rev=557022
==============================================================================
--- jakarta/commons/README.txt (added)
+++ jakarta/commons/README.txt Tue Jul 17 11:47:35 2007
@@ -0,0 +1,33 @@
+Commons SVN information
+=======================
+
+Commons is split up into three subsections:
+
+Proper
+    Released components, developed and maintained by Commons committers.
+Sandbox
+    In development components, any Apache committer may request access. 
+    Sandbox components move to Proper before a release.
+Dormant
+    Inactive unreleased components. Sandbox components that didn't make 
+    it end up here. To bring a component back from dormancy, bring the 
+    subject up on the mailing list.
+
+----
+
+Each of the above contains many atomic components which may be checked 
+out individually:
+
+svn co 
https://svn.apache.org/repos/asf/jakarta/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. 
+
+----
+
+To add or remove an entry to the svn:externals, do the following:
+
+svn co -N https://svn.apache.org/repos/asf/jakarta/commons/trunks-[subsection]
+svn propedit svn:externals trunks-[subsection]
+svn ci -m "Adding/removing Foo to [subsection]" trunks-[subsection]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to