302
303
def action_remove(req, paths):
303
304
# TODO: Do an SVN rm if the file is versioned.
304
306
"""Removes a list of files or directories."""
307
309
path = actionpath_to_local(req, path)
314
321
raise ActionError("Could not delete the file specified")