RE: long path names on windows prefixed with \\?\ not handled by svn commands
From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 11 May 2010 21:57:24 +0200
Subversion uses the APR library which handles the escaping for specific API
(Some Windows APIs allow this trick, others just support long paths directly
If you pass absolute paths to svn, it should support long paths directly.
Bert
From: Heinz Prantner [mailto:heinz.prantner_at_opensynergy.com]
Hello,
running svn client commands other than svn checkout on windows fail,
if the path name (of the local working copy location) is prefixed with \\?\.
The prefix is required for path names longer than 255 or so.
It seems that svn commands like svn info or svn status behave different
than svn checkout command regarding the path name prefix.
example:
svn info \\?\c:\long\path\name
svn: '\' is not a working copy
Any thoughts?
(I am using svn client version 1.6.11 from CollabNet)
Thanks,
Heinz
|
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.