# The form data below was edited by norman_morse # 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. # Type: Type of job; [Bug/Feature]. Required. Job: job000208 Status: open Project: perforce-software-p4convert Severity: B ReportedBy: norman_morse ReportedDate: 2015/04/22 10:45:29 ModifiedBy: norman_morse ModifiedDate: 2015/04/22 10:45:29 Description: SVN Excludes are not working In a known good SVN conversion environment, I have added an "excludes.txt" file. And although the converter picks up the file and the exclude entries, it never Verifies the map or ultimately excludes any paths. The initial output is as follows: -------------------- jar build version: PUBLIC.Main.12441 java.version: 1.7.0_45 loading ChangeMap: changeMap.txt loading TypeMap: types.map conversion mode: IMPORT (front-door) importing revs: 1 to 976 out of 976 exclude.map: ^tags/.* exclude.map: ^legacy_one/* Searching for labels... Branch map count: 1.0 A:D - legacy mapping: r1 => @1 ------------------ DevNotes: Type: Bug