# 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: job000178
Status: open
Project: perforce-software-p4connect
Severity: B
ReportedBy: norman_morse
ReportedDate: 2015/03/24 11:51:36
ModifiedBy: norman_morse
ModifiedDate: 2015/03/24 11:51:36
OwnedBy: norman_morse
Description:
P4IGNORE doesn't work, even if enabled in the configuration.
The "Additional Ignore" field kinda works, but P4IGNORE never seems to reject an "Add".
If I run the "p4" command in the project root, it will pick up P4IGNORE correctly.
The P4Ignore code is in the C++ library, so it must be set up incorrectly somehow.
DevNotes:
Type: Bug