Warning: Can't synchronize with the repository (The 'repository_dir' has changed, a 'trac-admin resync' operation is needed.). Look in the Trac log for more information.
Description

"nav" command, DBFILE default should be <current-directory-name>.db (#52)

the "evo nav" command should use a default DBFILE value.

this should be:

<current-directory-name>.db

Changes

Change History

Changed 4 years ago by lazaridis_com

  • status changed from new to closed
  • resolution set to fixed

implemented with r1925.

uses opt.default_db_filename() to get an default value.

Changed 4 years ago by lazaridis_com

implementation, step one:

r1924 moves default_db_filename() to schevo.opt