Potential issue with svn co file:// with drive letters on Windows machines
From: Joshua Jensen <jjensen_at_workspacewhiz.com>
Date: 2002-05-25 09:32:20 CEST
I have a local test repository located at e:\svn\repos.
From a different drive, I try the following:
-------------
[S:\svntest2]svn co file:///e:/svn/repos
svn_error: #21097 : <Couldn't find a repository.>
svn_error: #21097 : <Couldn't find a repository.>
-------------
All variations yield similar results. If I do:
[E:\svntest2]svn co file:///svn/repos
The checkout is fine.
My solution was to open libsvn_ra_local/split_url.c and add the #ifdef
/* Currently, the only hostnames we are allowing are the empty
#ifdef WIN32
I'm sure this isn't a complete solution, but it solves the drive letter
[S:\svntest2]svn co file://e:/svn/repos
with the removal of the third slash, because this more closely mirrors
Thanks,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.