mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- 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:
parent
e5c2bfa4c8
commit
a828f7dbe5
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue