Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#3318 closed defect (duplicate)

Error parsing svn history on Trac creation

Reported by: D.J.Mayo@… Owned by: daniel
Priority: normal Milestone:
Component: admin/console Version: 0.9.5
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When I run the trac-admin initenv script for an existing SVN repository, I get a problem while it tries to index the repository:

 Indexing repository
Failed to initialize environment. ("File not found: revision 74, path '/branches/e-learningdev/trunk/blocks/samis/_db/mysql.sql'", 160013)
Traceback (most recent call last):
  File "/opt/lib/python2.4/site-packages/trac/scripts/admin.py", line 617, in do_initenv
    repos.sync()
  File "/opt/lib/python2.4/site-packages/trac/versioncontrol/cache.py", line 87, in sync
    for path,kind,action,base_path,base_rev in changeset.get_changes():
  File "/opt/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 488, in get_changes
    change.base_path, pool())
SubversionException: ("File not found: revision 74, path '/branches/e-learningdev/trunk/blocks/samis/_db/mysql.sql'", 160013)

I found a very similar ticket #2416 and upgraded to the latest version 0.9.5 but this has not helped. I will attach a log of the Subversion repository.

We have several Trac environments but this is the first instance I have tried to create some time after the Subversion repository was created.

If I can provide any further information please let me know, I hope you can fix this.

Regards,


Dave
Networks/Systems Administrator


Computing Services
University of Bath

Attachments (1)

svn-log-trac-err.log (1.2 KB ) - added by D.J.Mayo@… 18 years ago.
svn log -v http://vcs/svn/Moodle/branches/e-learningdev/trunk/blocks/samis/ -r 42:74

Download all attachments as: .zip

Change History (3)

comment:1 by Christian Boos, 18 years ago

Resolution: duplicate
Status: newclosed

This is really a duplicate of #2416.

Please double check how you've upgraded to milestone:0.9.5, as your stack trace clearly show that you're still using 0.9.2.

in reply to:  1 comment:2 by Christian Boos, 18 years ago

Replying to cboos:

0.9.2

We should probably deprecate the source:/path#<version> TracLinks syntax.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel 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.