Ticket #1665 (closed patch: fixed)
make_dist.sh needs to also remove .svnignore files
| Reported by: | mwtoews | Owned by: | chodgson |
|---|---|---|---|
| Priority: | low | Milestone: | PostGIS 2.0.0 |
| Component: | management | Version: | trunk |
| Keywords: | Cc: |
Description
I noticed that postgis-2.0.0beta2.tar.gz has a few .svnignore files, which should have been clean up.
The attached patch deletes files matching .*ignore (.csvignore, .gitignore, and .svnignore), and uses the -delete built-in flag for find to remove the files.
Why are there still .csvignore files anyways?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

