Opened 16 years ago
Closed 16 years ago
#7323 closed defect (invalid)
wiki dump failed
Reported by: | thinktwice | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.11rc1 |
Severity: | normal | Keywords: | wiki dump |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
D:\Trac\sites\project1 is one of the trac enviroments i have. E:\wiki is where i want the output files.
C:\Documents and Settings\Administrator>trac-admin D:\Trac\sites\project1 c wiki dump e:\wiki
Traceback (most recent call last):
File "C:\Python25\Scripts\trac-admin-script.py", line 8, in <module>
load_entry_point('Trac==0.11rc1', 'console_scripts', 'trac-admin')()
File "C:\Python25\Lib\site-packages\trac\admin\console.py", line 1249, in run
return admin.onecmd(command)
File "C:\Python25\Lib\site-packages\trac\admin\console.py", line 104, in onecm
d
rv = cmd.Cmd.onecmd(self, line) or 0
File "C:\Python25\lib\cmd.py", line 219, in onecmd
return func(arg)
File "C:\Python25\Lib\site-packages\trac\admin\console.py", line 689, in do_wi
ki
self._do_wiki_dump(dir)
File "C:\Python25\Lib\site-packages\trac\admin\console.py", line 769, in _do_w
iki_dump
self._do_wiki_export(p, dst)
File "C:\Python25\Lib\site-packages\trac\admin\console.py", line 759, in _do_w
iki_export
f = open(filename,'w')
IOError: [Errno 2] No such file or directory: u'e:
wiki
CamelCase'
Attachments (0)
Change History (1)
comment:1 by , 16 years ago
Milestone: | 0.11.1 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
To start with, please copy and paste what you're doing exactly instead of retyping it, because I'm sure you didn't actually enter
trac-admin D:\Trac\sites\project1 c wiki dump e:\wiki
At any rate, this is a usage question to be asked on the MailingList. You need to create the directory that you're dumping pages into.