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

Newbie svn import question...

From: Jules Colding <colding_at_omesc.com>
Date: 2007-05-02 13:05:04 CEST

Hi,

I've created an empty svn repository into which I want to import the
initial source tree. The setup is as follows:

1) Created empty repository as user A with:
      'svnadmin create svn_repo'.

2) Checkout the empty repo as user B with:
      'cd $HOME && svn checkout svn+ssh://A@localhost/home/A/svn_repo'.

3) Create source tree from a tar-ball as user B:
      'tar xf my_src.tar'

   The my_src directory is extracted next to the svn_repo directory.

4) Import the source tree as user B:
       'cd $HOME/my_src && svn import . file:///home/B/svn_repo -m "Initial import"'

   The import fails with:

       svn: Unable to open an ra_local session to URL
       svn: Unable to open repository 'file:///home/B/svn_repo'

How can I do this right?

Thanks a lot in advance,
  jules

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 2 13:05:28 2007

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

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