Author: crossley
Date: Tue Oct 18 22:38:14 2005
New Revision: 326401
URL: http://svn.apache.org/viewcvs?rev=326401&view=rev
Log:
Add a note about the "test-sources" directory.
Modified:
forrest/trunk/site-author/content/xdocs/zone.xml
Modified: forrest/trunk/site-author/content/xdocs/zone.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/zone.xml?rev=326401&r1=326400&r2=326401&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/zone.xml (original)
+++ forrest/trunk/site-author/content/xdocs/zone.xml Tue Oct 18 22:38:14 2005
@@ -58,7 +58,16 @@
</source>
<p>
- Files here are owned in the group "other" so any one of us can
+ <strong>test-sources</strong>
+ </p>
+<source>
+A place to hold sources for various test sites.
+Normally these would be in the relevant project's SVN.
+Hold them here until building properly.
+</source>
+
+ <p>
+ All files are owned in the group "other" so any one of us can
edit/update. Make sure that your 'umask' is set properly so that
new files have group write permissions.
See the <a href="#admin-user">notes</a> about user administration.