Closed Bug 398690 Opened 17 years ago Closed 17 years ago

Add graphic formats to cvswrappers

Categories

(mozilla.org :: CVS: Administration, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mozilla, Assigned: justdave)

Details

There are currently quite a few graphics files checked into the Mozilla CVS repository without the binary option (see a list of those in browser/ and toolkit/ in bug 398597). This causes these graphics to be crippled for at least OS/2 if they were checked in from a Unix system.

On other CVS servers that I am working with, lines like the following are added to CVSROOT/cvswrappers to automatically define files with certain extensions as binaries:
   *.png -k 'b'
   *.gif -k 'b'
   *.jpg -k 'b'
   *.jpeg -k 'b'
(This is possibly case sensitive.) I think if this is not yet present on the Mozilla CVS server, this should be added.
opinions from build folks?
You can assign back to me for implementation if you want it or wontfix if you don't.
Assignee: server-ops → build
While this is initially reported on OS/2, this would impact other o.s. as well. Yes, Dave, please do fix.
Assignee: build → justdave
OS: OS/2 → All
Hardware: PC → All
Checking in cvswrappers;
/cvsroot/CVSROOT/cvswrappers,v  <--  cvswrappers
new revision: 1.2; previous revision: 1.1
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.