Opened 16 years ago

Closed 16 years ago

#204 closed task (fixed)

Improve svn:ignore handling for Windows

Reported by: mloskot Owned by: mloskot
Priority: minor Milestone: 3.3.0
Component: Build System Version: 3.3.0
Severity: 1 Keywords: svn:ignore
Cc: External ID:

Description

Add svn:ignore properties so that "svn status" on Windows only reports real changes.

This is sister of similar task #2 but related to Windows builds only.

Change History (17)

comment:1 by mloskot, 16 years ago

Owner: changed from gregboone to mloskot
Status: newassigned

Updated svn:ignore patterns for Windows in trunk\Fdo subtree (r3653). Work in progress.

I'm wondering how to handle properly AssemblyVersion.cpp files in Unmanaged module. These files are updated with new generated version and build number:

svn st Managed
M      Managed\Src\OSGeo\Common\AssemblyVersion.cpp
M      Managed\Src\OSGeo\FDO\AssemblyVersion.cpp
M      Managed\Src\OSGeo\Geometry\AssemblyVersion.cpp
M      Managed\Src\OSGeo\Spatial\AssemblyVersion.cpp

I think they should be also added to svn:ignore to not to commit these changes accidentally. However, if these files are added to svn:ignore, they would need to be explicitly specified on purpose:

svn ci -m "..." Managed\Src\OSGeo\Common\AssemblyVersion.cpp

comment:2 by mloskot, 16 years ago

Updated svn:ignore patterns for Windows in trunk/Providers/GDAL subtree (r3654)

comment:3 by mloskot, 16 years ago

Updated svn:ignore patterns for Windows in trunk/Providers/OGR subtree (r3655).

Unfortunately, I accidentally changed the trunk/Providers/SHP/Managed/Src/OSGeo/FDO/Providers/SHP/Override/AssemblyVersion.cpp. Reverted this part of the commit in r3656.

comment:4 by mloskot, 16 years ago

Updated svn:ignore patterns for Windows in trunk/Providers/PostGIS subtree (r3657).

comment:5 by mloskot, 16 years ago

Updated svn:ignore patterns for Windows in trunk/Providers/SHP subtree (r3658).

comment:6 by mloskot, 16 years ago

Updated svn:ignore patterns for Windows in trunk/Providers/SDF subtree (r3659).

comment:7 by mloskot, 16 years ago

Updated svn:ignore patterns for Windows in trunk/Utilities subtree (r3660).

comment:8 by mloskot, 16 years ago

Updated svn:ignore patterns for Windows in trunk/Thirdparty/apache subtree (r3661).

comment:9 by mloskot, 16 years ago

Updated svn:ignore patterns for Windows in trunk/Thirdparty/cppunit subtree (r3662).

comment:10 by mloskot, 16 years ago

Updated svn:ignore patterns for Windows in trunk/Thirdparty/Sqlite3.3.13 subtree (r3663).

comment:11 by mloskot, 16 years ago

Updated svn:ignore patterns for Windows in trunk/Thirdparty/boost subtree (r3664).

comment:12 by mloskot, 16 years ago

Updated svn:ignore patterns for Windows in trunk/Thirdparty/gdal subtree (r3665).

comment:13 by mloskot, 16 years ago

Updated svn:ignore patterns for Windows in trunk/Thirdparty/openssl subtree (r3666).

comment:14 by mloskot, 16 years ago

Another update of svn:ignore patterns for Windows in trunk/Thirdparty/gdal subtree (r3667).

comment:15 by mloskot, 16 years ago

Updated svn:ignore patterns for Windows in trunk/Thirdparty/libcurl subtree (r3668).

comment:17 by gregboone, 16 years ago

Resolution: fixed
Status: assignedclosed
Version: 3.3.0
Note: See TracTickets for help on using tickets.