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

Cannot open ra_local session?

From: Scott Purcell <spurcell_at_vertisinc.com>
Date: 2006-02-20 16:22:08 CET

Hello,

Newbie, following page 6 of the Version Control with Subversion book.:

 

OS Windows XP

Version: subversion 1.3

 

1) I installed the 1.3 software using the svn-1.3.0-setup.exe.

 

2) I created a directory called subversroot under C:/ eg:
C:/subversroot

 

3) I created C:/tmp/project/branches ...
C:/tmp/project/tags ... etc, as the book states.

 

4) When I try executing the svn import command see below, I get
the error message "Unable to open an ra_local session to URL"

 

5) See below for exact commands.

 

Thanks,

 

 

bash-3.00$ synadmin create subversroot/

bash: synadmin: command not found

bash-3.00$ svnadmin create subversroot

bash-3.00$ ls subversroot

README.txt conf dav db format hooks locks

bash-3.00$

bash-3.00$

bash-3.00$ svn import tmp/project file:///subversroot -m "initial
import"

svn: Unable to open an ra_local session to URL

svn: Unable to open repository 'file:///subversroot'

bash-3.00$ svn import tmp/project file:///C:/subversroot -m "initial
import"

svn: Unable to open an ra_local session to URL

svn: Unable to open repository 'file:///C:/subversroot'

bash-3.00$ svn import C:/tmp/project file:///C:/subversroot -m "initial
import

"

svn: Unable to open an ra_local session to URL

svn: Unable to open repository 'file:///C:/subversroot'

bash-3.00$

 
Received on Mon Feb 20 16:27:08 2006

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.