Fossil

View Ticket
Login
2012-11-07
11:28 Fixed ticket [1e43138b8b]: SQLITE_CONSTRAINT on rename plus 1 other change ... (artifact: 0aa0b3b895 user: drh)
11:28
Show an error message when trying to rename one file on top of another, rather than throwing a uniqueness constraint. Ticket [1e43138b8b8e90f] ... (check-in: 14fdae7e40 user: drh tags: trunk)
10:27 Ticket [1e43138b8b] SQLITE_CONSTRAINT on rename status still Open with 2 other changes ... (artifact: 61436a42c6 user: anonymous)
10:24 New ticket [1e43138b8b]. ... (artifact: 43a2006e51 user: anonymous)

Ticket Hash: 1e43138b8b8e90fadd20f39155d522175f168662
Title: SQLITE_CONSTRAINT on rename
Status: Fixed Type: Incident
Severity: Important Priority:
Subsystem: Resolution: Fixed
Last Modified: 2012-11-07 11:28:29
13.41 years ago
Created: 2012-11-07 10:24:51
13.41 years ago
Version Found In: 1.24 [8d758d3715]
Description:
rem on Windows 7: fossil new kim_possible.__fossil__ fossil open kim_possible.__fossil__ echo Disney land > disney.txt echo New Disney land > new_disney.txt fossil add disney.txt new_disney.txt fossil ci -m "two" echo Updated >> new_disney.txt fossil ci -f -m "Updated" -branch updated fossil delete disney.txt fossil rename new_disney.txt disney.txt

anonymous added on 2012-11-07 10:27:44 UTC:
I'm sorry for missing new lines

rem on Windows 7:
fossil new kim_possible.__fossil__
fossil open kim_possible.__fossil__
echo Disney land > disney.txt
echo New Disney land > new_disney.txt
fossil add disney.txt new_disney.txt
fossil ci -m "two"
echo Updated >> new_disney.txt
fossil ci -f -m "Updated" -branch updated
fossil delete disney.txt
fossil rename new_disney.txt disney.txt