bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs 1.11.1 failed to create .cvspass if it doesn't exist


From: Mike Marciniszyn
Subject: cvs 1.11.1 failed to create .cvspass if it doesn't exist
Date: Thu, 7 Jun 2001 14:15:13 -0400

The 1.11.1 version will not create an initial copy of the .cvspass file.

The problem is in password_entry_operation in the CVS_FOPEN with "r".  When
the file does not exist the routine errors out.

A reasonable solution seems to be to CVS_FOPEN "a+" which will open
read/write and create the file if it does not exist.   (The downside is a
rewind if the CVS_FOPEN succeeds).


 <<login.txt>> 


*************************************************************************** 
This electronic mail transmission contains confidential and/or privileged 
information intended only for the person(s) named.  Any use, distribution, 
copying or disclosure by another person is strictly prohibited. 
*************************************************************************** 


Attachment: login.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]