Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#1279 closed defect (duplicate)

Problems with browser module when commited new files to svn repository

Reported by: ville@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: version control/browser Version: 0.8
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When I had done some changes to subversion repository, added new files and commited those to repo, I got following message when trying to browse source.


Trac detected an internal error: ('Berkeley DB error while opening environment for filesystem /var/svn/AngelineCMS/db:\nDB_RUNRECOVERY: Fatal error, run database recovery', 160029)


Python traceback

Traceback (most recent call last):

File "/usr/lib/python2.3/site-packages/trac/core.py", line 525, in cgi_start

real_cgi_start()

File "/usr/lib/python2.3/site-packages/trac/core.py", line 520, in real_cgi_start

dispatch_request(path_info, args, req, env)

File "/usr/lib/python2.3/site-packages/trac/core.py", line 433, in dispatch_request

module = module_factory(args, env, database, req)

File "/usr/lib/python2.3/site-packages/trac/core.py", line 175, in module_factory

pool, rep, fs_ptr = open_svn_repos(repos_dir)

File "/usr/lib/python2.3/site-packages/trac/core.py", line 452, in open_svn_repos

rep = repos.svn_repos_open(repos_dir, pool)

SubversionException: ('Berkeley DB error while opening environment for filesystem /var/svn/AngelineCMS/db:\nDB_RUNRECOVERY: Fatal error, run database recovery', 160029)

Attachments (0)

Change History (1)

comment:1 by Matthew Good <trac matt-good net>, 19 years ago

Resolution: duplicate
Status: newclosed

see #571

generally the best solution is to convert the repository to fsfs

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.