Skip to main content
summaryrefslogtreecommitdiffstats
blob: e83ba16a14aa16fccfc978c148714022f89fba96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html><head><title>Check Out Prompting</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>Check Out Prompting</h2>

<ul>
  <li>Select a project in HEAD</li>
  <li>Perform a Checkout As</li>
  <li>Use the same name but specify a custom location</li>
  <li>Ensure project was checked out properly</li>
  <li>Select the same project and choose Checkout As again</li>
  <li>Use the same name but don't specify a custom location</li>
  <li>Ensure that the use is prompted to overwrite</li>
  <li>Test various options in prompt to ensure proper behavior</li>
</ul>


</body></html>

Back to the top