Modify ↓
Opened 9 years ago
Closed 9 years ago
#13151 closed defect (fixed)
gvcache and files/gvcache
| Reported by: | anonymous | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | normal | Component: | GraphvizPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
Besides the /tracenv/gvcache I also seem to have a tracenv/files/gvcache folder. The files in there are rather old. Can I delete this?
Was this created by some upgrade script perhaps?
Attachments (0)
Note: See
TracTickets for help on using
tickets.



It was relocated in r12282.
The cache dir is configurable: graphvizplugin/trunk/graphviz/graphviz.py@16177:97#L92. If you leave that as the default,
gvcache, then$env/files/gvcachewill be the cache dir: graphvizplugin/trunk/graphviz/graphviz.py@16177:488-490#L477.