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:
3) I created C:/tmp/project/branches ...
4) When I try executing the svn import command see below, I get
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
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
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
"
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///C:/subversroot'
bash-3.00$
|
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.