You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ni...@apache.org on 2001/05/03 09:11:25 UTC

cvs commit: jakarta-ant/docs/manual/OptionalTasks vss.html

nico        01/05/03 00:11:25

  Modified:    docs/manual/OptionalTasks vss.html
  Log:
  Removed an invalid assumption regarding the replacement of already
  checked-out files.
  
  Revision  Changes    Path
  1.2       +1 -3      jakarta-ant/docs/manual/OptionalTasks/vss.html
  
  Index: vss.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/vss.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- vss.html	2001/04/29 16:24:20	1.1
  +++ vss.html	2001/05/03 07:11:24	1.2
  @@ -512,12 +512,10 @@
   <vsscheckout vsspath="/test"
                localpath="D:\build"
                recursive="true"
  -             login="me,mypass"
  -             autoResponse="Y"/>
  +             login="me,mypass"/>
   </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>