RE: contains unsupported hostname msg when importing
From: VonCannon, Lee <Lee.VonCannon_at_baesystems.com>
Date: 2004-09-14 16:58:41 CEST
Ok,
I have tried installing cygwin and using it instead of the command
Thanks,
Lee
LVonCannon@DAVIS /cygdrive/c/Documents and Settings/LVonCannon/My
ersion
$ svn import ./tmp/project file:///path/to/repos -m "initial import"
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///path/to/repos'
LVonCannon@DAVIS /cygdrive/c/Documents and Settings/LVonCannon/My
ersion
$ svn import ./tmp/project file://./path/to/repos -m "initial import"
svn: Unable to open an ra_local session to URL
svn: Local URL 'file://./path/to/repos' contains unsupported hostname
LVonCannon@DAVIS /cygdrive/c/Documents and Settings/LVonCannon/My
ersion
$ svn import ./tmp/project file:///./path/to/repos -m "initial import"
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///./path/to/repos'
LVonCannon@DAVIS /cygdrive/c/Documents and Settings/LVonCannon/My
ersion
$ svn import ./tmp/project file:///C:/path/to/repos -m "initial import"
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///C:/path/to/repos'
LVonCannon@DAVIS /cygdrive/c/Documents and Settings/LVonCannon/My
ersion
$ svn import ./tmp/project "file:///C|/path/to/repos" -m "initial
svn: URL 'file:///C|/path/to/repos' is not properly URI-encoded
LVonCannon@DAVIS /cygdrive/c/Documents and Settings/LVonCannon/My
ersion
$ svn import ./tmp/project "file:///C:/Documents and
uments/Subversion/path/to/repos" -m "initial import"
svn: URL 'file:///C:/Documents and Settings/LVonCannon/My
ath/to/repos' is not properly URI-encoded
LVonCannon@DAVIS /cygdrive/c/Documents and Settings/LVonCannon/My
ersion
$ svn import ./tmp/project file:///"C:/Documents and
uments/Subversion/path/to/repos" -m "initial import"
svn: URL 'file:///C:/Documents and Settings/LVonCannon/My
ath/to/repos' is not properly URI-encoded
________________________________
From: Guido Anzuoni [mailto:guido.anzuoni@kyneste.com]
It seem that the url is wrong.
The general url syntax for file scheme is:
file:///<file <file:///\\%3cfile> system path>
On windows platform is:
file:///<drive <file:///\\%3cdrive> letter>:/dir1/dir2....
On unix
file:///dir1/dir2 <file:///\\dir1\dir2> ....
I have seen many post for troubles caused by incorrect url syntax..
I suggest the reading of RFC 1738 and RFC 2396.
Guido.
-----Original Message-----
Hey,
I am new to subversion and I have only used cvs a
I first created a \path\to directory in a Subversion folder on
I then typed:
C:\...\Subversion> svnadmin create .\path\to\repos
I then created the directories (tmp\project\branches,
The problem happens when I type this:
C:\...\Subversion>svn import .\tmp\project
I get this back:
svn: Unable to open an ra_local session to URL
svn: Local URL 'file://./path/to/repos' contains unsupported
Again, I apologize if this is an obvious question. I have tried
Thanks,
Lee
|
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.