RE: Re: Bug report: SubWCRev fails for long paths
From: bugreport <M8R-fj4tn21_at_thisisnotmyrealemail.com>
Date: Fri, 13 Mar 2009 14:58:47 -0700 (PDT)
Hm, apparently APR decides (in utf8_to_unicode_path() of file_io/win32/open.c) that paths longer than 248 characters should be prefixed with "\\?\". This magic prefix tells Windows to turn off ".." expansion and relax checking of MAX_PATH limits. Unfortunately it doesn't bother to expand "..".
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.