From c3e4e839566cd2c1d1b33cb66a0b5f498bb6d8ea Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 10 Mar 2003 07:04:24 +0000 Subject: [PATCH] point out that CVS is a requirement git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274214 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/cvs.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/manual/CoreTasks/cvs.html b/docs/manual/CoreTasks/cvs.html index 4a06be338..d25e088ab 100644 --- a/docs/manual/CoreTasks/cvs.html +++ b/docs/manual/CoreTasks/cvs.html @@ -13,6 +13,9 @@ CVS repository.

When doing automated builds, the get task should be preferred over the checkout command, because of speed.

+

ImportantThis task needs "cvs" on the path. If it isn't, you will get +an error (such as error 2 on windows). If <cvs> doesn't work, try and execute +it from the command line in the target directory you are working in.

Parameters