Opened 14 years ago
Closed 14 years ago
#350 closed task (fixed)
Running copyright only should not check for target directory
Reported by: | Jari Häkkinen | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | major | Milestone: | svndigest 0.7 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
Running copyright module with 0.7pre stops with the message below
~/projects/svndigest/bin/svndigest --no-report --copyright --verbose Done parsing parameters Initializing SVN singleton. Checking target directory svndigest: directory `./target' already exists
shouldn't happen since I only want to change the source directory.
Change History (2)
comment:1 Changed 14 years ago by
Owner: | changed from Jari Häkkinen to Peter Johansson |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [691]) fixes #350 - also changed test_repo.sh to catch this.