Skip to content

Commit c181a9c

Browse files
committed
Get rid of CRLF settings on both svnprop and gitattributes. Causing mirroring issues
git-svn-id: http://svn.osgeo.org/postgis/trunk@15545 b70326c6-7e19-0410-871a-916f4a2858ee
1 parent 1bba826 commit c181a9c

File tree

2 files changed

+19
-21
lines changed

2 files changed

+19
-21
lines changed

.gitattributes

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
*.vcproj eol=crlf
2-
*.bat eol=crlf
31
*.sh eol=lf
42
*.ac eol=lf
53
*.h.in eol=lf
+19-19
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
set PGPORT=5432
2-
set PGHOST=localhost
3-
set PGUSER=postgres
4-
set PGPASSWORD=yourpasswordhere
5-
set THEDB=geocoder
6-
set PGBIN=C:\Program Files\PostgreSQL\9.1\bin
7-
set PGCONTRIB=C:\Program Files\PostgreSQL\9.1\share\contrib
8-
REM "%PGBIN%\psql" -d "%THEDB%" -f "%PGCONTRIB%\fuzzystrmatch.sql"
9-
REM If you are using PostgreSQL 9.1 or above, use the extension syntax instead as shown below
10-
"%PGBIN%\psql" -d "%THEDB%" -c "CREATE EXTENSION fuzzystrmatch;"
11-
"%PGBIN%\psql" -d "%THEDB%" -c "CREATE SCHEMA tiger;"
12-
REM unremark this next line and edit if you want the search paths set as part of the install
13-
REM "%PGBIN%\psql" -d "%THEDB%" -c "ALTER DATABASE %THEDB% SET search_path=public, tiger;"
14-
"%PGBIN%\psql" -d "%THEDB%" -f "create_geocode.sql"
15-
REM "%PGBIN%\psql" -d "%THEDB%" -f "tables\lookup_tables_2011.sql"
16-
"%PGBIN%\psql" -d "%THEDB%" -c "CREATE SCHEMA tiger_data;"
17-
"%PGBIN%\psql" -d "%THEDB%" -f "tiger_loader_2016.sql;"
18-
pause
19-
1+
set PGPORT=5432
2+
set PGHOST=localhost
3+
set PGUSER=postgres
4+
set PGPASSWORD=yourpasswordhere
5+
set THEDB=geocoder
6+
set PGBIN=C:\Program Files\PostgreSQL\9.1\bin
7+
set PGCONTRIB=C:\Program Files\PostgreSQL\9.1\share\contrib
8+
REM "%PGBIN%\psql" -d "%THEDB%" -f "%PGCONTRIB%\fuzzystrmatch.sql"
9+
REM If you are using PostgreSQL 9.1 or above, use the extension syntax instead as shown below
10+
"%PGBIN%\psql" -d "%THEDB%" -c "CREATE EXTENSION fuzzystrmatch;"
11+
"%PGBIN%\psql" -d "%THEDB%" -c "CREATE SCHEMA tiger;"
12+
REM unremark this next line and edit if you want the search paths set as part of the install
13+
REM "%PGBIN%\psql" -d "%THEDB%" -c "ALTER DATABASE %THEDB% SET search_path=public, tiger;"
14+
"%PGBIN%\psql" -d "%THEDB%" -f "create_geocode.sql"
15+
REM "%PGBIN%\psql" -d "%THEDB%" -f "tables\lookup_tables_2011.sql"
16+
"%PGBIN%\psql" -d "%THEDB%" -c "CREATE SCHEMA tiger_data;"
17+
"%PGBIN%\psql" -d "%THEDB%" -f "tiger_loader_2016.sql;"
18+
pause
19+

0 commit comments

Comments
 (0)