From a570213ccfdb56f94be50262454306671d59a179 Mon Sep 17 00:00:00 2001
From: Nico Seessle
Date: Thu, 3 May 2001 07:11:24 +0000
Subject: [PATCH] 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
---
docs/manual/OptionalTasks/vss.html | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/manual/OptionalTasks/vss.html b/docs/manual/OptionalTasks/vss.html
index a58ce59ac..3f5967cb3 100644
--- a/docs/manual/OptionalTasks/vss.html
+++ b/docs/manual/OptionalTasks/vss.html
@@ -512,12 +512,10 @@ label only one will be used in the order version, date, label.
<vsscheckout vsspath="/test"
localpath="D:\build"
recursive="true"
- login="me,mypass"
- autoResponse="Y"/>
+ login="me,mypass"/>
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 "Y").