philip Tue Jul 27 20:16:31 2004 EDT
Modified files:
/phpdoc/howto tools.xml
Log:
Mention the importance of using full paths in a cygwin environment, and how.
http://cvs.php.net/diff.php/phpdoc/howto/tools.xml?r1=1.20&r2=1.21&ty=u
Index: phpdoc/howto/tools.xml
diff -u phpdoc/howto/tools.xml:1.20 phpdoc/howto/tools.xml:1.21
--- phpdoc/howto/tools.xml:1.20 Sat Apr 17 03:35:18 2004
+++ phpdoc/howto/tools.xml Tue Jul 27 20:16:31 2004
@@ -309,7 +309,12 @@
Change to the dir where your phpdoc snapshot is (or where you
want to have it). Use, just like in Windows, the
<literal>cd</literal> command. In Cygwin, the
- <literal>dir</literal> command is also supported.
+ <literal>dir</literal> command is also supported. Before doing
+ this it's important that your Cygwin environment uses full
+ paths. A simple way to initialize this is to first type
+ <literal>cd c:</literal> which should then put you in the
+ <literal>/cygdrive/c</literal> (c: root) directory. From here
+ use your commands as usual.
</para>
<para>