job000721

norman_morse (Norman Morse)
Norman Morse created this job , modified by Perforce maintenance
Open
CVS conversions on windows are failing with invalid paths.
Apparently the com.p4convert.cvs.tmpDir value is prepended to a
windows drive letter path creating an invalid path.
   ‘tmp\D:\.......’     

Reported by customer in case 00325515
  • Details
  • Comments -
Status
Open
Project
perforce-software-p4convert
Severity
A
Reported By
Norman Morse
Reported Date
Modified By
Perforce maintenance
Modified Date
Owned By
norman_morse
Dev Notes
CVS converter not supported on windows.
 Issue in RcsReader.parseBasePath()
base.startsWith(cvsroot) will not match on windows.
Type
Bug