From a828f7dbe569c9045744bf49b2a476f9f7c11c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schl=C3=BCter?= Date: Fri, 6 Aug 2010 22:41:28 +0000 Subject: [PATCH] - SVN not CVS git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301951 c90b9560-bf6c-de11-be94-00142212c4b1 --- internals2/structure/files.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/internals2/structure/files.xml b/internals2/structure/files.xml index 006cdabff3..9befa197c0 100644 --- a/internals2/structure/files.xml +++ b/internals2/structure/files.xml @@ -70,7 +70,7 @@ Non-source files - The .cvsignore file is used for extensions which are - checked into one of the PHP CVS repositories (usually + The .svnignore file is used for extensions which are + checked into the PHP Subversion repository (usually &link.pecl;); the one generated by ext_skel contains: - + - These lines tell CVS to ignore interim files generated + These lines tell Subversion to ignore interim files generated by the PHP buildsystem. This is only a convenience, and can be omitted completely without ill effect.