From 00eb48bddc7183e3d960299901b931aefd1bf61a Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 14 Mar 2005 11:06:26 +0000 Subject: [PATCH] .cvspass doesn't work with CVSNT git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277932 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/cvs.html | 8 ++++++++ docs/manual/CoreTasks/cvspass.html | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/docs/manual/CoreTasks/cvs.html b/docs/manual/CoreTasks/cvs.html index 7944b81d2..246899fe1 100644 --- a/docs/manual/CoreTasks/cvs.html +++ b/docs/manual/CoreTasks/cvs.html @@ -16,6 +16,14 @@

Important: This 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 to execute cvs.exe from the command line in the target directory in which you are working. + +

CVSNT Note: CVSNT prefers users to store the passwords +inside the registry. If the cvspass task +and the passfile attribute don't seem to work for you, the most likely +reason is that CVSNT ignores your .cvspass file completely. See bug +zilla report 21657 for recommended workarounds.

+

Parameters

diff --git a/docs/manual/CoreTasks/cvspass.html b/docs/manual/CoreTasks/cvspass.html index 428d12739..6a8664a7c 100644 --- a/docs/manual/CoreTasks/cvspass.html +++ b/docs/manual/CoreTasks/cvspass.html @@ -11,6 +11,14 @@

cvspass

Description

Adds entries to a .cvspass file. Adding entries to this file has the same affect as a cvs login command.

+ +

CVSNT Note: CVSNT prefers users to store the passwords +inside the registry. If the task doesn't seem to work for you, the +most likely reason is that CVSNT ignores your .cvspass file +completely. See bug +zilla report 21657 for recommended workarounds.

+

Parameters