You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Branko Čibej <br...@xbc.nu> on 2004/10/01 04:30:38 UTC

Re: unable to open an ra_local...

Read the FAQ:
    http://subversion.tigris.org/project_faq.html#portability
    http://subversion.tigris.org/project_faq.html#nfs

Note that when we say "NFS" we mean _any_ network file sharing mechanism.

And please send your questions to the users@ list, not to me personally.

    Brane

Mariano Arcuri wrote:

>hi, i've been trying to use the windows port of
>subversion without success, here
>is the problem i get every time i try to somehow
>access the repository:
> 
>D:\test> svn import . file:///D:/svn-rep/test
>--message 
>svn: Unable to open an ra_local session to URL
>svn: Unable to open repository 'file:///D:/svn-rep'
>svn: Berkeley DB error while opening environment for
>filesystem D:/svn-rep/db:
>DB_RUNRECOVERY: Fatal error, run database recovery
> 
>I've tried many other ways for the repository
>parameter, including:
>svn co "file:///D|/svn-rep"
>with results similar to the above.
> 
>For the repository creation step, there are no
>problems, for instance:
>svnadmin create D:\svn-rep
>seems to work fine.
> 
>I have also created the repository in a shared disk
>partition on my dual boot 
>machine, using the svn rmp's for redhat 9, that works
>fine, i can create, 
>import, checkout, etc... but then when i switch back
>to w98 and try to
>get a working copy from the test repository created in
>linux i get the same:
> 
>D:\temp\svnwc> svn co file:///D:/svn-rep
>svn: Unable to open an ra_local session to URL
>svn: Unable to open repository 'file:///D:/svn-rep'
>svn: Berkeley DB error while opening environment for
>filesystem D:/svn-rep/db:
>DB_RUNRECOVERY: Fatal error, run database recovery
> 
>Have you any clues about this ? 
>I am sending this to you because i can't find (google
>web, google goups) 
>anyone with this problem, otherwise i wouldn't be
>bothering you.
>
>thanks in advance...
>mariano
>  
>

-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: unable to open an ra_local...

Posted by Erik Huelsmann <eh...@gmail.com>.
BDB is not supported on Win9x or ME.

Switch to 1.1 and use an fsfs repository. It solves your problems.

HTH,

Erik.


On Fri, 01 Oct 2004 06:30:38 +0200, Branko Čibej <br...@xbc.nu> wrote:
> Read the FAQ:
>     http://subversion.tigris.org/project_faq.html#portability
>     http://subversion.tigris.org/project_faq.html#nfs
> 
> Note that when we say "NFS" we mean _any_ network file sharing mechanism.
> 
> And please send your questions to the users@ list, not to me personally.
> 
>     Brane
> 
> Mariano Arcuri wrote:
> 
> >hi, i've been trying to use the windows port of
> >subversion without success, here
> >is the problem i get every time i try to somehow
> >access the repository:
> >
> >D:\test> svn import . file:///D:/svn-rep/test
> >--message
> >svn: Unable to open an ra_local session to URL
> >svn: Unable to open repository 'file:///D:/svn-rep'
> >svn: Berkeley DB error while opening environment for
> >filesystem D:/svn-rep/db:
> >DB_RUNRECOVERY: Fatal error, run database recovery
> >
> >I've tried many other ways for the repository
> >parameter, including:
> >svn co "file:///D|/svn-rep"
> >with results similar to the above.
> >
> >For the repository creation step, there are no
> >problems, for instance:
> >svnadmin create D:\svn-rep
> >seems to work fine.
> >
> >I have also created the repository in a shared disk
> >partition on my dual boot
> >machine, using the svn rmp's for redhat 9, that works
> >fine, i can create,
> >import, checkout, etc... but then when i switch back
> >to w98 and try to
> >get a working copy from the test repository created in
> >linux i get the same:
> >
> >D:\temp\svnwc> svn co file:///D:/svn-rep
> >svn: Unable to open an ra_local session to URL
> >svn: Unable to open repository 'file:///D:/svn-rep'
> >svn: Berkeley DB error while opening environment for
> >filesystem D:/svn-rep/db:
> >DB_RUNRECOVERY: Fatal error, run database recovery
> >
> >Have you any clues about this ?
> >I am sending this to you because i can't find (google
> >web, google goups)
> >anyone with this problem, otherwise i wouldn't be
> >bothering you.
> >
> >thanks in advance...
> >mariano
> >
> >
> 
> -- Brane
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: unable to open an ra_local...

Posted by Branko Čibej <br...@xbc.nu>.
Patrick Smears wrote:

>On Fri, 1 Oct 2004, [utf-8] Branko ÄŒibej wrote:
>
>  
>
>>Read the FAQ:
>>    http://subversion.tigris.org/project_faq.html#portability
>>    http://subversion.tigris.org/project_faq.html#nfs
>>
>>Note that when we say "NFS" we mean _any_ network file sharing mechanism.
>>    
>>
>
>I could be wrong, but I think when Mariano says "shared partition", he
>means "accessible by both Windows and Linux on the same machine", rather
>than shared on a network drive.
>
>(So, if I remember rightly, the problem is that the BDB file format isn't
>portable between operating systems - though in this case one *may* be able
>to get away with running "svnadmin recover" on the repository every time
>the OS is switched, it's not recommended). I believe the recommended
>solution is to use FSFS (with subversion 1.1).
>  
>
Even if I misunderstood about "shared drive", it is still the case that 
the svn-1.0.x server doesn't work on Win98.

-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: unable to open an ra_local...

Posted by Patrick Smears <pa...@ensoft.co.uk>.
On Fri, 1 Oct 2004, [utf-8] Branko Čibej wrote:

> Read the FAQ:
>     http://subversion.tigris.org/project_faq.html#portability
>     http://subversion.tigris.org/project_faq.html#nfs
> 
> Note that when we say "NFS" we mean _any_ network file sharing mechanism.

I could be wrong, but I think when Mariano says "shared partition", he
means "accessible by both Windows and Linux on the same machine", rather
than shared on a network drive.

(So, if I remember rightly, the problem is that the BDB file format isn't
portable between operating systems - though in this case one *may* be able
to get away with running "svnadmin recover" on the repository every time
the OS is switched, it's not recommended). I believe the recommended
solution is to use FSFS (with subversion 1.1).

Patrick

-- 
The easy way to type accents in Windows: http://www.frkeys.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org