platform-vcm-home/docs/online/team2.0/team-faq.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (view) (download) (as text)

1 : kevinm 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 :     <html>
3 :     <head>
4 :     <title>eclipse team 2.0 frequently asked questions</title>
5 :     <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
6 :     <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
7 :     </head>
8 :    
9 :     <body>
10 :    
11 :     <!-- Title -->
12 :     <table border="0" cellpadding="2" cellspacing="5" width="100%">
13 :     <tbody>
14 :     <tr>
15 :     <td align="Left" width="54%">
16 :     <font class="indextop">eclipse team 2.0 faq</font><br>
17 :     <font class="indexsub">frequently asked questions about the eclipse 2.0 team support</font>
18 :     </td>
19 :     <td width="46%">&nbsp;</td>
20 :     </tr>
21 :     </tbody>
22 :     </table>
23 :    
24 :     <!-- Introduction -->
25 :     <table border="0" cellpadding="2" cellspacing="5" width="100%">
26 :     <tbody>
27 :     <tr>
28 :     <td align="Left" bgcolor="#0080c0" colspan="2" valign="Top"><b><font color="#ffffff" face="Arial,Helvetica">
29 :     Eclipse Team Component</font></b></td>
30 :     </tr>
31 :     <tr>
32 :     <td><font face="arial,helvetica,geneva" size="-1">
33 :     Last Modified: June 6, 2002</font>
34 :     </td>
35 :     </tr>
36 :     </tbody>
37 :     </table>
38 :     <br>
39 :    
40 :     <!-- Table of contents header -->
41 :     <table bgcolor="#cccccc" border="0" cellpadding="2" cellspacing="0" width="100%">
42 :     <tbody>
43 :     <tr>
44 :     <td><font color="#000000" face="Arial,Helvetica" size="+1"><a name="toc">Table of contents:</a>
45 :     </font></td>
46 :     </tr>
47 :     </tbody>
48 :     </table>
49 :    
50 :     <ul>
51 :     <li><b><a href="#tips">Tips and Tricks</a></b>
52 :     <ol>
53 :     <li><a href="#tip_1">My project uses files that aren't in the default <i>text/bin</i> or <i>ignore</i> preference. How do I create my own list and share them?</a></li>
54 :     </ol>
55 :     </li>
56 :     </ul>
57 :    
58 :     <!-- End of table of contents -->
59 :    
60 :    
61 :     <!-- Tips and Tricks -->
62 :     <table bgcolor="#cccccc" border="0" cellpadding="2" cellspacing="0" width="100%">
63 :     <tbody>
64 :     <tr>
65 :     <td width="90%"><a name="tips"><b><font color="#000000" size="+1">
66 :     Tips and Tricks</font></b></a>
67 :     </td>
68 :     <td align="Right"><a href="#toc">top</a>
69 :     </td>
70 :     </tr>
71 :     </tbody>
72 :     </table>
73 :    
74 :     <!-- Tips and Tricks contents -->
75 :     <ol>
76 :     <li><b><a name="tip_1">My project uses files that aren't in the default <i>text/bin</i> or <i>ignore</i> preference. How do I create my own list and share them?</a></b>
77 :     <p/>
78 :     <p>Eclipse Team has a preference for denoting whether a new file added to version control should be
79 :     text or binary, and another preference to denote whether it should be ignored for version control.
80 :     These preferences are file name extension based.</p>
81 :    
82 :     <p>Eclipse ships with a default set. The set can be added to via extension points in org.eclipse.team.core.
83 :     (extension point ID's are <i>fileTypes</i> and <i>ignore</i> respectively).
84 :     This default set is not intended to be comprehensive: each plugin which introduces a new file type
85 :     should add to the list as appropriate.</p>
86 :    
87 :     <p>You may find that your team works with files which are neither in the default set nor are added
88 :     by another plugin. While you can add to the preference via the preference page, each team
89 :     member will have to do the same.</p>
90 :    
91 :     <p>Another way to build up your own list is to create a very small plugin that extends
92 :     these two extension points with the file patterns you care about.
93 :     This plugin can then be shared with your team; each team member simply needs to drop it into their /plugins
94 :     directory to get them. This also ensures you share the same set across different workspaces
95 :     which all use the same plugins directory.</p>
96 :     </li>
97 :     <p/>
98 :     </ol>
99 :     <br>
100 :     </html>