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

db create command, DBFILE default should be <current-directory>.db (#44)

calling "schevo db create" within a directory "myproject"

should create

myproject.db

Changes

Change History

Changed 4 years ago by lazaridis_com

  • priority changed from major to trivial

Changed 4 years ago by lazaridis_com

Implementation:

"schevo db create" results in a question to the user:

Please specify the database filename [default: myproject.db]:

User either hits [RETURN], or types the name.