Ticket #1665 (closed patch: fixed)

Opened 15 months ago

Last modified 15 months ago

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

make_dist_cleanup.patch Download (0.7 KB) - added by mwtoews 15 months ago.

Change History

Changed 15 months ago by mwtoews

Changed 15 months ago by strk

  • status changed from new to closed
  • resolution set to fixed

r9429 drops .cvsignore from repository r9430 cleans up .svnignore as part of the distribution process

Note: See TracTickets for help on using tickets.