Browse Source

Removed an invalid assumption regarding the replacement of already

checked-out files.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268996 13f79535-47bb-0310-9956-ffa450edef68
master
Nico Seessle 24 years ago
parent
commit
a570213ccf
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      docs/manual/OptionalTasks/vss.html

+ 1
- 3
docs/manual/OptionalTasks/vss.html View File

@@ -512,12 +512,10 @@ label only one will be used in the order version, date, label.</p>
&lt;vsscheckout vsspath=&quot;/test&quot;
localpath=&quot;D:\build&quot;
recursive=&quot;true&quot;
login=&quot;me,mypass&quot;
autoResponse=&quot;Y&quot;/&gt;
login=&quot;me,mypass&quot;/&gt;
</pre>
</blockquote>
<p>Does a recursive checkout of the project test to the directory D:\build.
This will overwrite all files already checked out (caused by autoResponse set to &quot;Y&quot;).
</p>
<hr>



Loading…
Cancel
Save