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

Re: unable to open an ra_local session

From: Christopher Ness <chris_at_nesser.org>
Date: 2004-10-23 00:33:28 CEST

On Fri, 2004-10-22 at 17:46, Anders Sandholm wrote:
> : svnadmin create /home/andsa344/repos
>
> svn import /repos/filterVolume
> file:///home/andsa344/repos_files/filterVolume/ -m "Initial import"
>
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository
> 'file:///home/andsa344/repos_files/filterVolume'
>
> What am i doing wrong.

Anders,

You have a choice. You can either run the `import` command from /repos/
which will then create a subfolder to put all your filterVolume files in
- OR -

You can delete the repository you created in the first step.

Create a directory in /home/andsa344/repos/filterVolume/
Then create your repository in that directory.

Explanation:
-----------
You were trying to import data into a subversion folder that does not
exist yet. Feel free to look around in the current
/home/andsa344/repos You will see that there is no ./filterVolume
directory even after proper importing (unlike CVS) because it is all
stored in the database!

HTH,
Chris

Received on Sat Oct 23 00:33:39 2004

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.