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

Re: Checking out to a NFS mapped drive under windows

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-03-03 18:33:47 CET

Tim Armes wrote:

>Hi,
>
>Thanks for your reply. It actually makes no difference if it's the root
>directory or not, both these commands fail :
>
>svn co http://... g:
>
>svn co http://... g:\mycode
>
Ah... try two dirs below a volume root, then it should work.

>I can mount g:, but I get the same problem.
>
>What causes the problem ? Surely if you're using windows calls, then the
>fact that G is a mapped drive should be transparent ?
>
They're implemented as symbolic links -- reparse points in Windows
terminology. APR is aware of those, so it'll report the file type as
"symbolic link" instead of "file" or "directory", and Subversion isn't
prepared to deal with links.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 3 18:36:43 2003

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.