• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with subversion access

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

We are getting an error while committing changes to subversion.
Error Says:
Commit Failed
Berkeley DB error while opening enviroment for filesystem
E:/star/repos/db:
DB_RUNRECOVERY:
Fatal error, run database recovery
bdb ANIC: fatal region error detected; run recovery

If you have any idea about the possible causes of such error and the way to resolve it,

Kindly get back ASAP.

Ashish
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Uh-oh.

Grab your Subversion manual. The one published on the tigris.org website.

While you can use Berkley Sleepycat as the backing store for a Subversion repository, it's a perilous thing to do. The docs explain why, and I think they'll also help you recover. Though, since this is a fairly common problem the first thing I recommend you do after recovery is migrate the repository to a more suitable data storage system.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic