[postgis-devel] [PostGIS] #1598: Use consistent UNIX line endings

PostGIS trac at osgeo.org
Wed Feb 22 12:23:48 PST 2012


#1598: Use consistent UNIX line endings
------------------------+---------------------------------------------------
 Reporter:  mwtoews     |       Owner:  chodgson     
     Type:  task        |      Status:  new          
 Priority:  low         |   Milestone:  PostGIS 2.0.0
Component:  management  |     Version:  trunk        
 Keywords:              |  
------------------------+---------------------------------------------------

Comment(by mwtoews):

 I think `svn:eol-style=native` is suitable, as all clients should see
 their native EOLs when they fetch files from svn. Without this property
 (or [http://www.mediawiki.org/wiki/Subversion/auto-props auto-props] for
 checking in new files), EOLs are not modified (e.g., if you check in a DOS
 text file from a Windows client, it won't modify it for the server or for
 any client).

 This could be done using, e.g.:
 {{{
 svn propset svn:eol-style native postgis/*.c
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1598#comment:7>
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