Fossil SCM
SQLITE_CONSTRAINT on rename
Fixed
1e43138b8b8e90f…
· opened 13 years, 5 months ago
- Type
- Incident
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- Nov. 7, 2012 10:24 a.m.
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