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

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

    [ https://issues.apache.org/jira/browse/CB-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13657099#comment-13657099 ] 

Bryan Higgins commented on CB-3383:
-----------------------------------

For BB10, we have .bbwpignore which has the same syntax as .gitignore and has worked well for our users on SVN.

At the moment it only prevents files from being added to the build output, but I'd love to expand it to CLI and rename the file .cordovaignore

https://github.com/apache/cordova-blackberry/blob/master/blackberry10/bin/templates/project/cordova/lib/file-manager.js#L60-L77
                
> 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