On 1/23/07, Goehring <lutz.goehring@uni-hohenheim.de> wrote:
>
> On Tue, 2007-01-23 at 18:06 -0500, Mark Phippard wrote:
> > On 1/23/07, Goehring <lutz.goehring@uni-hohenheim.de> wrote:
> > Hi Mark,
> >
> > thanks for the quick reply.
> >
> > I downloaded the newest svn version and build it from source
> > as well as
> > I did with Berkley db.
> > Now I have two problems:
> >
> > a)What do I have to do such that the Bdb libraries are moved
> > to a
> > standard directory such that svn and subclipse find them.
> >
> > b)What do I have to do such that my latest svn client
> > substitutes the
> > old one?
> >
> > I do not really understand the questions, not sure if I know the
> > answers anyway.
> >
> > a) It sounded like Subclipse was already working with 1.4, so I would
> > assume you wouldn't need to do anything.
>
> When I want to commit my changed files within eclipse by subclipse I get
> the error message:
>
> svn: Commit failed (details follow):
> svn: Commit failed (details follow):
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository 'file:///afs/uni-
> hohenheim.de/project/mas/Users/lgoehrin/subversionRepository/trunk'
> svn: Unsupported fs type 'bdb'
That means you are using the SVNKit adapter option. It only supports fsfs
repository format via file:// protocol. Since you built Subversion, you
could try building JavaHL as well. See our FAQ for some general
instructions:
http://subclipse.tigris.org/faq.html
Otherwise, you should use the command line to dump/load the repository and
create a new one using SVN 1.4 and the fsfs format.
>
> make install installed libraries of bdb and svn in subfolders
> of /usr/local. But typing svn still accesses the old svn version
> . I have no idea
> (i) how to get rid of the old version and
> (ii) how to access the new svn just by typing svn
> (iii) how to tell svn and subclipse, that bdb exists
If the old SVN is installed via a package manager, maybe delete the
package? You would get much better help with this part of your question on
the Subversion users@ list. Be sure to state your OS though.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on Wed Jan 24 01:17:31 2007