Edgewall Software

Opened 14 years ago

Last modified 14 years ago

#9119 closed defect

import svn. I just click on import — at Initial Version

Reported by: anonymous Owned by:
Priority: high Milestone:
Component: version control Version:
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Using IE 8.0, windows 7, 64bit

Trac detected an internal error: If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.

Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.

TracGuide — The Trac User and Administration Guide

Python Traceback Traceback (most recent call last):

File "/var/lib/python-support/python2.5/trac/web/main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "/var/lib/python-support/python2.5/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "/var/lib/python-support/python2.5/webadmin/web_ui.py", line 109, in process_request

path_info)

File "/usr/share/trac/plugins/AssemblaBreakoutTrac-0.3.16-py2.5.egg/assembla/svn_import.py", line 50, in process_admin_request

self._do_trac_import(req)

File "/usr/share/trac/plugins/AssemblaBreakoutTrac-0.3.16-py2.5.egg/assembla/svn_import.py", line 69, in _do_trac_import

if not upload.filename:

AttributeError: 'unicode' object has no attribute 'filename'

Change History (0)

Note: See TracTickets for help on using tickets.