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

Re: importing fails because unable to open ra_local

From: John Szakmeister <john_at_szakmeister.net>
Date: 2005-03-26 22:38:55 CET

On Saturday 26 March 2005 16:33, Jens Kubieziel wrote:
[snip]
> $ svn import testrepo file:///home/jens/chili -m testing
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository 'file:///home/jens/chili'

You probably mean:
  'svn import /home/jens/chili file:///path/to/testrepo'

> $ svn (ls|status|info) testrepo
> svn: 'testrepo' is not a working copy

You need to type in the URL:
  'svn ls file:///path/to/testrepo'

> I tried to cd inside the repository and doing the same. Furthermore I
> found some hints to change rights (chmod 777) the repository. All of
> them didn't work. So I have no idea what do to. Could you give me a
> hint or tell me if you need more information?

You should take a read through the free book available at
http://svnbook.org.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 26 22:45:02 2005

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.