Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 51afd14b9788ed67a366222067c74608265dd8ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
<head>
<title>Drag and Drop CVS File</title>
<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
<meta NAME="keywords" content="">
<meta NAME="since" content="">
</head>
<body>
<h2>Drag and Drop CVS File</h2>
<p>Since: 3.2 RC2 <br>
Last Modified: $Date: 2006/04/25 20:40:39 $</p>

<p><b>Purpose:</b> Test the DND mechanism for CVS files.</p>

<ol>
	<li>Open the History view.</li>
	<li>Drag the CVS file over to it.</li>
	<li>Ensure the the history view shows the appropriate history
	(i.e. all revisions present and proper filename in the title bar).</li>
</ol>

<p>Drag another file over to the History View from a project that is
<b>not</b> shared with a CVS repository. Repeat the above and make sure
that the View updates.</p>

</body>
</html>

Back to the top