[fdo-trac] #204: Improve svn:ignore handling for Windows
FDO
trac_fdo at osgeo.org
Sun Dec 23 09:25:09 EST 2007
#204: Improve svn:ignore handling for Windows
--------------------------+-------------------------------------------------
Reporter: mloskot | Owner: mloskot
Type: task | Status: assigned
Priority: minor | Milestone: 3.3.0
Component: Build System | Version:
Severity: 1 | Resolution:
Keywords: svn:ignore | External_id:
--------------------------+-------------------------------------------------
Changes (by mloskot):
* status: new => assigned
* owner: gregboone => mloskot
Comment:
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
}}}
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/204#comment:1>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list