# The form data below was edited by lcheung
# 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: job000279
Status: open
Project: tom-tyler-vdsl
Severity: C
ReportedBy: tom_tyler
ReportedDate: 2015/05/18 17:37:26
ModifiedBy: lcheung
ModifiedDate: 2015/05/18 17:37:26
Description:
Define exclusion list to avoid checking certain files into ClearCase.
The "checkin everything outstanding" makes script creation much easier.
But we also need an "I know that's checked out but I don't/never want to
check it in".
Perhaps a definable exclusion list for the checkin everything? We need
this to support one-sided move and no-parent-directory checkin scenarios.
Perhaps define a .ccignore file syntax, in the proud tradition of
(.cvs|.git.p4)ignore files.
Type: Feature