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

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Thu, 03 Dec 2009 07:10:57 +0000

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

Log:
Fix the set of eol-style

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	2009-12-03 07:05:27 UTC (rev 291630)
+++ web/doc-editor/trunk/php/SvnClient.php	2009-12-03 07:10:57 UTC (rev 291631)
@@ -349,7 +349,7 @@

         $cmdCreate = $cmdDelete = '';
         if (trim($filesCreate) != '') {
-            $cmdCreate = "svn add $filesCreate ; svn propset svn:keywords \"Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL\" $filesCreate ; svn propset svn:eol-style \"native\" ; ";
+            $cmdCreate = "svn add $filesCreate ; svn propset svn:keywords \"Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL\" $filesCreate ; svn propset svn:eol-style \"native\" $filesCreate ; ";
         }
         if (trim($filesDelete) != '') {
             $cmdDelete = "svn delete $filesDelete ; ";
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.