Ticket UUID: | 17389900b2e5bd8165b8ca637d2cd32664defb62 | ||
Title: | "open" needs to warn before overwriting existing files | ||
Status: | Fixed | Type: | Feature_Request |
Severity: | Important | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2010-06-23 13:31:12 | ||
Version Found In: | fossil version [9de6abab2a] 2008-11-15 14:18:09 UTC | ||
Description & Comments: | |||
If you "clone" a repository to a directory that already has files with the same name as ones in the repository, the existing ones get overwritten without warning.
I would like to request, at the very least, something like "File x already exists, overwrite?". Ideally, this would then ask to diff the two. anonymous claiming to be mario added on 2010-06-22 16:41:32: The term "open" does not convey that anything is going to be overwritten. That's an uncommon event with that terminology. Here is a clear need for a big fat warning in the documentation or a behaviour fix. Instead of the optional --keep, there should be a required --overwrite if anyone really wants to kill current data in favour of repository contents. eric added on 2010-06-22 18:25:02: fossil help open (and why wouldn't you if you are new to Fossil), you would have found out about If confirmation requests were added it would interfere with my work methods. |