Overview
Artifact ID: | c95f824f66acfbfc39f333e56d3fb12dbfe9017f |
---|---|
Ticket: | e8a10100e212c740472994e0cdee55a1c2f7fcf1
fossil update -v is more than just verbose |
User & Date: | anonymous 2011-01-27 20:51:02 |
Changes
- comment changed to:
After deleting a file, update does nothing. However, update -v restores the file. <pre> /cygdrive/d/temp/dashv>fossil new dashv.fossil project-id: eefba14973508acdebbe3ecea5e63ec1895e8425 server-id: 41939960aa229ace59c4a833dcf567addbcfba1b admin-user: Owner (initial password is "9306f9") /cygdrive/d/temp/dashv>fossil open dashv.fossil /cygdrive/d/temp/dashv>touch a.txt /cygdrive/d/temp/dashv>touch b.txt /cygdrive/d/temp/dashv>fossil add * ADDED a.txt ADDED b.txt C:\bin\fossil.exe: cannot add _FOSSIL_ C:\bin\fossil.exe: cannot add dashv.fossil /cygdrive/d/temp/dashv>fossil commit -m "initial" New_Version: be989ed7f1647274dda0cfdd16efb6850e87eea8 /cygdrive/d/temp/dashv>rm b.txt /cygdrive/d/temp/dashv>fossil update /cygdrive/d/temp/dashv>ls _FOSSIL_ <b> a.txt</b> dashv.fossil /cygdrive/d/temp/dashv>fossil update -v UNCHANGED a.txt UPDATE b.txt -------------- updated-to: be989ed7f1647274dda0cfdd16efb6850e87eea8 2011-01-27 20:43:03 UTC tags: trunk comment: initial (user: Owner) "fossil undo" is available to undo changes to the working checkout. /cygdrive/d/temp/dashv>ls _FOSSIL_ <b> a.txt b.txt</b> dashv.fossil </pre>
- foundin changed to: "79b7902cdd"
- private_contact changed to: "737d337eeb5d3cbb8b87d159be27604315ed1813"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to: "fossil update -v is more than just verbose"
- type changed to: "Code_Defect"