On 10.05.2013 18:47, Mark Phippard wrote: > FWIW, I do not agree with you on the syntax though. file:///foo Has > always worked on Windows to access C:\foo The drive letter was only > needed to access other drives.
Well ... file:///foo is converted to (local) path \foo wich is a drive-relative path, not an absolute path. If this worked in the past, then that was a bug IMO because file:// URLs do require absolute paths, otherwise they're (by definition) not URLs. -- Brane -- Branko Čibej Director of Subversion | WANdisco | www.wandisco.com

