File_Passwd_Cvs::save()

File_Passwd_Cvs::save() -- Save changes

Synopsis

mixed File_Passwd_Cvs::save ()

Description

Apply changes and rewrite CVS passwd file.

Return value

Returns TRUE on success, PEAR_Error on failure.

Table 29-1. Possible PEAR_Error values

Error CodeSummary
FILE_PASSWD_E_DIR_NOT_CREATEDdirectory in which the passwd file should reside couldn't be created
FILE_PASSWD_E_FILE_NOT_OPENEDpasswd file couldn't be opened in write mode
FILE_PASSWD_E_FILE_NOT_LOCKEDpasswd file couldn't be locked exclusively
FILE_PASSWD_E_FILE_NOT_UNLOCKEDpasswd file couldn't be unlocked
FILE_PASSWD_E_FILE_NOT_CLOSEDpasswd file couldn't be closed

Note

This function can not be called statically.