Opened 17 years ago

Closed 17 years ago

#39 closed task (fixed)

what should be cleaned using flag -f?

Reported by: Peter Johansson Owned by: Peter Johansson
Priority: major Milestone: 0.5
Component: output Version: trunk
Keywords: Cc:

Description

as now the target directory (svnstat_output) is removed. Perhaps it makes more sense to only remove target/root, which means target may then contain the svnstat output from many different projects and when enforcing/over-writing we are not removing everything, but only the root in question.

This change generates many issues e.g. it must be checked whether target exists (otherwise create it). Also what happens must be clearly documented (also in cmd help)

Change History (3)

comment:1 Changed 17 years ago by Jari Häkkinen

Milestone: later0.4

The project specific sub-directory should be removed.

comment:2 Changed 17 years ago by Peter Johansson

Status: newassigned

comment:3 Changed 17 years ago by Peter Johansson

Resolution: fixed
Status: assignedclosed

(In [104]) closes #39 checks that target and root exist, default parameter is changed to ., there is no longer a creation of a target directory, program burps if root directory already exists in the target directory.

Note: See TracTickets for help on using tickets.