You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/11/22 21:04:58 UTC

DO NOT REPLY [Bug 21657] - CVS Task - Not working with passfile

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=21657>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=21657


bclarke@booksys.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|                            |All




------- Additional Comments From bclarke@booksys.com  2004-11-22 21:04 -------
It's not a CVSNT bug but rather an intentional omission as they seem to prefer
storing passwords in the windows registry. For those like me who spent way too
much time trying to figure out a "supported" CVSNT workaround for this:

Instead of using the cvspass task and passfile attributes on your cvs task just
add the password to your repository path like so:

:pserver:USER:PASSWORD@server:/path/to/cvsroot

or I suppose you could put the passfile contents in the registry directly if you
needed to do it that way (for instance, if you only had access to a passfile and
not the password itself):

HKEY_CURRENT_USER\Software\cvsnt\cvspass

A note in the ant documentation for the cvs passfile attribute might be appropriate.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org