Edgewall Software

Ticket #7323 (closed defect: invalid)

Opened 6 months ago

Last modified 6 months ago

wiki dump failed

Reported by: thinktwice Owned by: cboos
Priority: normal Milestone:
Component: wiki system Version: 0.11rc1
Severity: normal Keywords: wiki dump
Cc:

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

CamelCase => e:\\wiki\CamelCase

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

Change History

Changed 6 months ago by anonymous

  • status changed from new to closed
  • resolution set to invalid
  • milestone 0.11.1 deleted

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.

Add/Change #7323 (wiki dump failed)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cboos. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.