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

Re: Error can't create directory

From: Andreas Magnusson <andreas.ch.magnusson_at_home.se>
Date: 2006-07-10 13:03:14 CEST

Nico Kadel-Garcia wrote:
>
> ----- Original Message ----- From: "Jeb" <jeb.beasley@penske.com>
> To: "Subversion List" <users@subversion.tigris.org>
> Cc: "Garrett Rooney" <rooneg@electricjellyfish.net>; "Chauhan, Yogesh
> (Indust, PTL)" <yogesh.chauhan@penske.com>; "Taratuta, Mike (Indust,
> PTL, Innosoft Corporation)" <mike.taratuta@penske.com>; "rohit.talwar"
> <rohit.talwar@penske.com>
> Sent: Thursday, July 06, 2006 4:14 PM
> Subject: Re: Error can't create directory
>
>
>> Garrett,
>>
>> Thanks for the quick response
>>
>> We are about 240 chars plus the .svn\text-base: puts us about 256
>>
>> we can only steal about 10 characters off the front of the path. The
>> rest of the package hierarchy is pretty much locked in.
>>
>> Does anyone know of a patch for Win2k to extend the path limit?
>
> Heh. No. WinFS is supposed to have benefits to features like this, but
> they've backpedaled from including WinFS in the next operating system
> release.

WinFS is not necessary. From the MSDN library on CreateFile:
"In the ANSI version of this function, the name is limited to MAX_PATH
characters. To extend this limit to 32,767 wide characters, call the
Unicode version of the function and prepend "\\?\" to the path. (Works
on W2K and up)."
However, I suspect that this should be implemented in APR, and not
Subversion. (Perhaps it already is?)

/Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 10 13:05:30 2006

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.