Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#4014 closed defect (duplicate)

Failed to initialize environment. ("Expected format '3' of repository; found format '5'", 165005)

Reported by: arthur.clements@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

While attempting to configure trac, I observed the following error:

[trac@kenny ~]$ sudo trac-admin /home/trac/env initenv
Creating a new Trac environment at /home/trac/env
...
Failed to initialize environment. ("Expected format '3' of repository; found format '5'", 165005)
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/scripts/admin.py", line 626, in do_initenv
    repos = self.__env.get_repository()
  File "/usr/lib/python2.4/site-packages/trac/env.py", line 194, in get_repository
    return RepositoryManager(self).get_repository(authname)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 73, in get_repository
    self.repository_dir, authname)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 262, in get_repository
    repos = SubversionRepository(dir, authz, self.log)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 290, in __init__
    self.repos = repos.svn_repos_open(self.path, self.pool())
  File "/usr/lib64/python2.4/site-packages/libsvn/repos.py", line 47, in svn_repos_open
    return apply(_repos.svn_repos_open, args)
SubversionException: ("Expected format '3' of repository; found format '5'", 165005)
[trac@kenny ~]$ 

Attachments (0)

Change History (3)

comment:1 by Christian Boos, 18 years ago

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

See the brand new TracSubversion#Troubleshooting section. In this case, this is a duplicate of #3943.

comment:2 by markus, 18 years ago

What about a wiki page like TracTroubleshooting that serves as a central place to provide troubleshooting solutions for all kind of issues?

comment:3 by Christian Boos, 18 years ago

Or maybe a better visibility of the already existing troubleshooting sections from the TracFaq, as it's already one of the starting point… Otherwise you're just adding another intermediate level (which, acting as a kind of central index for troubleshooting, has its merit, but better use the TracFaq for that).

Modify Ticket

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