I've created CB-3383 [1] to track and fix this issue. [1] https://issues.apache.org/jira/browse/CB-3383
On Thu, May 2, 2013 at 8:18 AM, Kerri Shotts <[email protected]> wrote: > Better yet, respect convention that anything starting with a dot is hidden > and thus ignored. Checking the Hidden attribute would also seem wise. > > Sent from my phone. > > ___________________________________ > Kerri Shotts > photoKandy Studios, LLC > > On the Web: http://www.photokandy.com/ > > Social Media: > Twitter: @photokandy, http://twitter.com/photokandy > Tumblr: http://photokandy.tumblr.com/ > Github: https://github.com/kerrishotts > https://github.com/organizations/photokandyStudios > CoderWall: https://coderwall.com/kerrishotts > > Apps on the Apple Store: > > https://itunes.apple.com/us/artist/photokandy-studios-llc/id498577828 > > Books: > > http://www.packtpub.com/phonegap-2-mobile-application-hotshot/book > http://www.packtpub.com/phonegap-social-app-development/book > > On May 2, 2013, at 8:13, Don Coleman <[email protected]> wrote: > > You're seeing this in cordova-cli? > > until.findPlugins could filter out .svn too > https://github.com/apache/cordova-cli/blob/master/src/util.js#L67 > On May 2, 2013 5:33 AM, "tommy-carlos Williams" <[email protected]> > wrote: > > This is a recurring theme. > > > The logic for iterating the folders for things like platforms and plugins > > needs a look at. > > > On 02/05/2013, at 19:27, Andreas Sander <[email protected]> wrote: > > > I get an > > > Error: ENOENT, no such file or directory 'plugins/.svn/plugin.xml' > > > So Cordova interprets .svn as a real plugin, isn't it? > > > Occurs in Cordova 2.6.0 and the newest 2.7.2 > > > From: [email protected] > > To: [email protected] > > Subject: Ignore .svn files for building > > Date: Thu, 2 May 2013 10:34:44 +0200 > > > Hi, > > > is there an easy way to set some filetypes (especially .svn files) to > > ignore for building? > > > Greets, > > > Andreas >
