[
https://issues.apache.org/jira/browse/CB-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj updated CB-3383:
--------------------------
Description:
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}
With .cordovaignore, we can treat it like a .gitignore and {{glob}} for all
files inside .cordovaignore and prevent them from being used in any
filesystem-related activities within cordova cli.
was:
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 (.)
Issue Type: New Feature (was: Bug)
Summary: Add .cordovaignore support (was: Ignore .svn files)
> Add .cordovaignore support
> --------------------------
>
> Key: CB-3383
> URL: https://issues.apache.org/jira/browse/CB-3383
> Project: Apache Cordova
> Issue Type: New Feature
> 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}
> With .cordovaignore, we can treat it like a .gitignore and {{glob}} for all
> files inside .cordovaignore and prevent them from being used in any
> filesystem-related activities within cordova cli.
--
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