I had updated the svn,when i running my app,i get this exception message:
Array ( [0] => Zend_Exception Object ( [message:protected] => File "\IndexController.php" was not found. [string:private] => [code:protected] => 0 [file:protected] => H:\fzwc\zend\Zend.php [line:protected] => 200 [trace:private] => Array ( [0] => Array ( [file] => H:\fzwc\zend\Zend.php [line] => 97 [function] => loadFile [class] => Zend [type] => :: [args] => Array ( [0] => IndexController.php [1] => \ [2] => 1 ) ) [1] => Array ( [file] => H:\fzwc\web\index.php [line] => 15 [function] => loadClass [class] => Zend [type] => :: [args] => Array ( [0] => _IndexController ) ) [2] => Array ( [function] => __autoload [args] => Array ( [0] => _IndexController ) ) [3] => Array ( [file] => H:\fzwc\zend\Zend\Controller\Dispatcher.php [line] => 542 [function] => class_exists [args] => Array ( [0] => _IndexController ) ) [4] => Array ( [file] => H:\fzwc\zend\Zend\Controller\Dispatcher.php [line] => 389 [function] => loadClass [class] => Zend_Controller_Dispatcher [type] => -> [args] => Array ( [0] => _IndexController [1] => H:/fzwc/web/controllers ) ) [5] => Array ( [file] => H:\fzwc\zend\Zend\Controller\Front.php [line] => 666 [function] => dispatch [class] => Zend_Controller_Dispatcher [type] => -> [args] => Array ( [0] => Zend_Controller_Request_Http Object ( [_requestUri:protected] => / [_baseUrl:protected] => [_basePath:protected] => [_pathInfo:protected] => / [_params:protected] => Array ( [controller] => index ) [_aliases:protected] => Array ( ) [_dispatched:protected] => 1 [_controllerKey:protected] => controller [_actionKey:protected] => action ) [1] => Zend_Controller_Response_Http Object ( [_body:protected] => [_exceptions:protected] => Array *RECURSION* [_headers:protected] => Array ( ) [_renderExceptions:protected] => ) ) ) [6] => Array ( [file] => H:\fzwc\web\index.php [line] => 57 [function] => dispatch [class] => Zend_Controller_Front [type] => -> [args] => Array ( ) ) ) ) ) regards
