- SVN not CVS

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301951 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Johannes Schlüter 2010-08-06 22:41:28 +00:00
parent e5c2bfa4c8
commit a828f7dbe5

View file

@ -70,7 +70,7 @@
<![CDATA[
ext/
counter/
.cvsignore
.svnignore
config.m4
config.w32
counter_util.h
@ -91,13 +91,13 @@ ext/
<sect2 xml:id="internals2.structure.files.misc-files">
<title>Non-source files</title>
<para>
The <filename>.cvsignore</filename> file is used for extensions which are
checked into one of the PHP <command>CVS</command> repositories (usually
The <filename>.svnignore</filename> file is used for extensions which are
checked into the PHP <command>Subversion</command> repository (usually
&link.pecl;); the one generated by <command>ext_skel</command> contains:
</para>
<informalexample>
<programlisting role="cvsignore">
<programlisting role="svnignore">
<![CDATA[
.deps
*.lo
@ -107,7 +107,7 @@ ext/
</informalexample>
<para>
These lines tell <command>CVS</command> to ignore interim files generated
These lines tell <command>Subversion</command> to ignore interim files generated
by the PHP buildsystem. This is only a convenience, and can be omitted
completely without ill effect.
</para>