View Ticket
Not logged in
Ticket UUID: 1e43138b8b8e90fadd20f39155d522175f168662
Title: SQLITE_CONSTRAINT on rename
Status: Fixed Type: Incident
Severity: Important Priority:
Subsystem: Resolution: Fixed
Last Modified: 2012-11-07 11:28:29
Version Found In: 1.24 [8d758d3715]
Description & Comments:
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