Fossil SCM
problems with "fossil wiki delete"
Closed
92d3a03459bc656…
· opened 15 years, 9 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Works_As_Designed
- Subsystem
- —
- Created
- July 1, 2010 2:36 p.m.
I added a wiki page using "fossil wiki create." The page is listed in the output of "fossil wiki list," but I'm unable to delete it:
c:\dev2\view1>fossil wiki create User_fred fred.txt
Created new wiki page User_fred.
c:\dev2\view1>fossil wiki list
User_fred
c:\dev2\view1>fossil wiki delete User_fred
Usage: fossil wiki delete PAGENAME
anonymous added on 2010-07-05 20:45:06:
I just saw in the source code that "wiki delete" isn't implemented yet.
Comments (1)
stephan
3 years, 2 months ago
The delete subcommand has never been implemented, and would functionally be identical to replacing the content for a page with an empty file (which fossil uses as a heuristic for determining that a page is "deleted").