You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Michael Brooks (JIRA)" <ji...@apache.org> on 2013/05/13 23:39:16 UTC

[jira] [Created] (CB-3383) Ignore .svn files

Michael Brooks created CB-3383:
----------------------------------

             Summary: Ignore .svn files
                 Key: CB-3383
                 URL: https://issues.apache.org/jira/browse/CB-3383
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI
    Affects Versions: 2.7.0
            Reporter: Michael Brooks
            Assignee: Filip Maj
            Priority: Minor


Reported by [~andi1984] on the mailing list.

The follow error is thrown when building a project under SVN version control:

{code}
Error: ENOENT, no such file or directory 'plugins/.svn/plugin.xml'
{code}

One suggestion is to filter the .svn filetype using [util.findPlugins|https://github.com/apache/cordova-cli/blob/master/src/util.js#L67].

A more generalized solution is to ignore all files starting with a dot (.)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira