Bug 4596

Summary: cvs-create-patch --include-unknowns should ignore hidden files
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: Tools / TestsAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Minor    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

Anders Carlsson
Reported 2005-08-23 00:21:06 PDT
In my tree, I get a lot of .gdb_history files which cvs-create-patch --include-unknowns picks up. Since we don't have any hidden files in our tree and since it's unlikely that we'll ever have, --include-unknowns should simply ignore dotfiles.
Attachments
Darin Adler
Comment 1 2005-08-23 09:48:24 PDT
It's challenging to ignore hidden files without using the special perl module that knows how to do it, which is not installed by default. I don't know if we're going to be able to do this in a complete way. But we might be able to do something good enough to handle .gdbhistory.
Darin Adler
Comment 2 2005-08-23 09:48:51 PDT
Oh, duh -- "just ignore dotfiles". Easy to do, and good suggestion. Sorry, I misread this.
Note You need to log in before you can comment on or make changes to this bug.