[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [platform-vcm-dev] Question to repository provider writers: text vs. binary files
|
Likewise, we have this same need: being able to distinguish text vs. binary. I vote that it sould go into team.core.
Steve Speicher
![]()
Kevin_McGuire@xxxxxxx
![]()
| ![]()
| ![]()
To: platform-vcm-dev@xxxxxxxxxxx
cc:
Subject: [platform-vcm-dev] Question to repository provider writers: text vs. binary files
|
In CVS, we need to distinguish between text files and binary files. There
is no facility in Eclipse to tell us this attribute. Therefore for Team
CVS, a mechanism is required, which could take on a variety of forms:
1- registration list of file pattern to text/bin flag
2- local list of known types, or server list of known types, where
supported (e.g. CVS)
3- extension point that plugins can hook to tell you about files types
they've introduced
etc.
The question is, do any providers other than CVS have a requirement to know
about text vs. binary files? If there isn't, then support for this will be
CVS specific, because we don't want to put something in
org.eclipse.team.core that is really just there for CVS.
If there are any requirements for other than CVS, please let us know. The
presence of others requiring this information has implication for whether
there needs to be any kind of common support in team.core, and what that
support should look like.
Kevin McGuire
_______________________________________________
platform-vcm-dev mailing list
platform-vcm-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-vcm-dev

