Displaying 1 result from an estimated 1 matches for "vssdir".
2001 Nov 03
1
Quick UNC support hack?
I ran into a situation where partial UNC support would be
helpful and easy.  Visual Sourcesafe runs well under Wine
if I map \\vssServer\vssDir to a drive letter.  Unfortunately,
our administrator has the line
  journal_file = \\vssServer\vssDir\foo.txt
in the sourcesafe config file.  This causes an error dialog box
"Bad DOS filename \\vssServer\vssDir\foo.txt".
If Wine handled UNC paths as follows:
  Given a UNC path \\foo\bar,...