Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0c2c9e455c0b57ba820d382e070ad9634117a777 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html><head><title>Checkout As prompting</title>
<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
<meta NAME="keywords" content="">
</head><body><h2>Checkout As prompting</h2>

<h3>Checkout As... Prompting</h3>
<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