#3318 closed defect (duplicate)
Error parsing svn history on Trac creation
| Reported by: | 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)
Change History (3)
by , 19 years ago
| Attachment: | svn-log-trac-err.log added |
|---|
follow-up: 2 comment:1 by , 19 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
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.



svn log -v http://vcs/svn/Moodle/branches/e-learningdev/trunk/blocks/samis/ -r 42:74