Modify ↓
Opened 20 years ago
Closed 20 years ago
#2184 closed defect (invalid)
trac-admin hotcopy fails due to lack of VERSION file or directory
| Reported by: | Owned by: | daniel | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | admin/console | Version: | 0.8.4 |
| Severity: | normal | Keywords: | |
| Cc: | michael@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I'm running trac 0.8.4 on a debian box, and am trying to make a backup of my project. However, when using the trac-admin hotcopy command, i get the following error:
Trac [/var/svn/project]> hotcopy /tmp Failed to open environment. [Errno 2] No such file or directory: '/var/svn/project/VERSION'
There is no VERSION file or directory within any of my projects, and the trac-admin version commands give the same error (Errno 2) when I try to use the version command.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Are you sure you're not trying to hotcopy your Subversion repository there?
/var/svn/projectlooks like an svn repos, not a Trac env.