Revision: 41274
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41274&view=rev
Author:   brlcad
Date:     2010-11-08 15:37:23 +0000 (Mon, 08 Nov 2010)

Log Message:
-----------
dbopen needs some tlc, particularly on windows due to a change bob make in 
db_open.c in librt.  we need to keep track of the initial PWD in the dbip.  
stashing the full path into dbi_filename is inadequate as we then lose 
information about how the file was opened (which is important for output, 
printing, usability)

Modified Paths:
--------------
    brlcad/trunk/TODO

Modified: brlcad/trunk/TODO
===================================================================
--- brlcad/trunk/TODO   2010-11-08 15:32:00 UTC (rev 41273)
+++ brlcad/trunk/TODO   2010-11-08 15:37:23 UTC (rev 41274)
@@ -40,6 +40,11 @@
 THESE ARE UNSCHEDULED BACKLOG TASKS
 -----------------------------------
 
+* make sure mged/archer behave properly with relative paths to dbopen.
+  Windows in particular is doing something different in
+  src/librt/db_open.c that should be a problem as it only records the
+  file name (so gui will work, but dbopen + cd + rt will not).
+
 * convert all calls to BU_SETJUMP/BU_UNSETJUMP into familiar try/catch
   logic layout using if/else.
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to