# The form data below was edited by paul_allen # Perforce Workshop Jobs # # Job: The job name. 'new' generates a sequenced job number. # Status: Job status; [open/closed/suspended]. Required # Project: The project this job is for. Required. # Severity: [A/B/C] (A is highest) Required. # ReportedBy The user who created the job. Can be changed. # ReportedDate: The date the job was created. Automatic. # ModifiedBy: The user who last modified this job. Automatic. # ModifiedDate: The date this job was last modified. Automatic. # OwnedBy: The owner, responsible for doing the job. Optional. # Description: Description of the job. Required. # DevNotes: Developer's comments. Optional. Job: job000080 Status: closed Project: perforce-software-p4convert Severity: B ReportedBy: norman_morse ReportedDate: 2014/10/17 15:18:44 ModifiedBy: paul_allen ModifiedDate: 2014/12/09 04:40:09 Description: CVS converter does not support executable attributes. This can be reproduced using the filetype test repository. > CVS stores the executable bit for files by > setting the executable bit on the ,v file on the server. ÂSo I think the > only way to fix this is to log on to the CVS server itself and chmod +x > the correct ,v file in the repository. I will email the repository to paul. DevNotes: