I can run the command
svn import -N -m "Imported" file:///svnroot/bridge/trunk
and it works. But when I run this:
svn mkdir -m "" file:///svnroot/bridge/tags
I get this:
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///svnroot/bridge'
The repository c:\svnroot\bridge\trunk definiely exists as evidenced by
the succesful import.
svn --version gives this
svn, version 1.4.6 (r28521)
compiled Dec 20 2007, 16:19:22
Copyright (C) 2000-2007 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network
protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
David DeHaven
Magnetek/Enrange
Custom and Standard Radio Controls
#5 Four Coins Drive
Canonsburg, PA 15317
724-746-331 ext. 715
www.magnetek.com <http://www.magnetek.com/>
www.enrange.com <http://www.enrange.com/>
Received on 2008-05-31 20:02:55 CEST