[Debian-NP-Commits] r83 - in trunk/docs: . server
Otavio Salvador
debian-np-devel@lists.alioth.debian.org
Thu, 17 Jun 2004 17:45:44 -0600
Author: otavio
Date: Thu Jun 17 17:45:44 2004
New Revision: 83
Removed:
trunk/docs/server/
Modified:
trunk/docs/development_overview.txt
Log:
Clenup.
Modified: trunk/docs/development_overview.txt
==============================================================================
--- trunk/docs/development_overview.txt (original)
+++ trunk/docs/development_overview.txt Thu Jun 17 17:45:44 2004
@@ -1,70 +1,30 @@
-. Subversion overview
-. Subversion usage
-. Subversion communication
-. Subversion layout
-
-. Subversion layout
-
-tags/
-branches/
-trunk/
-people/
-
-* tags - This is where static copies of package versions and other modules
- are stored
-
-* branches - This is where concurrent development/stabilization happens
-
-* trunk - This is used for mainline development
-
-* people - Contains individual users working directories.
-
- These are used by the person to add their data and work, when that
- person has some useful things for everyone, then it is moved from
- there into the trunk to be shared.
-
-Currently we only have data in trunk/ because we are in preliminary development
-stages, but this will change in the near future.
-
-Inside trunk/ there are the following concurrent development areas:
-
-debtags/
-docs/
-packages/
-
-* debtags -
-
-* docs -
-
-* packages - Storage of source packages that will need to be uploaded to Debian.
-
- Currently the packages direcotory contains the following packages:
-
- debian-np/
- debian-np-cdtools/
- debian-np-install/
-
- * debian-np - This is the source of the meta-packages
-
- This directory contains:
-
- common/
- configs/
- debian/
- scripts/
- tasks/
-
- * debian-np-cdtools - The scripts used to build the ISO image and mirror
-
- This directory contains:
-
- debian/
- etc/
- scripts/
- tasks/
-
-
- * debian-np-install - Source packages to modify and create an installer
-
-
-
+Subversion overview
+Subversion usage
+Subversion communication
+Subversion layout
+
+Subversion layout
+-----------------
+
+ - tags/ This is where static copies of package versions and other
+ modules are stored.
+
+ - branches/ This is where concurrent development/stabilization
+ happens.
+
+ - people/ Contains individual users working directories.
+
+ These are used by the person to add their data and work, when that
+ person has some useful things for everyone, then it is moved from
+ there into the trunk to be shared.
+
+ - trunk/ This is used for mainline development.
+
+ Inside there are the following concurrent development areas:
+
+ . debtags/ ...
+
+ . docs/ Store project documentation.
+
+ . packages/ Storage of source packages that will need to be
+ uploaded to Debian.