#18 closed enhancement (fixed)
Suggested SVN tweaks
Reported by: | adsllc | Owned by: | warmerdam |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | libgeotiff | Version: | |
Keywords: | Cc: |
Description
Several automatically generated files are currently included in SVN. This only clutters things and can break the build process due to file timestamp issues. I recommend the following changes to svn:ignore in the trunk:
--- old 2009-10-07 07:53:14.000000000 -0400 +++ new 2009-10-07 07:54:25.000000000 -0400 @@ -1,7 +1,7 @@ -config.log +config.* +*config.cache +aclocal.m4 +*.zip geo_config.h -config.cache -config.status Makefile Makefile.in *.lib
The '*config.cache' catches 'mingw32-config.cache' when MinGW is being used.
Correspondingly, the following files should be hit with 'svn rm':
aclocal.m4 config.guess config.sub
Similarly, bin/Makefile.in should be hit with 'svn rm' and added to svn:ignore in that directory.
Lastly, geo_config.h.vc is not actually automatically generated, it's just a copy of something that once was. The first line should be altered appropriately.
Change History (2)
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
After being given the go ahead by Frank, I have removed the auto-generated stuff from subversion. See r1667. Please respond to this ticket if there is something I missed.
Fixed the comment in geo_config.h.vc in trunk (r1665).
I like having autogen.sh generated files in svn and am not interested in "fixing" that.