On Wed, 2007-05-02 at 13:05 +0200, Jules Colding wrote:
> 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?
I discovered that I should import directly to the master repository.
Sorry for the noise,
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:31:55 2007