Index: /trunk/psconfig/INSTALL
===================================================================
--- /trunk/psconfig/INSTALL	(revision 9033)
+++ /trunk/psconfig/INSTALL	(revision 9033)
@@ -0,0 +1,28 @@
+
+This is the top-level directory of the IPP software.  here are a few
+notes for installing IPP software in the correct order.  A few things
+to keep in mind:
+
+* three directories checked out here from CVS are mirrored from
+external sources.  DO NOT try to commit changes into those branches as
+your commits will be lost when the repository is updated.  The
+directories to watch out for are: Ohana, psLib, psModules
+
+* the current (Jan 2006) tested versions of software depend on
+specific tagged branches for certain components.  if you have checked
+this tree out of CVS, you will have to update those modules to their
+branch tags.  the following commands will bring you up to date with
+those versions:
+
+cvs up -r eam_rel9_p0 psModules
+cvs up -r eam_rel9_b1 psLib
+
+required sequence:
+
+ psLib
+ psModules
+ glueforge
+ metadatadb
+ ippTools/p2tools
+
+ 
