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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (download) (as text) (annotate)
Sun Jun 9 01:29:59 2002 UTC (7 years, 5 months ago) by kevinm
Branch: MAIN
tip: sharing text/bin + ignore
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
	<title>eclipse team 2.0 frequently asked questions</title>
	<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
	<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
</head>

<body>

<!-- Title -->
<table border="0" cellpadding="2" cellspacing="5" width="100%">
	<tbody>
		<tr>
			<td align="Left" width="54%">
				<font class="indextop">eclipse team 2.0 faq</font><br>
				<font class="indexsub">frequently asked questions about the eclipse 2.0 team support</font>
			</td>
			<td width="46%">&nbsp;</td>
		</tr>
	</tbody>
</table>

<!-- Introduction -->
<table border="0" cellpadding="2" cellspacing="5" width="100%">
	<tbody>
		<tr>
			<td align="Left" bgcolor="#0080c0" colspan="2" valign="Top"><b><font color="#ffffff" face="Arial,Helvetica">
			Eclipse Team Component</font></b></td>
		</tr>
		<tr>
			<td><font face="arial,helvetica,geneva" size="-1">
				Last Modified: June 6, 2002</font>
			</td>
		</tr>
	</tbody>
</table>
<br>

<!-- Table of contents header -->
<table bgcolor="#cccccc" border="0" cellpadding="2" cellspacing="0" width="100%">
	<tbody>
		<tr>
			<td><font color="#000000" face="Arial,Helvetica" size="+1"><a name="toc">Table of contents:</a>
			</font></td>
		</tr>
	</tbody>
</table>

<ul>
	<li><b><a href="#tips">Tips and Tricks</a></b>
		<ol>
			<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>
		</ol>
	</li>
</ul>

<!-- End of table of contents -->
    

<!-- Tips and Tricks -->
<table bgcolor="#cccccc" border="0" cellpadding="2" cellspacing="0" width="100%">
	<tbody>
		<tr>
			<td width="90%"><a name="tips"><b><font color="#000000" size="+1">
				Tips and Tricks</font></b></a>
			</td>
			<td align="Right"><a href="#toc">top</a>
				</td>
		</tr>
	</tbody>
</table>

<!-- Tips and Tricks contents -->
<ol>
	<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>
		<p/>
		<p>Eclipse Team has a preference for denoting whether a new file added to version control should be
		text or binary, and another preference to denote whether it should be ignored for version control.
		These preferences are file name extension based.</p>

		<p>Eclipse ships with a default set. The set can be added to via extension points in org.eclipse.team.core.
		(extension point ID's are <i>fileTypes</i> and <i>ignore</i> respectively).
		This default set is not intended to be comprehensive: each plugin which introduces a new file type
		should add to the list as appropriate.</p>
		
		<p>You may find that your team works with files which are neither in the default set nor are added
		by another plugin. While you can add to the preference via the preference page, each team
		member will have to do the same.</p>
		
		<p>Another way to build up your own list is to create a very small plugin that extends
		these two extension points with the file patterns you care about.
		This plugin can then be shared with your team; each team member simply needs to drop it into their /plugins
		directory to get them. This also ensures you share the same set across different workspaces
		which all use the same plugins directory.</p>
	</li>
	<p/>	
</ol>
<br>
</html>