Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5925 closed defect (duplicate)

I don't know why one project of my trac retrun this

Reported by: elmonkeylp@… Owned by: Christian Boos
Priority: normal Milestone:
Component: version control/log view Version: 0.10.3
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Tim Hatch)

Traceback (most recent call last):
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 263, in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/var/lib/python-support/python2.4/trac/versioncontrol/api.py", line 73, in pre_process_request
    self.get_repository(req.authname) # triggers a sync if applicable
  File "/var/lib/python-support/python2.4/trac/versioncontrol/api.py", line 101, in get_repository
    repos = self._connector.get_repository(rtype, rdir, authname)
  File "/var/lib/python-support/python2.4/trac/versioncontrol/svn_fs.py", line 260, in get_repository
    crepos = CachedRepository(self.env.get_db_cnx(), repos, None, self.log)
  File "/var/lib/python-support/python2.4/trac/versioncontrol/cache.py", line 39, in __init__
    self.sync()
  File "/var/lib/python-support/python2.4/trac/versioncontrol/cache.py", line 143, in sync
    cset = self.repos.get_changeset(next_youngest)
  File "/var/lib/python-support/python2.4/trac/versioncontrol/svn_fs.py", line 346, in get_changeset
    self.fs_ptr, self.pool)
  File "/var/lib/python-support/python2.4/trac/versioncontrol/svn_fs.py", line 638, in __init__
    message = self._get_prop(core.SVN_PROP_REVISION_LOG)
  File "/var/lib/python-support/python2.4/trac/versioncontrol/svn_fs.py", line 729, in _get_prop
    return fs.revision_prop(self.fs_ptr, self.rev, name, self.pool())
  File "/var/lib/python-support/python2.4/libsvn/fs.py", line 570, in svn_fs_revision_prop
    return apply(_fs.svn_fs_revision_prop, args)
SubversionException: ('No such revision 1', 160006)

Attachments (0)

Change History (4)

comment:1 by anonymous, 17 years ago

Summary: I don't now why one project of my trac retrun thisI don't know why one project of my trac retrun this

comment:2 by anonymous, 17 years ago

Same here, after upgrading to Debian 4.0.

comment:3 by anonymous, 17 years ago

Seems like caused by an empty SVN repository. Checking in a dummy file cured this.

comment:4 by Tim Hatch, 17 years ago

Description: modified (diff)
Resolution: duplicate
Status: newclosed

Dupe of #4937 and fixed in 0.10.4, which I'll note is packaged in debian testing and unstable.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.