#51 closed enhancement (fixed)
Need command to test VFS rename() operation
Reported by: | Jiri Svoboda | Owned by: | Tim Post |
---|---|---|---|
Priority: | blocker | Milestone: | 0.4.1 |
Component: | helenos/srv/vfs | Version: | mainline |
Keywords: | vfs rename shell fs | Cc: | jakub@…, echo@… |
Blocker for: | Depends on: | ||
See also: |
Description
There is no way to interactively test the rename() operation. A shell command should be implemented to test it.
Change History (7)
comment:1 by , 16 years ago
Cc: | added |
---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Cc: | added |
---|---|
Owner: | set to |
Priority: | major → blocker |
Status: | new → accepted |
I'll add 'ren' for now to test rename(), then implement a recursive mv, rm and cp shortly after. Look for it in about a day (or less), it won't take long.
comment:4 by , 16 years ago
Keywords: | fs added |
---|
comment:5 by , 16 years ago
Component: | → srv/vfs |
---|
comment:7 by , 16 years ago
Milestone: | 0.5.0 → 0.4.1 |
---|
Note:
See TracTickets
for help on using tickets.
I'll implement a 'mv' command to test this.