You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Andreas Sander <an...@hotmail.de> on 2013/05/02 10:34:44 UTC

Ignore .svn files for building

Hi,

is there an easy way to set some filetypes (especially .svn files) to ignore for building?

Greets,

Andreas
 		 	   		  

Re: Ignore .svn files for building

Posted by Michael Brooks <mi...@michaelbrooks.ca>.
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 <ke...@gmail.com> 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 <do...@gmail.com> 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" <to...@devgeeks.org>
> 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 <an...@hotmail.de> 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: andreas.sander@hotmail.de
>
> To: dev@cordova.apache.org
>
> 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
>

Re: Ignore .svn files for building

Posted by Kerri Shotts <ke...@gmail.com>.
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 <do...@gmail.com> 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" <to...@devgeeks.org> 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 <an...@hotmail.de> 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: andreas.sander@hotmail.de

To: dev@cordova.apache.org

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

Re: Ignore .svn files for building

Posted by Don Coleman <do...@gmail.com>.
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" <to...@devgeeks.org> 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 <an...@hotmail.de> 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: andreas.sander@hotmail.de
> >> To: dev@cordova.apache.org
> >> 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
> >
>

Re: Ignore .svn files for building

Posted by tommy-carlos Williams <to...@devgeeks.org>.
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 <an...@hotmail.de> 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: andreas.sander@hotmail.de
>> To: dev@cordova.apache.org
>> 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
>                         

RE: Ignore .svn files for building

Posted by Andreas Sander <an...@hotmail.de>.
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: andreas.sander@hotmail.de
> To: dev@cordova.apache.org
> 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
>