svn: /web/doc-editor/trunk/php/ SvnClient.php

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Fri, 22 Jul 2011 22:35:08 +0000

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

Log:
Typo, sorry ;)

Changed paths:
    U   web/doc-editor/trunk/php/SvnClient.php

Modified: web/doc-editor/trunk/php/SvnClient.php
===================================================================
--- web/doc-editor/trunk/php/SvnClient.php	2011-07-22 22:31:16 UTC (rev 313611)
+++ web/doc-editor/trunk/php/SvnClient.php	2011-07-22 22:35:08 UTC (rev 313612)
@@ -491,7 +491,7 @@
             $commands = array(
                 new ExecStatement('cd %s', array($appConf[$project]['vcs.path'])),
                 new ExecStatement('svn add --non-recursive %s', array($path)),
-                new ExecStatement('svn propset svn:ignore "entities.*.xml" %s', array($path));
+                new ExecStatement('svn propset svn:ignore "entities.*.xml" %s', array($path)),
                 new ExecStatement('svn ci --no-auth-cache --non-interactive -m "Add new folder from Php Docbook Online Editor" --username %s --password %s %s 2>&1', array($vcsLogin, $vcsPasswd, $path))
             );
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.