[Saga-devel] saga SVN commit 3290: /trunk/tools/shell/

amerzky at cct.lsu.edu amerzky at cct.lsu.edu
Thu Jan 15 06:33:31 CST 2009


User: amerzky
Date: 2009/01/15 06:33 AM

Modified:
 /trunk/tools/shell/
  cd.cpp

Log:
 add FIXME

File Changes:

Directory: /trunk/tools/shell/
==============================

File [modified]: cd.cpp
Delta lines: +3 -0
===================================================================
--- trunk/tools/shell/cd.cpp	2009-01-15 11:37:29 UTC (rev 3289)
+++ trunk/tools/shell/cd.cpp	2009-01-15 12:33:23 UTC (rev 3290)
@@ -39,6 +39,9 @@
   catch ( const saga::exception & /*e*/ )
   {
     // lets try the fallback
+    // FIXME: cd ssh://localhost/; cd .. ; 
+    // this results in cwd.get_url () to be '../'.  
+    // I wonder what cwd_.get_cwd () is :-)
     saga::name_space::directory new_cwd (target, saga::name_space::ReadWrite);
     cwd_ = new_cwd;
   }



More information about the saga-devel mailing list