View | Details | Raw Unified | Return to bug 342969
Collapse All | Expand All

(-)contexts_Team_CVS.xml (-1 / +2 lines)
Lines 446-452 Link Here
446
    	<description>This dialog allows you to disconnect the project from CVS control. Keeping the CVS meta information allows the project to be easily re-shared or used with other CVS tools.</description>
446
    	<description>This dialog allows you to disconnect the project from CVS control. Keeping the CVS meta information allows the project to be easily re-shared or used with other CVS tools.</description>
447
    </context>
447
    </context>
448
    <context id="history_filter_dialog_context">
448
    <context id="history_filter_dialog_context">
449
        <description>This dialog allows you to specify filters that reduce the number of entries displayed in the History View. </description>
449
        <description>This dialog allows you to specify filters that reduce the number of entries displayed in the History View.</description>
450
        <topic href="tasks/tasks-cvs-16.htm" label="Filtering CVS Revisions in the History View"/>
450
    </context>
451
    </context>
451
    <context id="date_tag_dialog_context">
452
    <context id="date_tag_dialog_context">
452
        <description>This dialog allows you to specify a date tag which can be used to retrieve the resources that were in the repository at that time.</description>
453
        <description>This dialog allows you to specify a date tag which can be used to retrieve the resources that were in the repository at that time.</description>
(-)reference/ref-32a.htm (-1 / +6 lines)
Lines 2-8 Link Here
2
<html lang="en">
2
<html lang="en">
3
<head>
3
<head>
4
4
5
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2009. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
6
6
7
     
7
     
8
  <meta http-equiv="Content-Type"
8
  <meta http-equiv="Content-Type"
Lines 60-65 Link Here
60
</div>
60
</div>
61
   
61
   
62
<div class="Topic">    
62
<div class="Topic">    
63
<h3>Branches</h3>   
64
<p class="Para">This column displays the list of branches on which the revision is available. <i>(Remote revisions only)</i></p>
65
</div>
66
67
<div class="Topic">    
63
<h3>Tags</h3>   
68
<h3>Tags</h3>   
64
<p class="Para">The tags that are associated with the revision. Selecting 
69
<p class="Para">The tags that are associated with the revision. Selecting 
65
a      revision line will list the tags in the lower left pane of the view. <i>(Remote revisions only)</i></p>
70
a      revision line will list the tags in the lower left pane of the view. <i>(Remote revisions only)</i></p>
(-)tasks/tasks-cvs-16.htm (-3 / +3 lines)
Lines 1-7 Link Here
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
2
<HEAD>
2
<HEAD>
3
3
4
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
4
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5
5
6
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
6
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
7
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
7
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
Lines 11-17 Link Here
11
<meta name="keyword" content="team">
11
<meta name="keyword" content="team">
12
</HEAD>
12
</HEAD>
13
<BODY BGCOLOR="#ffffff">
13
<BODY BGCOLOR="#ffffff">
14
<H1 CLASS="Head"> Filtering CVS Revisions in the History View</H1>
14
<H1 CLASS="Head">Filtering CVS Revisions in the History View</H1>
15
<P CLASS="Para">Over time, the revision history for a file can grow drastically. 
15
<P CLASS="Para">Over time, the revision history for a file can grow drastically. 
16
  As a result, it may be difficult to find the revision or revisions that you 
16
  As a result, it may be difficult to find the revision or revisions that you 
17
  are looking for. Using the filtering mechanism of the History View 
17
  are looking for. Using the filtering mechanism of the History View 
Lines 19-25 Link Here
19
<P CLASS="Para">To set a filter on a CVS managed resource that is currently being displayed in the History View:</P>
19
<P CLASS="Para">To set a filter on a CVS managed resource that is currently being displayed in the History View:</P>
20
<ol>
20
<ol>
21
  <li>Select the <b>Filter...</b> action from the dropdown menu on the History View toolbar.</li>
21
  <li>Select the <b>Filter...</b> action from the dropdown menu on the History View toolbar.</li>
22
  <li>Enter any author, comment, or date range that you would like the view to display.
22
  <li>Enter any branch, author, comment, or date range that you would like the view to display.
23
  <p><img src="../images/cvs_filter_res_history.png" alt="Filter Resource History dialog" border="0" ></p>
23
  <p><img src="../images/cvs_filter_res_history.png" alt="Filter Resource History dialog" border="0" ></p>
24
  </li>
24
  </li>
25
  <li>Click <b>OK</b>.</li>
25
  <li>Click <b>OK</b>.</li>

Return to bug 342969