$ svn cp $SR/utils/trunk/src/gpstools $SR/utils/branches/gpst.postgis
commit80bafb588cec1a07d39975f361d47b241a1b1f66
authorØyvind A. Holm <sunny@sunbase.org>
Sun, 25 Jan 2009 21:09:17 +0000 (25 22:09 +0100)
committerØyvind A. Holm <sunny@sunbase.org>
Tue, 20 Oct 2009 05:22:39 +0000 (20 07:22 +0200)
tree3f27ea2def208fb46e465cbcb959f4d4e6465778
parent090ba844b193e71915a4ab33a2053321003298da
$ svn cp $SR/utils/trunk/src/gpstools $SR/utils/branches/gpst.postgis

Ny branch for postgis i gpstools.

* /branches/gpst.postgis/
  Ny, kopi av /trunk/src/gpstools/ .

6bb7250a-eb24-11dd-8b2b-000475e441b9

git-svn-id: svn+ssh://svnhost/utils@2819 ddca7c6a-6bd8-0310-abd8-a0f6a7c394c1
76 files changed:
branches/gpst.postgis/BUGS [new file with mode: 0644]
branches/gpst.postgis/GPST.pm [new file with mode: 0644]
branches/gpst.postgis/GPSTdate.pm [new file with mode: 0644]
branches/gpst.postgis/GPSTdebug.pm [new file with mode: 0644]
branches/gpst.postgis/GPSTgeo.pm [new file with mode: 0644]
branches/gpst.postgis/GPSTxml.pm [new file with mode: 0644]
branches/gpst.postgis/Patch/events+func.patch [new file with mode: 0644]
branches/gpst.postgis/Patch/files.patch [new file with mode: 0644]
branches/gpst.postgis/Patch/gpst-xmlsimple [new file with mode: 0755]
branches/gpst.postgis/Patch/hvor.patch [new file with mode: 0644]
branches/gpst.postgis/Patch/mayko-comments.patch [new file with mode: 0644]
branches/gpst.postgis/Patch/xgraph-fix_plus_more.patch [new file with mode: 0644]
branches/gpst.postgis/Patch/ygraph-midnight.patch [new file with mode: 0644]
branches/gpst.postgis/TODO [new file with mode: 0644]
branches/gpst.postgis/addpoints [new file with mode: 0755]
branches/gpst.postgis/doc/Makefile [new file with mode: 0644]
branches/gpst.postgis/doc/currpos.ods [new file with mode: 0644]
branches/gpst.postgis/doc/distance.txt [new file with mode: 0644]
branches/gpst.postgis/doc/gpst.1 [new file with mode: 0644]
branches/gpst.postgis/doc/gpst.html [new file with mode: 0644]
branches/gpst.postgis/doc/gpst.xml [new file with mode: 0644]
branches/gpst.postgis/doc/mayko.txt [new file with mode: 0644]
branches/gpst.postgis/doc/til_postgres.txt [new file with mode: 0644]
branches/gpst.postgis/gpslist [new file with mode: 0755]
branches/gpst.postgis/gpsman2gpx [new file with mode: 0755]
branches/gpst.postgis/gpst [new file with mode: 0755]
branches/gpst.postgis/gpst-pic [new file with mode: 0755]
branches/gpst.postgis/makemesh [new file with mode: 0755]
branches/gpst.postgis/poisync [new file with mode: 0755]
branches/gpst.postgis/postgres/Patch/floatingpoint-testing.patch [new file with mode: 0644]
branches/gpst.postgis/postgres/Patch/wheretype.patch [new file with mode: 0644]
branches/gpst.postgis/postgres/allupdate.sql [new file with mode: 0644]
branches/gpst.postgis/postgres/create_funcs.sql [new file with mode: 0644]
branches/gpst.postgis/postgres/create_index.sql [new file with mode: 0644]
branches/gpst.postgis/postgres/create_table.sql [new file with mode: 0644]
branches/gpst.postgis/postgres/create_views.sql [new file with mode: 0644]
branches/gpst.postgis/postgres/distupdate.sql [new file with mode: 0644]
branches/gpst.postgis/postgres/div.txt [new file with mode: 0644]
branches/gpst.postgis/postgres/init.sh [new file with mode: 0755]
branches/gpst.postgis/postgres/init.sql [new file with mode: 0644]
branches/gpst.postgis/postgres/path.sql [new file with mode: 0644]
branches/gpst.postgis/postgres/update_things.sql [new file with mode: 0644]
branches/gpst.postgis/run [new file with mode: 0755]
branches/gpst.postgis/tests/Makefile [new file with mode: 0644]
branches/gpst.postgis/tests/addpoints/Makefile [new file with mode: 0644]
branches/gpst.postgis/tests/addpoints/addpoints.t [new file with mode: 0755]
branches/gpst.postgis/tests/addpoints/log/tests.log [new file with mode: 0644]
branches/gpst.postgis/tests/addpoints/log/todo-tests.log [new file with mode: 0644]
branches/gpst.postgis/tests/chronology-error.gpsml [new file with mode: 0644]
branches/gpst.postgis/tests/comments.mayko [new file with mode: 0644]
branches/gpst.postgis/tests/compact.gpx [new file with mode: 0644]
branches/gpst.postgis/tests/date_error.mayko [new file with mode: 0644]
branches/gpst.postgis/tests/different_dateformats.gpsml [new file with mode: 0644]
branches/gpst.postgis/tests/gpst-pic/Makefile [new file with mode: 0644]
branches/gpst.postgis/tests/gpst-pic/files/DSC_4426.JPG [new file with mode: 0644]
branches/gpst.postgis/tests/gpst-pic/gpst-pic.t [new file with mode: 0755]
branches/gpst.postgis/tests/gpst-pic/log/tests.log [new file with mode: 0644]
branches/gpst.postgis/tests/gpst-pic/log/todo-tests.log [new file with mode: 0644]
branches/gpst.postgis/tests/gpst-pic/testcmd [new file with mode: 0644]
branches/gpst.postgis/tests/log.dos.gpstxt [new file with mode: 0644]
branches/gpst.postgis/tests/log.dos.mayko [new file with mode: 0644]
branches/gpst.postgis/tests/log.gpstxt [new file with mode: 0644]
branches/gpst.postgis/tests/log.mcsv [new file with mode: 0644]
branches/gpst.postgis/tests/log.unix.mcsv [new file with mode: 0644]
branches/gpst.postgis/tests/log/tests.log [new file with mode: 0644]
branches/gpst.postgis/tests/log/todo-tests.log [new file with mode: 0644]
branches/gpst.postgis/tests/missing.gpsml [new file with mode: 0644]
branches/gpst.postgis/tests/multitrack-pause.gpsml [new file with mode: 0644]
branches/gpst.postgis/tests/multitrack-pause.gpx [new file with mode: 0644]
branches/gpst.postgis/tests/multitrack.gpx [new file with mode: 0644]
branches/gpst.postgis/tests/no_signal.mayko [new file with mode: 0644]
branches/gpst.postgis/tests/one_ele.dos.gpsml [new file with mode: 0644]
branches/gpst.postgis/tests/pause.gpx [new file with mode: 0644]
branches/gpst.postgis/tests/run-tests.pl [new file with mode: 0755]
branches/gpst.postgis/tests/testcmd [new file with mode: 0644]
branches/gpst.postgis/tests/two-digit_year.mcsv [new file with mode: 0644]