#GRASS IRC Log - 2008-06-30

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
00:00:07 sigq: grassfeed: Changeset [31890]: added a little hint about structure of input <https://trac.osgeo.org/grass/changeset/31890>
00:08:03 CIA-61: mlennert * r31891 /grass/trunk/scripts/v.db.update/v.db.update: added more explanation of the value parameter
00:11:02 sigq: grassfeed: Changeset [31891]: added more explanation of the value parameter <https://trac.osgeo.org/grass/changeset/31891>
01:49:06 CIA-61: rmatev * r31892 /grass-addons/vector/v.parallel2/ ( main.c vlib_buffer.c ): Added partial support of buffer-like type of parallel lines
01:50:35 sigq: grassfeed: Changeset [31892]: Added partial support of buffer-like type of parallel lines <https://trac.osgeo.org/grass/changeset/31892>
02:01:58 RMatev: _wolf_, you may test the new feature. See my post to grass-dev first
02:10:41 sigq: grassfeed: Ticket #200 ( defect created ): v.rast.stats referring to deprecated function <https://trac.osgeo.org/grass/ticket/200>
02:16:44 sigq: grassfeed: Ticket #200 ( defect closed ): v.rast.stats referring to deprecated function <https://trac.osgeo.org/grass/ticket/200#comment:1>
02:34:49 sigq: grassfeed: Changeset [31893]: nviz2: wxGUI set draw resolution ( fine, wire ) <https://trac.osgeo.org/grass/changeset/31893>
05:35:12 sigq: grassfeed: Changeset [31894]: new v.in.geonames <https://trac.osgeo.org/grass/changeset/31894>
05:36:19 sigq: grassfeed: Changeset [31896]: more informative error messages ( merge from trunk ) <https://trac.osgeo.org/grass/changeset/31896> || Changeset [31895]: more informative error messages <https://trac.osgeo.org/grass/changeset/31895>
05:37:51 sigq: grassfeed: Changeset [31897]: new v.in.geonames <https://trac.osgeo.org/grass/changeset/31897>
06:10:29 sigq: grassfeed: Changeset [31899]: doc fix <https://trac.osgeo.org/grass/changeset/31899> || Changeset [31898]: doc fix <https://trac.osgeo.org/grass/changeset/31898>
07:13:18 sigq: grassfeed: Changeset [31900]: fix option keys <https://trac.osgeo.org/grass/changeset/31900>
07:28:24 sigq: grassfeed: Changeset [31901]: key fix <https://trac.osgeo.org/grass/changeset/31901>
08:31:05 sigq: grassfeed: Ticket #201 ( defect created ): v.in.geonames wxGUI window crashes or freezes when "Verbose module output" is checked <https://trac.osgeo.org/grass/ticket/201>
08:35:06 sigq: grassfeed: Ticket #202 ( defect created ): v.in.geonames fails on Polish dataset <https://trac.osgeo.org/grass/ticket/202>
09:02:31 geolr: Hi folks, I was thinking about using grass on my laptop ( eeepc ). Would it be possible to run grass off a removable device aka usb-stick? Like it is so nicely possible under Win$$.
10:17:10 sigq: grassfeed: Changeset [31902]: Added feature: parallel lines on both sides; fixed minor bug; <https://trac.osgeo.org/grass/changeset/31902>
10:29:20 marcopx: hi all. yesterday i changed a folder name in svn
10:30:18 marcopx: in the local version I did: svn rename ./oldname ./newname
10:30:49 marcopx: then: svn commit -m "Renamed oldname folder to newname" ./newname
10:31:27 marcopx: now in svn I have ./newname empty and the ./oldname without changes
10:31:40 marcopx: how can I fix it?
10:31:44 marcopx: thanks
10:35:56 racicot: marcopx: not sure how to fix the situation you are in, but I tend to use svn move to relocate/rename things...
10:37:28 CIA-11: neteler * r31901 /grass/trunk/scripts/v.in.geonames/v.in.geonames: key fix
10:39:02 marcopx: racicot: hi, thx; svn rename is the same of svn move... I already used it, but it's teh first time that it goes wrong! :(
10:42:49 CIA-11: neteler * r31903 /grass/trunk/scripts/v.in.geonames/v.in.geonames: +file check, exit status; filter magic deactivated
10:42:50 sigq: grassfeed: Changeset [31903]: +file check, exit status; filter magic deactivated <https://trac.osgeo.org/grass/changeset/31903>
10:43:36 CIA-11: neteler * r31904 /grass/branches/develbranch_6/scripts/v.in.geonames/v.in.geonames: +file check, exit status; filter magic deactivated ( ,erge from trunk )
10:45:41 sigq: grassfeed: Changeset [31904]: +file check, exit status; filter magic deactivated ( ,erge from trunk ) <https://trac.osgeo.org/grass/changeset/31904>
10:54:14 marcopx: racicot: what do you suggest? delete the ./newfolder and try to rename it again?
11:19:46 racicot: marcopx: an svn status gives you what for the ./newfolder?
11:20:50 : * racicot is not an svn expert by any means...
11:22:05 marcopx: racicot: svn status gives nothing...
11:22:53 marcopx: racicot: ...you may be not an expert... but you're trying to help me... and it's enough for me : )
11:24:00 sigq: grassfeed: Ticket #203 ( defect created ): map display rendering one row off <https://trac.osgeo.org/grass/ticket/203>
11:27:49 racicot: marcopx: Well, I would maybe try ( and not pass blame on racicot if something goes wrong! ) 1 ) svn move newfolder newfolder_bk ( svn ci to commit ) 2 ) svn move oldfolder newfolder ( svn ci to commit ) 3 ) If newfolder looks good at this point... then svn remove newfolder_bk to clean up the old mess...
11:27:57 sigq: grassfeed: Ticket #204 ( defect created ): warnings printed on GRASS startup when selecting Location and Mapset <https://trac.osgeo.org/grass/ticket/204>
11:30:10 marcopx: racicot: heheh... don't worry friend... no blame : )
11:30:42 marcopx: I'll try, thanks...
11:37:55 sigq: grassfeed: Ticket #205 ( defect created ): warnings and errors when trying to print the display <https://trac.osgeo.org/grass/ticket/205>
11:50:45 marcopx: racicot: thanks... I quit ; )
11:51:10 : * marcopx quits
12:29:18 sigq: grassfeed: Changeset [31906]: Add "const" to fields of Option, Flag, Module structs ( merge from trunk ) <https://trac.osgeo.org/grass/changeset/31906>
12:34:10 sigq: grassfeed: Changeset [31907]: i18N <https://trac.osgeo.org/grass/changeset/31907>
12:36:10 sigq: grassfeed: Changeset [31908]: On Windows, needs ( merge from trunk ) <https://trac.osgeo.org/grass/changeset/31908>
13:10:03 CIA-11: glynn * r31912 /grass/trunk/lib/gis/token.c: Don't skip field separators, even if they are whitespace
13:10:04 sigq: grassfeed: Changeset [31912]: Don't skip field separators, even if they are whitespace <https://trac.osgeo.org/grass/changeset/31912>
13:10:21 CIA-11: glynn * r31913 /grass/trunk/vector/v.in.ascii/points.c: Enlarge buffers
13:12:22 sigq: grassfeed: Changeset [31913]: Enlarge buffers <https://trac.osgeo.org/grass/changeset/31913>
14:09:02 CIA-11: martinl * r31914 /grass-addons/visualization/nviz2/wxpython/ ( 5 files in 2 dirs ): nviz2: wxGUI integration under development ( surface-related )
14:09:03 sigq: grassfeed: Changeset [31914]: nviz2: wxGUI integration under development ( surface-related ) <https://trac.osgeo.org/grass/changeset/31914>
14:50:50 philton: hi
14:58:08 CIA-11: marcopx * r31915 /grass/branches/develbranch_6/mswindows/Installer-Files/ ( 10 files ): Renamed Extras folder to Installer-Files
14:58:10 sigq: grassfeed: Changeset [31915]: Renamed Extras folder to Installer-Files <https://trac.osgeo.org/grass/changeset/31915>
15:01:53 CIA-11: marcopx * r31916 /grass/branches/develbranch_6/mswindows/Extras/: Remove Extras folder ( replaced by Installer-Files )
15:01:54 sigq: grassfeed: Changeset [31916]: Remove Extras folder ( replaced by Installer-Files ) <https://trac.osgeo.org/grass/changeset/31916>