svn: /pear/peardoc/trunk/en/pyrus/commands/ generatepear2.xml

[email protected] (Brett Bieber) Fri, 25 Mar 2011 19:24:10 +0000
Newsgroups php.pear.doc
Message-ID <[email protected]>
saltybeagle                              Fri, 25 Mar 2011 19:24:10 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=309695

Log:
Remove subversion info. The package skeleton generator no longer creates branches/tags/trunk directories.

Changed paths:
    U   pear/peardoc/trunk/en/pyrus/commands/generatepear2.xml

Modified: pear/peardoc/trunk/en/pyrus/commands/generatepear2.xml
===================================================================
--- pear/peardoc/trunk/en/pyrus/commands/generatepear2.xml	2011-03-25 18:47:38 UTC (rev 309694)
+++ pear/peardoc/trunk/en/pyrus/commands/generatepear2.xml	2011-03-25 19:24:10 UTC (rev 309695)
@@ -6,8 +6,8 @@
   <info><title>Introduction</title></info>
   <para>
    The <literal>generate-pear2</literal> command is used to create a bare
-   skeleton for a new PEAR2 package as it will reside in Subversion. It
-   creates everything needed except the source code.
+   skeleton for a new PEAR2 package. It creates everything needed except the
+   source code.
   </para>
   <para>
    Two arguments are accepted, <literal>package</literal> and optionally
@@ -23,16 +23,16 @@
   </para>
   <para>
    If <literal>MyPackage</literal> is passed, a directory will be created in
-   the current working directory titled <literal>MyPackage</literal>, with
-   subdirectories for branches, tags, and trunk. All the required packaging
-   files will be within the <literal>trunk</literal> directory, and you can
-   place your code within the <literal>MyPackage/trunk/src/MyPackage/Main.php</literal>
+   the current working directory titled <literal>MyPackage</literal>. All the
+   required packaging files will be within this directory, and you can place
+   your code within the <literal>MyPackage/src/MyPackage/Main.php</literal>
    file.
   </para>
   <note>
    <para>
-    <literal>PEAR2_MyPackage</literal> will be the name of your package if
-    <literal>MyPackage</literal> is passed as the package name.
+    If no channel is specified <literal>PEAR2_MyPackage</literal> will be the
+    name of your package if <literal>MyPackage</literal> is passed as the
+    package name.
    </para>
   </note>
  </section>