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

Re: Are there windows clients yet?

From: Mats Nilsson <mats.nilsson_at_xware.se>
Date: 2001-06-28 22:32:48 CEST

Hi

> > Was it never the intention to support windows style filenames, or am I
> > completely off track here?
>
>Ouch. Keep in mind that we fully support Windows-style filenames
>where Windows-style filenames are used. It's where URLs are used that
>things get a bit hairy.

Sorry for that.

Did you ever try
svn import file:///repos/some/dir d:/some/other/dir

This fails for me somewhere inside the win32/filestat.c (more_finfo), where
a path of the form L"\\?\d:\some\other\dir" is used with the command
GetNamedSecurityInfoW, which returns an error code 123, (The filename,
directory name, or volume label syntax is incorrect.). This gets eventually
translated into

apr_error: #20508, src_err 0 : The input data is incomplete
   error during import of `d:/some/other/dir'

But I guess apr is to blame for this.

Mats

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:32 2006

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.