google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

The packager includes versioning systems hidden folders into results #213

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When creating an installation package, hidden folders that belong to versioning 
systems are included in the results. Bazaar, the one that was used to report 
the bug(.bzr).  Mercurial, CVS, SVN, etc where not tested, but are assumed to 
be affected. 

The root folder and subdirectories should be excluded. 

Version:3.0

Original issue reported on code.google.com by sebi...@gmail.com on 21 Feb 2012 at 12:32

GoogleCodeExporter commented 9 years ago
I know only svn. It would be cool to know what sort of hidden directories or 
files each versioning system use.

Original comment by benoit.m...@gmail.com on 2 Mar 2012 at 6:27

GoogleCodeExporter commented 9 years ago
I think that the best thing to do is create a blacklist of files to be excluded 
from the gambas binary. We can the populate that list with known files/folders 
automatically and/or let the user choose which files or patterns should be 
excluded. This way we are not only fixing a bug but adding a new feature.

Original comment by sebi...@gmail.com on 2 Mar 2012 at 7:43

GoogleCodeExporter commented 9 years ago
Bazaar:
./.bzr
./.bzrignore

Mercurial:
./.hg
./.hgignore
./.hgtags
./hgrc

Git:
./.git
./.gitignore

Original comment by sebi...@gmail.com on 2 Mar 2012 at 7:49

GoogleCodeExporter commented 9 years ago
It should be fixed in revision #4528. There is an option to configure the list 
of files to be ignored, and by default this list is what you wrote above.

Original comment by benoit.m...@gmail.com on 3 Mar 2012 at 2:18