[postgis-devel] [PostGIS] #1665: make_dist.sh needs to also remove .svnignore files
PostGIS
trac at osgeo.org
Wed Mar 7 14:30:12 PST 2012
#1665: make_dist.sh needs to also remove .svnignore files
------------------------+---------------------------------------------------
Reporter: mwtoews | Owner: chodgson
Type: patch | Status: new
Priority: low | Milestone: PostGIS 2.0.0
Component: management | Version: trunk
Keywords: |
------------------------+---------------------------------------------------
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?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1665>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list