[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn_error: #21055

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2001-04-17 14:38:04 CEST

On Tue, Apr 17, 2001 at 07:36:10AM -0500, Sam TH wrote:
> On Tue, Apr 17, 2001 at 07:53:16AM -0400, Kevin Pilch-Bisson wrote:
> > Hi Sam,
> >
> > The problem you are having has to do with the ra loader. Some questions
> > to help find the source of your problem.
> >
> > 1) Do you have BerkeleyDB? If not you will only be able to use the DAV
> > client, and will need http repositories.
> >
> > 2) Did you 'make install'? If not, the dynload stuff won't work,
> > because it can't find the libsvn_ra_local.so to load until it is
> > installed.
>
> Thanks, rebuilding with --disable-shared allowed imports to work, kind
> of.
>
> Problem 1. It doesn't create a repository when I try to import to an
> empty dir, which I'm pretty sure CVS does.

I haven't tried import yet:) You can also do 'svnadmin create PATH',
which will create an empty repository at PATH which you can then add
things to.

>
> Problem 2. If I use one of the repositories created by the test
> suites, then it imports properly, but checkouts are broken. Like so:
>
> [sam_at_samth bar]$ ../svn co file:///home/sam/projects/svn-repos/test-repo-1/

Try a -d argument to the co (it stands for destination dir). If no -d
is given it uses the last in the file:///... part, but in your case this
is not a versioned directory.

so

[sam_at_samth bar]$ ../svn co file:///home/sam/projects/svn-repos/test-repo-1/ -d wc

should work.
>
> apr_error: #0, src_err 0 : Success
> unable to make any directories
>
> That seems to be the syntax indicated by 'svn help co'. The error
> message is different, if nothing else.
>
> Are these know bugs? Or am I still doing something wrong?
>
> /me is puzzled.
>
> sam th --- sam_at_uchicago.edu --- http://www.abisource.com/~sam/
> OpenPGP Key: CABD33FC --- http://samth.dyndns.org/key
> DeCSS: http://samth.dyndns.org/decss
>

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • application/pgp-signature attachment: stored
Received on Sat Oct 21 14:36:28 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.