Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] ignoring .svn folders in root folders

I'm pretty sure I had that problem. I needed to exec an rm -rf */.svn after the target was built in order to avoid that problem. 

Alex

Sent from my iPhone 4S

On 24 Oct 2011, at 19:14, "Dahanne, Anthony" <Anthony.Dahanne@xxxxxxxxxxxxx> wrote:

> Hello all,
> I am building a feature with Tycho, which includes a root data folder :
> root = root/ is specified in the build.properties
> So when Tycho builds this feature, it also creates a zip folder including everything under root/ ... even the .svn folders
> So when p2 provisions this feature, well it unzips everything inside this zip, including the .svn folders :-(
> Is there a way to tell tycho to filter what's to exclude in the root data folder ? namely everything .svn related
> Thanks a lot for your answers, I ran into https://issues.sonatype.org/browse/TYCHO-238 but I guess it was not about root data folders but produced artifacts in general
> Best regards,
> 
> 
> Anthony Dahanne
> Développeur logiciel / Software Developer
> Compuware Montreal
> 75 Rue Queen, Suite 6500
> Montreal, QC, Canada H3C 2N6
> +1-514-798-8949
> 
> 
>  
> Le contenu de ce courriel s'adresse au destinataire seulement. Il contient de l'information pouvant être confidentielle. Vous ne devez ni le copier ni l'utiliser ni le divulguer à qui que ce soit à moins que vous soyez le destinataire ou une personne désignée autorisée. Si vous le receviez par erreur, veuillez nous aviser immédiatement et le détruire.
>  
> The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.
>  
> 
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top