MantisBT - CMake
View Issue Details
0011023CMakeCMakepublic2010-07-21 17:222010-09-10 00:10
Keith 
 
normalminoralways
closedfixed 
CMake-2-8 
CMake 2.8.3CMake 2.8.3 
0011023: cmake-gui doesn't support a source directory over a mapped network drives in Windows.
In Windows when browsing for "Where is the source code" and selecting a directory over a network the directory names are all removed from the resulting path leaving just the directory slashes in its place. Clicking "Configure" results in a failure of the source directory not being found.
Steps to reproduce.

1. Click "Browse Source..."
2. Select a network location "\\server\projects\my_project\", press "OK"
3. Text box now filled with "\\server\\\"
No tags attached.
related to 0011313closed Brad King CMake cannot find files specified with extended-length paths. 
patch 0001-Fix-GetActualCaseForPath-to-work-with-UNC-paths.patch (3,836) 2010-08-13 18:58
https://public.kitware.com/Bug/file/3316/0001-Fix-GetActualCaseForPath-to-work-with-UNC-paths.patch
Issue History
2010-07-21 17:22KeithNew Issue
2010-08-10 18:57Clinton StimpsonNote Added: 0021704
2010-08-13 18:58Clinton StimpsonFile Added: 0001-Fix-GetActualCaseForPath-to-work-with-UNC-paths.patch
2010-08-16 10:06Brad KingNote Added: 0021772
2010-08-16 13:22Clinton StimpsonStatusnew => closed
2010-08-16 13:22Clinton StimpsonResolutionopen => fixed
2010-09-10 00:10David ColeFixed in Version => CMake 2.8.3
2010-09-10 00:10David ColeTarget Version => CMake 2.8.3
2011-01-24 10:19Brad KingRelationship addedrelated to 0011313

Notes
(0021704)
Clinton Stimpson   
2010-08-10 18:57   
The problem is SystemTools::GetActualCaseForPath doesn't handle network paths.
(0021772)
Brad King   
2010-08-16 10:06   
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0f5189d1 [^]