Ticket UUID: | e776717962fbf6b25fa7692c59e0aa223b3edd3f | ||
Title: | replace 'new' with 'init' command for repository creation | ||
Status: | Open | Type: | Feature_Request |
Severity: | Minor | Priority: | |
Subsystem: | Resolution: | Open | |
Last Modified: | 2009-12-18 21:52:24 | ||
Version Found In: | 20090921191920 | ||
Description & Comments: | |||
The repository is created with command:
fossil new DIR Please change this command to fossil init DIR Which is in use of the 90% of the existing version control software. This would help to keep fossil familiar to other users. Different command terminology is in many times confusing when different tools are switched. Please also review other commands, like: fossil open => fossil checkout (and alias "co") fossil timeline => fossil log fossil leaves => fossil branches (?) Jari bharder added on 2009-09-29 15:26:59: bharder added on 2009-09-29 15:30:17: anonymous claiming to be Dmitry Chestnykh added on 2009-10-11 13:01:44: Firstly, I don't see why "init" describes creation of a new repository better than "new". Secondly, "new" is actually different from "init" in Git or Mercurial, because it creates an SQLite file for repository, not a dot-folder inside the specified directory, so renaming it to "init" can be misleading. Also, it requires a name of the repository file, not directory. anonymous added on 2009-12-18 21:52:24: |